Skip to content

Commit

Permalink
Add list of publications using pypesto (#1008)
Browse files Browse the repository at this point in the history
Closes #820
  • Loading branch information
dweindl authored Jan 26, 2023
1 parent 990fe04 commit 8abaca0
Show file tree
Hide file tree
Showing 6 changed files with 209 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
run: pip install cffconvert && cffconvert --validate

- name: Build doc
timeout-minutes: 5
timeout-minutes: 10
run: tox -e doc

notebooks1:
Expand Down
4 changes: 4 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
'IPython.sphinxext.ipython_console_highlighting',
# support markdown-based docs
'myst_parser',
# bibtex references
'sphinxcontrib.bibtex',
]

# default autodoc options
Expand Down Expand Up @@ -75,6 +77,8 @@
'amici': ('https://amici.readthedocs.io/en/latest/', None),
}

bibtex_bibfiles = ["using_pypesto.bib"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ pyPESTO - Parameter EStimation TOolbox for python

changelog
authors
references
contact
license
logo
Expand Down
8 changes: 8 additions & 0 deletions doc/references.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Publications using pypesto
==========================

pypesto was used in the following publications:

.. bibliography:: using_pypesto.bib
:list: enumerated
:all:
194 changes: 194 additions & 0 deletions doc/using_pypesto.bib

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ doc =
nbconvert >= 6.5.0
sphinx-rtd-theme >= 1.0.0
sphinx-autodoc-typehints >= 1.18.3
sphinxcontrib-bibtex >= 2.5.0
ipython >= 8.4.0
myst-parser >= 0.18.0
ipykernel >= 6.15.1
Expand Down

0 comments on commit 8abaca0

Please sign in to comment.