You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get the `Launch Binder` badge, go to: [https://mybinder.org/](https://mybinder.org/) and fill in (specifics for this repo in brackets):
10
+
- Your Github repository (https://github.com/jorgensd/reproducibility)
11
+
- Git ref (`gh-pages`, see: [How to create github pages](#ghpages))
12
+
- Path to notebook file (`_sources`, as generated by `jupyter-book`, see [Jupyter-book](#jupyterbook))
13
+
14
+
Then press `Launch`, and then `Expand to see the text below, paste it into your README to show a binder badge` and copy the markdown code. If you render the README.md file as plaintext, you can see all the settings explicitly in the image link
15
+
16
+
[](https://jorgensd.github.io/reproducibility)
17
+
18
+
Replace link in image (https://jorgensd.github.io/reproducibility) with your [Github pages url](#ghpages)
Replace `username/repo` in image link with appropriate user/respository.
23
+
7
24
## Python-packaging
8
25
9
26
To be able to create a python package, we need a folder with the name of the package (in this repository it is called `mypackage`, located under `src/mypackage`), and a `pyproject.toml` file.
@@ -24,4 +41,13 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for ways to get started.
24
41
25
42
A good idea is to look at the [issue tracker](https://github.com/jorgensd/reproducibility/issues) and see if you can resolve any open issues. A list of good first issues can be found [here](https://github.com/jorgensd/reproducibility/contribute)
26
43
27
-
If you find a bug in the source code, please [open an issue](https://github.com/jorgensd/reproducibility/issues/new/choose).
44
+
If you find a bug in the source code, please [open an issue](https://github.com/jorgensd/reproducibility/issues/new).
45
+
46
+
47
+
## <aid="ghpages"></a> Auto-publish to Github Pages
0 commit comments