Skip to content

Commit b2638ee

Browse files
Victor LeeVictor Lee
authored andcommitted
DOC-2817-pytigergraph-factory-func
1 parent 06c4a91 commit b2638ee

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

modules/gds/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
* xref:index.adoc[]
2-
** xref:gds.adoc[]
2+
** xref:factory-functions.adoc[]
33
** xref:dataloaders.adoc[Data Loaders]
44
** xref:featurizer.adoc[Featurizer]
55
** xref:metrics.adoc[Metrics]

modules/gds/pages/dataloaders.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:description: Data loader classes in the pyTigerGraph GDS module.
44

55
Data loaders are classes in the pyTigerGraph Graph Data Science (GDS) module.
6-
You can define an instance of each data loader class through a link:https://docs.tigergraph.com/pytigergraph/current/gds/factory-functions[factory function].
6+
You can define an instance of each data loader class through a xref:factory-functions.adoc[factory function].
77

88
Requires `querywriters` user permissions for full functionality.
99

modules/gds/pages/index.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,18 @@ Graph Data Science (GDS) functions perform machine learning tasks such as the fo
1212
* Installing and running Graph Data Science algorithms
1313
** xref:featurizer.adoc[]
1414
15+
A full list of function types:
1516

17+
** xref:factory-functions.adoc[]
18+
** xref:dataloaders.adoc[Data Loaders]
19+
** xref:featurizer.adoc[Featurizer]
20+
** xref:metrics.adoc[Metrics]
21+
** xref:splitters.adoc[Splitters]
22+
** xref:transforms.adoc[Transforms]
23+
*** xref:pyg_transforms.adoc[PyTorch Geometric Transforms]
24+
*** xref:nodepiece_transforms.adoc[NodePiece Transforms]
25+
** xref:trainer.adoc[Trainer]
26+
** xref:models.adoc[Models]
27+
*** xref:graphsage.adoc[GraphSAGE]
28+
*** xref:nodepiece.adoc[NodePiece]
1629

0 commit comments

Comments
 (0)