move Using Python with LAMMPS to programmer guide and integrate python module docs
This commit is contained in:
@ -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`.
|
||||
|
||||
-------------------
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -14,6 +14,7 @@ used together.
|
||||
Python_mpi
|
||||
Python_test
|
||||
Python_library
|
||||
Python_module
|
||||
Python_pylammps
|
||||
Python_examples
|
||||
Python_call
|
||||
|
||||
Reference in New Issue
Block a user