|
1 | | -.. sssom-py documentation master file, created by |
2 | | - sphinx-quickstart on Fri Aug 12 08:35:01 2022. |
3 | | - You can adapt this file completely to your liking, but it should at least |
4 | | - contain the root `toctree` directive. |
| 1 | +.. |
| 2 | + sssom-py documentation master file, created by |
| 3 | + sphinx-quickstart on Fri Aug 12 08:35:01 2022. |
| 4 | + You can adapt this file completely to your liking, but it should at least |
| 5 | + contain the root `toctree` directive. |
5 | 6 |
|
6 | 7 | SSSOM Mapping Format Python Utilities |
7 | 8 | ===================================== |
8 | 9 |
|
9 | | -SSSOM (Simple Standard for Sharing Ontology Mappings) is a TSV format |
10 | | -for representing ontology mappings, or mappings between pairs of |
11 | | -entities in general: |
| 10 | +SSSOM (Simple Standard for Sharing Ontology Mappings) is a TSV format for representing ontology |
| 11 | +mappings, or mappings between pairs of entities in general: |
12 | 12 |
|
13 | | -GitHub: https://github.com/mapping-commons/sssom |
14 | | -Documentation: https://mapping-commons.github.io/sssom/ |
15 | | -Publication: https://arxiv.org/abs/2112.07051 |
16 | | -Tutorials: https://mapping-commons.github.io/sssom/tutorial/ |
| 13 | +- GitHub: https://github.com/mapping-commons/sssom |
| 14 | +- Documentation: https://mapping-commons.github.io/sssom/ |
| 15 | +- Publication: https://arxiv.org/abs/2112.07051 |
| 16 | +- Tutorials: https://mapping-commons.github.io/sssom/tutorial/ |
17 | 17 |
|
18 | | -sssom-py is a Python library and command line toolkit for working with |
19 | | -SSSOM: |
| 18 | +sssom-py is a Python library and command line toolkit for working with SSSOM: |
20 | 19 |
|
21 | 20 | GitHub: https://github.com/mapping-commons/sssom-py |
22 | 21 |
|
23 | | - |
24 | 22 | Contents |
25 | 23 | -------- |
26 | 24 |
|
27 | 25 | .. toctree:: |
28 | | - :maxdepth: 2 |
29 | | - :caption: Contents: |
| 26 | + :maxdepth: 2 |
| 27 | + :caption: Contents: |
30 | 28 |
|
31 | | - installation |
32 | | - cli_usage |
33 | | - examples |
34 | | - sphinx |
35 | | - developer_docs/modules |
| 29 | + installation |
| 30 | + cli_usage |
| 31 | + examples |
| 32 | + sphinx |
| 33 | + developer_docs/modules |
36 | 34 |
|
37 | 35 | Indices and tables |
38 | 36 | ================== |
39 | 37 |
|
40 | | -* :ref:`genindex` |
41 | | -* :ref:`modindex` |
42 | | -* :ref:`search` |
| 38 | +- :ref:`genindex` |
| 39 | +- :ref:`modindex` |
| 40 | +- :ref:`search` |
0 commit comments