1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Index: pymatgen/docs/apidoc/index.rst
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ pymatgen/docs/apidoc/index.rst 2024-01-31 23:44:28.576376696 +0100
@@ -0,0 +1,38 @@
+pymatgen namespace
+==================
+
+.. py:module:: pymatgen
+
+Subpackages
+-----------
+
+.. toctree::
+ :maxdepth: 7
+
+ pymatgen.alchemy
+ pymatgen.analysis
+ pymatgen.apps
+ pymatgen.cli
+ pymatgen.command_line
+ pymatgen.core
+ pymatgen.electronic_structure
+ pymatgen.entries
+ pymatgen.ext
+ pymatgen.io
+ pymatgen.optimization
+ pymatgen.phonon
+ pymatgen.symmetry
+ pymatgen.transformations
+ pymatgen.util
+ pymatgen.vis
+
+Submodules
+----------
+
+pymatgen.dao module
+-------------------
+
+.. automodule:: pymatgen.dao
+ :members:
+ :undoc-members:
+ :show-inheritance:
|