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
|
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
|
|
||||||
|
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user