From 9f315fc2e27e93bfb871ed263e19fe2cd216743c Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 28 Feb 2022 12:17:20 -0500 Subject: [PATCH] small rewording --- doc/src/Modify.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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