Skip to content
21 changes: 21 additions & 0 deletions docs/source/apidoc/janus_core.rst
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I get

/Users/elliottkasoar/Documents/PSDI/janus-core/docs/source/apidoc/janus_core.rst:48: WARNING: py:class reference target not found: ElasticTensor [ref.class]

Can you try updating the intersphinx mapping to include pymatgen, and if that doesn't work, add this to the ignore list?

Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ janus\_core.calculations.eos module
:undoc-members:
:show-inheritance:

janus\_core.calculations.elasticity module
------------------------------------------

.. automodule:: janus_core.calculations.elasticity
:members:
:special-members:
:private-members:
:undoc-members:
:show-inheritance:

janus\_core.calculations.geom\_opt module
-----------------------------------------

Expand Down Expand Up @@ -117,6 +127,17 @@ janus\_core.cli.eos module
:undoc-members:
:show-inheritance:

janus\_core.cli.elasticity module
---------------------------------

.. automodule:: janus_core.cli.elasticity
:members:
:special-members:
:private-members:
:undoc-members:
:show-inheritance:


janus\_core.cli.geomopt module
------------------------------

Expand Down
Loading