Fix bug in AvgChunkReader and add docs

This commit is contained in:
Richard Berger
2021-02-25 16:56:19 -05:00
parent 3d96d0a674
commit f92089298d
4 changed files with 38 additions and 1 deletions

View File

@ -0,0 +1,11 @@
Output Readers
==============
.. py:module:: lammps.formats
The Python package contains the :py:mod:`lammps.formats` module, which
provides classes to post-process some of the output files generated by LAMMPS.
.. automodule:: lammps.formats
:members:
:noindex: