From 677e8afdc5c0a35a34fbbd4c1d8f3bca46262443 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 8 Oct 2020 10:32:02 -0400 Subject: [PATCH] update section headlines --- doc/src/Library_add.rst | 4 ++-- doc/src/Library_objects.rst | 4 ++-- doc/src/Library_scatter.rst | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/src/Library_add.rst b/doc/src/Library_add.rst index d35ba5616b..8777ebbcad 100644 --- a/doc/src/Library_add.rst +++ b/doc/src/Library_add.rst @@ -1,5 +1,5 @@ -Extending the Library interface -=============================== +Extending the C API +=================== The functionality of the LAMMPS library interface has historically been motivated by the needs of its users. Functions have been added diff --git a/doc/src/Library_objects.rst b/doc/src/Library_objects.rst index 5ce03f84a3..eed14b3a05 100644 --- a/doc/src/Library_objects.rst +++ b/doc/src/Library_objects.rst @@ -1,5 +1,5 @@ -Retrieving or setting properties of LAMMPS objects -================================================== +Compute, fixes, variables +========================= This section documents accessing or modifying data stored by computes, fixes, or variables in LAMMPS using the following functions: diff --git a/doc/src/Library_scatter.rst b/doc/src/Library_scatter.rst index 1bbce6cc4e..40a79c2d9b 100644 --- a/doc/src/Library_scatter.rst +++ b/doc/src/Library_scatter.rst @@ -1,5 +1,5 @@ -Per-atom scatter/gather operations -================================== +Scatter/gather operations +========================= This section has functions which gather per-atom data from one or more processors into a contiguous global list ordered by atom ID. The same