Skip to content

Commit f66d616

Browse files
author
Andrew McCluskey
committed
add zenodo and more to contributing guidelines
1 parent 868ac59 commit f66d616

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

_build/intro.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
next_page:
88
url: /getting_started.html
99
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
1111

1212
comment: "***PROGRAMMATICALLY GENERATED, DO NOT EDIT. SEE ORIGINAL FILES IN /content***"
1313
---
@@ -19,7 +19,7 @@
1919

2020
<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
2121
<div class="text_cell_render border-box-sizing rendered_html">
22-
<h1 id="An-Introduction-to-Python-for-Chemists">An Introduction to Python for Chemists<a class="anchor-link" href="#An-Introduction-to-Python-for-Chemists"> </a></h1><p><a href="https://doi.org/10.5281/zenodo.xxxxxx"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.xxxxxx.svg" class="left"></a></p>
22+
<h1 id="An-Introduction-to-Python-for-Chemists">An Introduction to Python for Chemists<a class="anchor-link" href="#An-Introduction-to-Python-for-Chemists"> </a></h1><p><a href="https://zenodo.org/badge/latestdoi/248480226"><img src="https://zenodo.org/badge/248480226.svg" alt="DOI"></a></p>
2323
<div style="clear:both;"></div><p>An Introduction to Python for Chemists</p>
2424
<p>Please look at the <a href="https://github.com/pythoninchemistry/intro_python_chemists/blob/master/content/contributing.md">contributing guidelines</a> if you would like to contribute.</p>
2525
<p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="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 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p>

content/contributing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ Make sure to [keep your fork up to date](https://help.github.com/articles/syncin
6868
Try to keep the changes focused.
6969
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.
7070

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+
7177
**4. Submit a [pull request](https://help.github.com/articles/creating-a-pull-request/).**
7278

7379
A member of the development team will review your changes to confirm that they can be merged into the main code base.

content/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# An Introduction to Python for Chemists
22

3-
<a href="https://doi.org/10.5281/zenodo.xxxxxx"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.xxxxxx.svg" class="left"></a>
3+
<a href="https://zenodo.org/badge/latestdoi/248480226"><img src="https://zenodo.org/badge/248480226.svg" alt="DOI"></a>
44
<div style="clear:both;"></div>
55

66
An Introduction to Python for Chemists

0 commit comments

Comments
 (0)