Skip to content

Commit 4a7903c

Browse files
committed
update doc
1 parent 6d442bf commit 4a7903c

File tree

4 files changed

+7
-17
lines changed

4 files changed

+7
-17
lines changed

docs/api_doc/featurizers.rst

-13
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,6 @@ pahelix.featurizers
44

55
.. contents:: Table of Contents
66

7-
het_gnn_featurizer
8-
==================
9-
10-
.. automodule:: pahelix.featurizers.het_gnn_featurizer
11-
12-
.. autoclass:: pahelix.featurizers.het_gnn_featurizer.DDiFeaturizer
13-
:members:
14-
:inherited-members:
15-
16-
.. autofunction:: pahelix.featurizers.het_gnn_featurizer.num_nodes_stat
17-
18-
.. autofunction:: pahelix.featurizers.het_gnn_featurizer.nx_graph_build
19-
207
pretrain_gnn_featurizer
218
=======================
229

docs/api_doc/networks.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ basic_block
99

1010
.. automodule:: pahelix.networks.basic_block
1111

12-
.. autoclass:: pahelix.networks.compound_encoder.Activation
12+
.. autoclass:: pahelix.networks.basic_block.Activation
1313
:members:
1414

15-
.. autoclass:: pahelix.networks.compound_encoder.MLP
15+
.. autoclass:: pahelix.networks.basic_block.MLP
1616
:members:
1717

1818
compound_encoder

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
language = 'en'
2626

2727
# Import mock dependencies packages
28-
autodoc_mock_imports = ['paddle', 'pgl', 'rdkit', 'numpy', 'random', 'pandas', 'sklearn', 'networkx']
28+
autodoc_mock_imports = ['paddle', 'pgl', 'rdkit', 'numpy', 'random', 'pandas', 'sklearn', 'networkx', 'pdb', 'math', 'enum', 'collections', 'json', 'pickle', 'argparse', 're']
2929

3030

3131
# -- General configuration ---------------------------------------------------

docs/requirements.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ sphinxcontrib-httpdomain
33
paddlepaddle>=2.0.0rc0
44
pgl>=1.2.0
55
numpy
6-
pandas
6+
pandas
7+
math
8+
random
9+
collections

0 commit comments

Comments
 (0)