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