Skip to content

Commit

Permalink
eliminate sphinx-click
Browse files Browse the repository at this point in the history
  • Loading branch information
anaismoller committed Jan 13, 2025
1 parent ba8b8bf commit fcfa7ba
Show file tree
Hide file tree
Showing 4 changed files with 1,103 additions and 1,148 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ MNRAS, Volume 491, Issue 3, January 2020, Pages 4277–4293.](https://academic.o

To reproduce [Möller & de Boissière, 2019 MNRAS](https://academic.oup.com/mnras/article-abstract/491/3/4277/5651173) switch to `paper` branch and build documentation.

To reproduce the Dark Energy Survey analyses use commit `fcf8584b64974ef7a238eac718e01be4ed637a1d`:
To reproduce the Dark Energy Survey analyses use commit `fcf8584b64974ef7a238eac718e01be4ed637a1d`. For more recent analyses of DES branch `SNANA_DES5yr` (should be PIPPIN backward compatible).
- [Möller et al. 2022 MNRAS](https://ui.adsabs.harvard.edu/abs/2022MNRAS.514.5159M/abstract)
- [Möller et al. 2024 MNRAS](https://ui.adsabs.harvard.edu/abs/2024MNRAS.533.2073M/abstract)
- [Vincenzi et al. 2023 MNRAS](https://ui.adsabs.harvard.edu/abs/2023MNRAS.518.1106V/abstract)
Expand All @@ -53,4 +53,4 @@ To reproduce Fink analyses until 2024 use commit `fcf8584b64974ef7a238eac718e01b


### ADACS
This package has been updated to a recent pytorch through the [ADACS Merit allocation program](https://adacs.org.au/merit-allocation-program) 2023-2024.
This package has been updated to a recent pytorch and updated CI/CD through the [ADACS Merit allocation program](https://adacs.org.au/merit-allocation-program) 2023-2024.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"sphinx.ext.autodoc",
"sphinx.ext.viewcode",
"sphinx.ext.todo",
"sphinx_click",
"sphinx.ext.doctest",
"sphinx.ext.mathjax",
"sphinx.ext.autosectionlabel",
Expand Down Expand Up @@ -101,6 +100,7 @@
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False


# Handler for excluding modules, classes, etc from documentation
# Presently, this just passes through the default behavior
def autodoc_skip_member_handler(app, what, name, obj, skip, options):
Expand Down
Loading

0 comments on commit fcfa7ba

Please sign in to comment.