Skip to content

Commit f6dfbd3

Browse files
committed
Revert out-of-scope changes
1 parent 6337837 commit f6dfbd3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +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/main/guides/jupyter-notebooks.md>`_ and `Official Coding Style <https://jupyter.readthedocs.io/en/latest/development_guide/coding_style.html>`_.
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>`_.
8080
* Imports
8181
* Do not use ``from package import *``; import packages, classes, and
8282
functions explicitly
@@ -244,7 +244,7 @@ procedure:
244244

245245
If you do this, the only change necessary when merging your notebook will be to set ``tutorialpath`` to ``'http://data.astropy.org/tutorials/My-tutorial-name/'``.
246246

247-
For larger data files that are bigger than 10 MB in size, we recommend hosting with Zenodo.
247+
For larger data files that are bigger than 10 MB in size, we recommend hosting with Zenodo.
248248
To use this approach, follow these steps:
249249

250250
* You will need to sign up for an account with Zenodo before you can upload a file there.

scripts/convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def convert(self, remove_executed=False):
131131
return self._rst_path
132132

133133
# Initialize the resources dict - see:
134-
# https://github.com/jupyter/nbconvert/blob/main/nbconvert/nbconvertapp.py#L327
134+
# https://github.com/jupyter/nbconvert/blob/master/nbconvert/nbconvertapp.py#L327
135135
resources = {}
136136
resources['config_dir'] = '' # we don't need to specify config
137137
resources['unique_key'] = self.nb_name

tutorials/_static/bootstrap_sandstone.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tutorials/themes/tutorials-theme/globaltoc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
id="dLabelGlobalToc"
44
data-toggle="dropdown"
55
data-target="#"
6-
href="{{ pathto(main_doc) }}">{{ theme_navbar_site_name }} <b class="caret"></b></a>
6+
href="{{ pathto(master_doc) }}">{{ theme_navbar_site_name }} <b class="caret"></b></a>
77
<ul class="dropdown-menu globaltoc"
88
role="menu"
99
aria-labelledby="dLabelGlobalToc">{{ toctree(maxdepth=theme_globaltoc_depth|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}</ul>

0 commit comments

Comments
 (0)