From 4c33bf663da24d4c8da42e0d397363a9b30e4d36 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 14 Dec 2024 16:58:58 -0500 Subject: [PATCH] whitespace --- doc/src/Python_jupyter.rst | 2 +- doc/src/Python_properties.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/Python_jupyter.rst b/doc/src/Python_jupyter.rst index df24bf7506..8bdfd1758a 100644 --- a/doc/src/Python_jupyter.rst +++ b/doc/src/Python_jupyter.rst @@ -43,6 +43,6 @@ directory. The opened file provides an overview of the available examples. - Example 5: Validating a dihedral potential (``dihedrals/dihedral.ipynb``) - Example 6: Running a Monte Carlo relaxation (``montecarlo/mc.ipynb``) -.. note:: +.. note:: Typically clicking a link in Jupyter will open a new tab, which might be blocked by your pop-up blocker. diff --git a/doc/src/Python_properties.rst b/doc/src/Python_properties.rst index 25576e90be..25040ad5bd 100644 --- a/doc/src/Python_properties.rst +++ b/doc/src/Python_properties.rst @@ -3,7 +3,7 @@ System properties Similar to what is described in :doc:`Library_properties`, the instances of :py:class:`lammps ` can be used to extract different kinds -of information about the active LAMMPS instance and also to modify some of it. +of information about the active LAMMPS instance and also to modify some of it. In some cases the data returned is a direct reference to the original data inside LAMMPS cast to ``ctypes`` pointers. Where possible, the wrappers will