Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup specsim to simulate eBOSS spectrograph #87

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion astropy_helpers
Submodule astropy_helpers updated 55 files
+18 −20 .travis.yml
+8 −39 CHANGES.rst
+0 −15 README.rst
+43 −14 ah_bootstrap.py
+1 −1 appveyor.yml
+3 −3 astropy_helpers/commands/_test_compat.py
+3 −6 astropy_helpers/commands/build_ext.py
+3 −17 astropy_helpers/commands/build_sphinx.py
+1 −1 astropy_helpers/commands/test.py
+38 −0 astropy_helpers/compat/_subprocess_py2/__init__.py
+18 −0 astropy_helpers/compat/subprocess.py
+1 −1 astropy_helpers/distutils_helpers.py
+0 −11 astropy_helpers/extern/__init__.py
+0 −1 astropy_helpers/extern/automodapi/__init__.py
+0 −3 astropy_helpers/extern/numpydoc/__init__.py
+0 −83 astropy_helpers/extern/numpydoc/linkcode.py
+0 −4 astropy_helpers/extern/setup_package.py
+12 −16 astropy_helpers/setup_helpers.py
+1 −3 astropy_helpers/sphinx/__init__.py
+9 −6 astropy_helpers/sphinx/conf.py
+1 −0 astropy_helpers/sphinx/ext/__init__.py
+123 −0 astropy_helpers/sphinx/ext/astropyautosummary.py
+18 −28 astropy_helpers/sphinx/ext/autodoc_enhancements.py
+25 −58 astropy_helpers/sphinx/ext/automodapi.py
+53 −71 astropy_helpers/sphinx/ext/automodsumm.py
+169 −0 astropy_helpers/sphinx/ext/comment_eater.py
+865 −0 astropy_helpers/sphinx/ext/compiler_unparse.py
+0 −0 astropy_helpers/sphinx/ext/docscrape.py
+0 −0 astropy_helpers/sphinx/ext/docscrape_sphinx.py
+1 −1 astropy_helpers/sphinx/ext/doctest.py
+2 −1 astropy_helpers/sphinx/ext/edit_on_github.py
+2 −1 astropy_helpers/sphinx/ext/numpydoc.py
+167 −0 astropy_helpers/sphinx/ext/phantom_import.py
+1 −0 astropy_helpers/sphinx/ext/smart_resolver.py
+0 −0 astropy_helpers/sphinx/ext/templates/autosummary_core/base.rst
+0 −0 astropy_helpers/sphinx/ext/templates/autosummary_core/class.rst
+0 −0 astropy_helpers/sphinx/ext/templates/autosummary_core/module.rst
+70 −0 astropy_helpers/sphinx/ext/tests/__init__.py
+56 −0 astropy_helpers/sphinx/ext/tests/test_autodoc_enhancements.py
+366 −0 astropy_helpers/sphinx/ext/tests/test_automodapi.py
+114 −0 astropy_helpers/sphinx/ext/tests/test_automodsumm.py
+791 −0 astropy_helpers/sphinx/ext/tests/test_docscrape.py
+34 −0 astropy_helpers/sphinx/ext/tests/test_utils.py
+143 −0 astropy_helpers/sphinx/ext/traitsdoc.py
+0 −36 astropy_helpers/sphinx/ext/utils.py
+1 −0 astropy_helpers/sphinx/setup_package.py
+1 −1 astropy_helpers/test_helpers.py
+0 −3 astropy_helpers/tests/coveragerc
+9 −13 astropy_helpers/tests/test_ah_bootstrap.py
+7 −6 astropy_helpers/tests/test_git_helpers.py
+6 −15 astropy_helpers/tests/test_setup_helpers.py
+20 −4 astropy_helpers/utils.py
+2 −2 astropy_helpers/version_helpers.py
+29 −7 ez_setup.py
+1 −1 setup.py
303 changes: 303 additions & 0 deletions docs/nb/SimulatingeBOSS.ipynb

Large diffs are not rendered by default.

Loading