diff --git a/doc/src/Modify.rst b/doc/src/Modify.rst index 27f579a660..e42da61387 100644 --- a/doc/src/Modify.rst +++ b/doc/src/Modify.rst @@ -1,16 +1,17 @@ Modifying & extending LAMMPS **************************** -LAMMPS is designed in a modular fashion so as to be easy to modify and +LAMMPS is designed in a modular fashion and to be easy to modify or extend with new functionality. In fact, about 95% of its source code -is add-on files. These doc pages give basic instructions on how to do -this. +are optional. The following pages give basic instructions on what +is required when adding new styles of different kinds to LAMMPS. -If you add a new feature to LAMMPS and think it will be of interest to -general users, we encourage you to submit it for inclusion in LAMMPS -as a pull request on our `GitHub site `_, -after reading about :doc:`how to prepare your code for submission ` -and :doc:`the style requirements and recommendations `. +If you add a new feature to LAMMPS and think it will be of general +interest to other users, we encourage you to submit it for inclusion in +LAMMPS as a pull request on our `GitHub site +`_, after reading about :doc:`how to +prepare your code for submission ` and :doc:`the +style requirements and recommendations `. .. toctree:: :maxdepth: 1