small rewording
This commit is contained in:
@ -1,16 +1,17 @@
|
|||||||
Modifying & extending LAMMPS
|
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
|
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
|
are optional. The following pages give basic instructions on what
|
||||||
this.
|
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
|
If you add a new feature to LAMMPS and think it will be of general
|
||||||
general users, we encourage you to submit it for inclusion in LAMMPS
|
interest to other users, we encourage you to submit it for inclusion in
|
||||||
as a pull request on our `GitHub site <https://github.com/lammps/lammps>`_,
|
LAMMPS as a pull request on our `GitHub site
|
||||||
after reading about :doc:`how to prepare your code for submission <Modify_contribute>`
|
<https://github.com/lammps/lammps>`_, after reading about :doc:`how to
|
||||||
and :doc:`the style requirements and recommendations <Modify_style>`.
|
prepare your code for submission <Modify_contribute>` and :doc:`the
|
||||||
|
style requirements and recommendations <Modify_style>`.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user