1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Python-ModelCIF documentation
=============================
This is a Python package to assist in handling mmCIF files compliant
with the ModelCIF extension.
The documentation below documents the library API. For complete worked examples,
see `the examples directory at GitHub <https://github.com/ihmwg/python-modelcif/tree/main/examples>`_.
Contents
========
.. toctree::
:maxdepth: 2
introduction
usage
limitations
changes
API Reference:
.. toctree::
:maxdepth: 1
main
reference
alignment
data
protocol
model
qa_metric
associated
descriptor
dumper
reader
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|