diff --git a/doc/src/bond_none.rst b/doc/src/bond_none.rst index dde5b6d29a..ac838581be 100644 --- a/doc/src/bond_none.rst +++ b/doc/src/bond_none.rst @@ -1,13 +1,13 @@ -.. index:: bond\_style none +.. index:: bond_style none -bond\_style none command -======================== +bond_style none command +======================= Syntax """""" -.. parsed-literal:: +.. code-block:: LAMMPS bond_style none @@ -15,7 +15,7 @@ Examples """""""" -.. parsed-literal:: +.. code-blocK:: LAMMPS bond_style none @@ -24,9 +24,9 @@ Description Using a bond style of none means bond forces and energies are not computed, even if pairs of bonded atoms were listed in the data file -read by the :doc:`read\_data ` command. +read by the :doc:`read_data ` command. -See the :doc:`bond\_style zero ` command for a way to +See the :doc:`bond_style zero ` command for a way to calculate bond statistics, but compute no bond interactions. Restrictions @@ -35,11 +35,6 @@ Restrictions **Related commands:** none -:doc:`bond\_style zero ` +:doc:`bond_style zero ` **Default:** none - - -.. _lws: http://lammps.sandia.gov -.. _ld: Manual.html -.. _lc: Commands_all.html diff --git a/doc/txt/bond_none.txt b/doc/txt/bond_none.txt deleted file mode 100644 index cace1919e1..0000000000 --- a/doc/txt/bond_none.txt +++ /dev/null @@ -1,34 +0,0 @@ -"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c - -:link(lws,http://lammps.sandia.gov) -:link(ld,Manual.html) -:link(lc,Commands_all.html) - -:line - -bond_style none command :h3 - -[Syntax:] - -bond_style none :pre - -[Examples:] - -bond_style none :pre - -[Description:] - -Using a bond style of none means bond forces and energies are not -computed, even if pairs of bonded atoms were listed in the data file -read by the "read_data"_read_data.html command. - -See the "bond_style zero"_bond_zero.html command for a way to -calculate bond statistics, but compute no bond interactions. - -[Restrictions:] none - -[Related commands:] none - -"bond_style zero"_bond_zero.html - -[Default:] none