Skip to content

Commit 0b2d9e2

Browse files
authored
Merge pull request #19 from tigergraph/DOC-2817-pytigergraph-factory-func
DOC-2817-pytigergraph-factory-func
2 parents e09f22b + 705aaba commit 0b2d9e2

File tree

5 files changed

+573
-981
lines changed

5 files changed

+573
-981
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

0 commit comments

Comments
 (0)