Add Python_config.rst

This commit is contained in:
Richard Berger
2020-10-02 17:19:04 -04:00
parent b57c8f6b77
commit 60891fe6f9
2 changed files with 14 additions and 0 deletions

13
doc/src/Python_config.rst Normal file
View File

@ -0,0 +1,13 @@
Retrieving LAMMPS configuration information
*******************************************
* :py:attr:`has_mpi_support <lammps.has_mpi_support>`
* :py:attr:`has_exceptions <lammps.has_exceptions>`
* :py:attr:`has_gzip_support <lammps.has_gzip_support>`
* :py:attr:`has_png_support <lammps.has_png_support>`
* :py:attr:`has_jpeg_support <lammps.has_jpeg_support>`
* :py:attr:`has_ffmpeg_support <lammps.has_ffmpeg_support>`
* :py:attr:`installed_packages <lammps.installed_pages>`
* :py:meth:`lammps.has_style() <lammps.lammps.has_style()>`
* :py:meth:`lammps.available_styles() <lammps.lammps.available_styles()`

View File

@ -12,6 +12,7 @@ used together.
Python_run
Python_usage
Python_call
Python_config
Python_module
Python_examples
Python_error