Skip to content

Commit 799c432

Browse files
authored
Merge pull request #326 from agarwalrounak/style_guide
Link jupyter notebook style guides to Contributing.rst
2 parents 923c98d + f92b300 commit 799c432

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Code
7676
* Variable names should be descriptive, e.g., ``galaxy_mass``, ``u_mag``
7777
* Use the print function explicitly to display information about variables
7878
* As much as possible, comply with `PEP8 <https://www.python.org/dev/peps/pep-0008/>`_.
79+
* As much as possible, comply with Jupyter notebook style guides - `STScI style guide <https://github.com/spacetelescope/style-guides/blob/master/guides/jupyter-notebooks.md>`_ and `Official Coding Style <https://jupyter.readthedocs.io/en/latest/development_guide/coding_style.html>`_.
7980
* Imports
8081
* Do not use ``from package import *``; import packages, classes, and
8182
functions explicitly

0 commit comments

Comments
 (0)