Skip to content

Commit

Permalink
mv templates docs inside rec prep
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomart committed Nov 11, 2024
1 parent 4869008 commit 635f338
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 1 addition & 7 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ to run molecular docking and virtual screening.
:caption: Receptor preparation

Overview <rec_overview>
Info on templates <py_build_temp>
Command line usage <cli_rec_prep>
mk_prepare_receptor.py options <rec_cli_options>

Expand All @@ -79,10 +80,3 @@ to run molecular docking and virtual screening.

Usage <export_usage>
mk_export.py options <export_cli_options>

.. toctree::
:maxdepth: 2
:hidden:
:caption: Building residue templates

In Python <py_build_temp>
6 changes: 3 additions & 3 deletions docs/source/py_build_temp.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _py_build_temp:

Building residue templates in Python
===================================
Advanced information about templates
====================================

The interpretation of the valence (bonds) and formal charge of atoms is an essential step when parsing a PDB/CIF file, and the accuracy of residue mapping is crucial to the creation of a macrobiomolecule system. In Meeko, the input residue names are used as keys and the chemical templates are retrieved accordingly based on :ref:`templates <templates>`.

Expand Down Expand Up @@ -278,4 +278,4 @@ And below is the content of ``CRO_templates.json``, which can be loaded by ``mk_
"link_labels": {"1": "N-term"}
}
}
}
}

0 comments on commit 635f338

Please sign in to comment.