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
Copy file name to clipboardExpand all lines: _build/intro.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
next_page:
8
8
url: /getting_started.html
9
9
suffix: .md
10
-
search: org license href zenodo creativecommons introduction python chemists doi src div style contributing rel licenses creative commons xxxxxximg badge xxxxxx svg class left clear both please guidelines github com pythoninchemistry intropythonchemists blob master content md contribute img alt border width l x png abr work licensed under attribution international
10
+
search: org license href creativecommons introduction python chemists zenodo badge img src alt div style contributing rel licenses creative commons latestdoi svg doi clear both please guidelines github com pythoninchemistry intropythonchemists blob master content md contribute border width l x png abr work licensed under attribution international
11
11
12
12
comment: "***PROGRAMMATICALLY GENERATED, DO NOT EDIT. SEE ORIGINAL FILES IN /content***"
<h1id="An-Introduction-to-Python-for-Chemists">An Introduction to Python for Chemists<aclass="anchor-link" href="#An-Introduction-to-Python-for-Chemists"></a></h1><p><ahref="https://doi.org/10.5281/zenodo.xxxxxx"><imgsrc="https://zenodo.org/badge/DOI/10.5281/zenodo.xxxxxx.svg" class="left"></a></p>
22
+
<h1id="An-Introduction-to-Python-for-Chemists">An Introduction to Python for Chemists<aclass="anchor-link" href="#An-Introduction-to-Python-for-Chemists"></a></h1><p><ahref="https://zenodo.org/badge/latestdoi/248480226"><imgsrc="https://zenodo.org/badge/248480226.svg" alt="DOI"></a></p>
23
23
<divstyle="clear:both;"></div><p>An Introduction to Python for Chemists</p>
24
24
<p>Please look at the <ahref="https://github.com/pythoninchemistry/intro_python_chemists/blob/master/content/contributing.md">contributing guidelines</a> if you would like to contribute.</p>
25
25
<p><arel="license" href="http://creativecommons.org/licenses/by/4.0/"><imgalt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br/>This work is licensed under a <arel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p>
Copy file name to clipboardExpand all lines: content/contributing.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,12 @@ Make sure to [keep your fork up to date](https://help.github.com/articles/syncin
68
68
Try to keep the changes focused.
69
69
We've found that working on a [new branch](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/) makes it easier to keep your changes targeted.
70
70
71
+
Once you have made changes in a Jupyter Notebook file, please build the [`jupyter-book`](https://jupyterbook.org/intro.html) before you move to the next step.
72
+
73
+
```
74
+
jupyter-book build --overwrite .
75
+
```
76
+
71
77
**4. Submit a [pull request](https://help.github.com/articles/creating-a-pull-request/).**
72
78
73
79
A member of the development team will review your changes to confirm that they can be merged into the main code base.
0 commit comments