Skip to content

Commit

Permalink
doc ordering bysource
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinzi committed Mar 8, 2021
1 parent b5de640 commit cebe95a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,14 @@
'myst_nb',
]
autosummary_generate = True
autodoc_default_options = {'autosummary': True}
autodoc_member_order = 'bysource'

intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'numpy': ('https://numpy.org/doc/stable/', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
'objax': ('https://objax.readthedocs.io/en/latest/', None),
}

suppress_warnings = [
Expand Down
2 changes: 1 addition & 1 deletion docs/package/emlp.models.mlp.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
EMLP
====

.. automodule:: emlp.models.mlp
.. automodule:: emlp.models
:members:
:show-inheritance:

0 comments on commit cebe95a

Please sign in to comment.