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 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 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. Python classes to run LAMMPS are available and they build on each other.
More information on this is in the :doc:`Python_head`
.. toctree:: section of the manual and for using the LAMMPS Python modules is in
:maxdepth: 1 :doc:`Python_module`.
Python_module
------------------- -------------------

View File

@ -58,7 +58,6 @@ User Documentation
Howto Howto
Examples Examples
Tools Tools
Python_head
Errors Errors
Manual_build Manual_build
@ -74,6 +73,7 @@ Programmer Documentation
:includehidden: :includehidden:
Library Library
Python_head
Modify Modify
Developer Developer

View File

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