File tree Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,13 @@ Molecular Encoder Models
3
3
4
4
This section documents the encoder(representation learning) models in `torch_molecule.encoder `.
5
5
6
- .. rubric :: MoAma for Molecular Representation Learning
6
+ .. contents ::
7
+ :local:
8
+ :depth: 1
7
9
10
+ .. rubric :: MoAma for Molecular Representation Learning
8
11
.. automodule :: torch_molecule.encoder.moama
9
- :members:
12
+ :members:
10
13
:undoc-members:
11
14
:show-inheritance:
12
15
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ Molecular Generation Models
3
3
4
4
This section documents the generation models in `torch_molecule.generator `.
5
5
6
+ .. contents ::
7
+ :local:
8
+ :depth: 1
9
+
6
10
.. rubric :: GraphDiT for Un/Multi-conditional Molecular Generation
7
11
8
12
.. automodule :: torch_molecule.generator.graph_dit
Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ API Reference
4
4
This section documents the main modules and classes in `torch_molecule `.
5
5
6
6
.. toctree ::
7
- :maxdepth: 2
7
+ :maxdepth: 3
8
8
:caption: Main Components:
9
+ :hidden:
9
10
10
11
predictor
11
12
generator
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ Molecular Property Prediction Models
3
3
4
4
This section documents the predictor models in `torch_molecule.predictor `.
5
5
6
+ .. contents ::
7
+ :local:
8
+ :depth: 1
9
+
6
10
.. (Add predictors here as needed. You might write summaries and link submodules.)
7
11
8
12
.. rubric :: Graph Neural Networks
Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ Welcome to the torch-molecule documentation. torch-molecule is an actively devel
18
18
example
19
19
20
20
.. toctree ::
21
- :maxdepth: 2
22
- :caption: API for main modules:
21
+ :maxdepth: 3
22
+ :caption: Main Components:
23
+ :hidden:
23
24
24
25
api/predictor
25
26
api/generator
You can’t perform that action at this time.
0 commit comments