Skip to content

Commit

Permalink
[DOC] Add phasetransitions table to data access docs (#183)
Browse files Browse the repository at this point in the history
* add phase transition table to data access

* update references to tables
  • Loading branch information
lmmentel authored Sep 29, 2024
1 parent d3ba5f2 commit 2a55d36
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/source/api/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@ Isotope
.. autoclass:: mendeleev.models.Isotope
:members:

.. _isotopedecaymode-class:

IsotopeDecayMode
----------------

.. currentmodule:: mendeleev.models

.. autoclass:: mendeleev.models.IsotopeDecayMode
:members:

.. _oxidationstate-class:

Expand Down
5 changes: 4 additions & 1 deletion docs/source/data_access.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@ tables are available:
- :ref:`groups <group-class>`
- :ref:`ionicradii <ionicradius-class>`
- :ref:`ionizationenergies <ionizationenergy-class>`
- :ref:`isotopedecaymodes <isotopedecaymode-class>`
- :ref:`isotopes <isotope-class>`
- :ref:`oxidationstates <oxidationstate-class>`
- :ref:`phasetransitions <phasetransition-class>`
- :ref:`propertymetadata <propertymetadata-class>`
- :ref:`scattering_factors <scatteringfactor-class>`
- :ref:`screeningconstants <screeningconstant-class>`
- :ref:`series <series-class>`
- :ref:`propertymetadata <propertymetadata-class>`

.. autofunction:: fetch_table

Expand Down

0 comments on commit 2a55d36

Please sign in to comment.