File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,20 @@ Welcome to the torch-molecule documentation. torch-molecule is an actively devel
19
19
20
20
.. toctree ::
21
21
:maxdepth: 2
22
- :caption: API Documentation :
22
+ :caption: API for main modules :
23
23
24
- api/index
24
+ api/predictor
25
+ api/generator
26
+ api/encoder
27
+
28
+ .. toctree ::
29
+ :maxdepth: 2
30
+ :caption: API for utilities:
31
+
32
+ api/utils
33
+ api/gnn
34
+ api/generator
35
+ api/predictor
25
36
26
37
.. toctree ::
27
38
:maxdepth: 2
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ To install `torch-molecule`, follow these steps:
34
34
35
35
**Required Dependencies **:
36
36
37
- Dependencies are listed in `https://github.com/liugangcode/torch-molecule/requirements.txt ` . Example contents:
37
+ Dependencies are listed in `< https://github.com/liugangcode/torch-molecule/requirements.txt >`_ . Example contents:
38
38
39
39
.. code-block :: text
40
40
You can’t perform that action at this time.
0 commit comments