fix up a few internal references

This commit is contained in:
Axel Kohlmeyer
2020-09-25 14:04:44 -04:00
parent 495438105f
commit 5e6d222d29
5 changed files with 10 additions and 10 deletions

View File

@ -204,7 +204,7 @@ to "compute" what the next LAMMPS command should be.
.. tab:: lammps API
Same as in the equivalent
:doc:`C library functions <pg_lib_execute>`, commands can be read from a file, a
:doc:`C library functions <Library_execute>`, commands can be read from a file, a
single string, a list of strings and a block of commands in a single
multi-line string. They are processed under the same boundary conditions
as the C library counterparts. The example below demonstrates the use