File: index.rst

package info (click to toggle)
python-modelcif 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 688 kB
  • sloc: python: 6,746; makefile: 14; sh: 6
file content (44 lines) | stat: -rw-r--r-- 712 bytes parent folder | download
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`