Skip to content

Commit

Permalink
Docs: Fix sphinx mocks, include JSON export (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Jun 2, 2021
1 parent b5b7d40 commit 95a8b17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
MOCK_MODULES = [ 'pandas', 'pygraphviz', 'sympy', 'sympy.core', 'sympy.parsing',
'sympy.parsing.sympy_parser',
'sympy.printing', 'sympy.printing.mathml',
'sympy.printing.lambdarepr', 'numpy',
'sympy.printing.lambdarepr', 'sympy.printing.precedence',
'sympy.logic', 'sympy.logic.boolalg', 'sympy.utilities',
'sympy.utilities.autowrap', 'sympy.utilities.codegen', 'numpy',
'scipy', 'scipy.integrate', 'scipy.constants', 'scipy.sparse',
'h5py', 'dateutil',
'dateutil.parser', 'networkx', 'networkx.algorithms',
Expand Down
5 changes: 5 additions & 0 deletions doc/modules/export/json.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Export JSON (:py:mod:`pysb.export.json`)
================================================

.. automodule:: pysb.export.json
:members:

0 comments on commit 95a8b17

Please sign in to comment.