diff --git a/doc/src/Library.rst b/doc/src/Library.rst index 42c554467e..8222fc7172 100644 --- a/doc/src/Library.rst +++ b/doc/src/Library.rst @@ -115,11 +115,9 @@ Because of the dynamic loading, it is **required** that LAMMPS is compiled in :ref:`"shared" mode `. The Python interface is object oriented, but otherwise trying to be very similar to the C library API. Three different Python classes to run LAMMPS are available and they build on each other. - -.. toctree:: - :maxdepth: 1 - - Python_module +More information on this is in the :doc:`Python_head` +section of the manual and for using the LAMMPS Python modules is in +:doc:`Python_module`. ------------------- diff --git a/doc/src/Manual.rst b/doc/src/Manual.rst index 572748d7a1..ffd75ef974 100644 --- a/doc/src/Manual.rst +++ b/doc/src/Manual.rst @@ -58,7 +58,6 @@ User Documentation Howto Examples Tools - Python_head Errors Manual_build @@ -74,6 +73,7 @@ Programmer Documentation :includehidden: Library + Python_head Modify Developer diff --git a/doc/src/Python_head.rst b/doc/src/Python_head.rst index fc808489a5..611e6424fe 100644 --- a/doc/src/Python_head.rst +++ b/doc/src/Python_head.rst @@ -14,6 +14,7 @@ used together. Python_mpi Python_test Python_library + Python_module Python_pylammps Python_examples Python_call