Skip to content

Commit d96f9c9

Browse files
Updates docs & small fixes
1 parent 74d3622 commit d96f9c9

6 files changed

Lines changed: 515 additions & 666 deletions

File tree

docs/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Welcome to ILThermoPy's documentation!
77
:maxdepth: 2
88
:caption: Contents:
99

10-
Cookbook <source/cookbook>
10+
Cookbook <source/cookbook.ipynb>
1111
Package API <source/api>
1212
Changelog <source/changelog>
1313

@@ -56,6 +56,7 @@ Useful links
5656
1. `ILThermo 2.0`_: webapp accessing ILThermo 2.0 database.
5757
2. `GitHub`_: GitHub page of the package.
5858
3. `PyPI package`_: PyPI page of the package.
59+
4. `Update tools`_: script for semi-automatic update of structural information of new ILThermo compounds after database's update.
5960

6061

6162
Indices and tables
@@ -69,3 +70,4 @@ Indices and tables
6970
.. _ILThermo 2.0: https://ilthermo.boulder.nist.gov/
7071
.. _GitHub: https://github.com/IvanChernyshov/ILThermoPy
7172
.. _PyPI package: https://pypi.org/project/ilthermopy/
73+
.. _Update tools: https://github.com/IvanChernyshov/ILThermoPy/tree/main/update

docs/source/changelog.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ Changelog
66

77
* Updates stored structural data (up to June 4, 2024).
88

9-
* Adds the :py:func:`ilthermopy.GetAllCompounds` function.
10-
11-
* Renames the ``GetCompounds`` function to :py:func:`ilthermopy.GetSavedCompounds`.
9+
* Renames the ``GetCompounds`` function to :py:func:`ilthermopy.compound_list.GetSavedCompounds`.
1210

1311
* Adds functionality for semi-automatic update of structural information of ILThermo compounds.
1412

15-
* Adds tests.
16-
1713

1814
1.0.0
1915
-----

0 commit comments

Comments
 (0)