move Using Python with LAMMPS to programmer guide and integrate python module docs

This commit is contained in:
Axel Kohlmeyer
2020-09-25 15:13:05 -04:00
parent 0ffb2ce09c
commit cc5ef652e4
3 changed files with 5 additions and 6 deletions

View File

@ -115,11 +115,9 @@ Because of the dynamic loading, it is **required** that LAMMPS is compiled
in :ref:`"shared" mode <exe>`. 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`.
-------------------

View File

@ -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

View File

@ -14,6 +14,7 @@ used together.
Python_mpi
Python_test
Python_library
Python_module
Python_pylammps
Python_examples
Python_call