From d2c064c369d3ed10772c88ca319eba6aa4c08bf7 Mon Sep 17 00:00:00 2001 From: tkpiskorz Date: Tue, 11 Jun 2024 18:09:09 +0100 Subject: [PATCH] documentation update --- docs/source/examples.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/examples.rst b/docs/source/examples.rst index 5fd4489..abec3df 100644 --- a/docs/source/examples.rst +++ b/docs/source/examples.rst @@ -126,7 +126,7 @@ which can be changed by specifying "keywords" in the supramolecular_structure cl cage.parametrize(out_coord='out.pdb', out_topol='out.top', prepare_initial_topology=True) -Example 5 +Example 5: Truncation schemes ------------ Truncation schemes allow the "recycling" of existing templates from the library by reducing their size, which might match the metal site of interest. @@ -138,7 +138,9 @@ For example, one of the existing templates in the library can be truncated as fo :align: center :alt: Here should be shown how template is truncated -result in templates which might match the metal site. They can be used by specifying truncation_scheme in the supramolecular_structure class: +| + +Result in templates which might match the metal site. They can be used by specifying truncation_scheme in the supramolecular_structure class: .. code-block:: python