Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kbwestfall committed Oct 23, 2023
1 parent 4d29e6a commit 2128628
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/help/run_pypeit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
usage: run_pypeit [-h] [-v VERBOSITY] [-r REDUX_PATH] [-m] [-s] [-o] [-c]
pypeit_file
## [1;37;42mPypeIt : The Python Spectroscopic Data Reduction Pipeline v1.14.1.dev204+geef463646.d20231019[0m
## [1;37;42mPypeIt : The Python Spectroscopic Data Reduction Pipeline v1.14.1.dev202+gb02e23c76[0m
##
## Available spectrographs include:
## bok_bc, gemini_flamingos1, gemini_flamingos2, gemini_gmos_north_e2v,
Expand Down
2 changes: 1 addition & 1 deletion doc/include/dependencies_table.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
======================= ==================================================================================================================================================================================================================================================================================================================================================
Python Version ``>=3.9,<3.12``
Required for users ``IPython>=7.10.0``, ``PyERFA>=2.0.0``, ``PyYAML>=5.1``, ``astropy>=4.3``, ``bottleneck``, ``configobj>=5.0.6``, ``extension-helpers>=0.1``, ``fast-histogram>=0.11``, ``ginga>=4.1.1``, ``linetools``, ``matplotlib>=3.7``, ``numpy>=1.22``, ``packaging>=0.19``, ``pygithub``, ``pyqt6``, ``qtpy>=2.0.1``, ``scikit-learn>=1.0``, ``scipy>=1.7``
Required for developers ``coverage``, ``docutils<0.19``, ``psutil # Strictly only needed for the dev-suite``, ``pytest-astropy``, ``pytest-cov``, ``pytest>=6.0.0``, ``scikit-image``, ``specutils``, ``sphinx-automodapi``, ``sphinx<7,>=1.6``, ``sphinx_rtd_theme==1.2.2``, ``tox``
Required for developers ``coverage``, ``docutils<0.19``, ``psutil # Strictly only needed for the dev-suite``, ``pytest-astropy``, ``pytest-cov``, ``pytest>=6.0.0``, ``scikit-image``, ``specutils>=1.12``, ``sphinx-automodapi``, ``sphinx<7,>=1.6``, ``sphinx_rtd_theme==1.2.2``, ``tox``
======================= ==================================================================================================================================================================================================================================================================================================================================================
4 changes: 2 additions & 2 deletions pypeit/specutils/pypeit_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def pypeit_spec1d_loader(filename, extract=None, fluxed=True, strict=True, **kwa
in the construction of the returned `specutils.SpectrumList`_ object.
kwargs : dict, optional
**Ignored!** Used to catch spurious arguments passed to the base class
*that are ignored by this function.
that are ignored by this function.
Returns
-------
Expand Down Expand Up @@ -230,7 +230,7 @@ def pypeit_onespec_loader(filename, grid=False, strict=True, **kwargs):
in the construction of the returned `specutils.Spectrum1D`_ object.
kwargs : dict, optional
**Ignored!** Used to catch spurious arguments passed to the base class
*that are ignored by this function.
that are ignored by this function.
Returns
-------
Expand Down

0 comments on commit 2128628

Please sign in to comment.