Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Aug 11, 2023
1 parent e25e69d commit dc63d62
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/rtd_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- sphinxcontrib-bibtex
- sphinx-copybutton
- sphinx-panels
- sphinx-autodoc2
- ipython
- ipython_genutils
- myst-nb
Expand Down
27 changes: 27 additions & 0 deletions docs/source/reference_guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,33 @@

## Optimization

```{eval-rst}
.. autofunction:: estimagic.maximize
```

```{eval-rst}
.. dropdown:: maximize
.. autofunction:: estimagic.maximize
```

```{eval-rst}
.. currentmodule:: estimagic
.. dropdown:: maximize
.. autofunction:: maximize
```

```{eval-rst}
.. automodule:: estimagic
:members:
```

______________________________________________________________________

```{eval-rst}
.. dropdown:: maximize
Expand Down

0 comments on commit dc63d62

Please sign in to comment.