Skip to content

Commit 66cefa2

Browse files
authored
Remove cugraph-service docs (#177)
Contributes to rapidsai/build-planning#220 `cugraph-service-{client,server}` have been removed in 25.12 (rapidsai/cugraph#5325). This removes the corresponding references in docs. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Don Acosta (https://github.com/acostadon) - Kyle Edwards (https://github.com/KyleFromNVIDIA) URL: #177
1 parent 46ebdf7 commit 66cefa2

File tree

10 files changed

+1
-66
lines changed

10 files changed

+1
-66
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
repos:
44
- repo: https://github.com/rapidsai/pre-commit-hooks
5-
rev: v0.7.0
5+
rev: v1.2.1
66
hooks:
77
- id: verify-alpha-spec
88
- id: verify-copyright

docs/cugraph-docs/source/api_docs/index.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,3 @@ Graph Neural Networks API Documentation
2424

2525
cugraph-pyg/cugraph_pyg.rst
2626
.. wholegraph/index.rst
27-
28-
Additional Graph Packages API Documentation
29-
-------------------------------------------
30-
31-
.. toctree::
32-
:maxdepth: 3
33-
:caption: Additional Graph Packages API Documentation
34-
35-
service/index.rst

docs/cugraph-docs/source/api_docs/service/cugraph_service_client.rst

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/cugraph-docs/source/api_docs/service/cugraph_service_server.rst

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/cugraph-docs/source/api_docs/service/index.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/cugraph-docs/source/graph_support/cugraph_service.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/cugraph-docs/source/graph_support/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ Graph Support
1111
cugraph_cpp.rst
1212
gnn_support.rst
1313
datastores.rst
14-
cugraph_service.rst

docs/cugraph-docs/source/graph_support/property_graph.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Property Graph enables:
1111
* Subgraph extractions based on properties and/or edge and node types as seen below.
1212
* Storage of properties either within the graph structure on gpu or using GNN-centric storage extensions on host storage.
1313
* Adding additional properties, nodes and edges into the property graph to store derived data like analytic results.
14-
* Client access managed by a remote server allowing shared access and remote operations using CuGraph Service.
1514

1615
This is an example of using the cuGraph Property Graph in a two stage analysis.
1716

docs/cugraph-docs/source/installation/getting_cugraph.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ cuGraph Conda packages
2828
* cugraph - this will also import:
2929
* pylibcugraph
3030
* libcugraph
31-
* cugraph-service-client
32-
* cugraph-service-server
3331
* cugraph-pyg
3432
* nx-cugraph
3533

docs/cugraph-docs/source/sphinxext/github_link.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ def _linkcode_resolve(domain, info, url_fmt, revision):
9595

9696
module_dir_dict = {
9797
"cugraph_pyg": "cugraph-pyg",
98-
"cugraph_service_client": "cugraph-service/client",
99-
"cugraph_service_server": "cugraph-service/server",
10098
"cugraph": "cugraph",
10199
"pylibcugraph": "pylibcugraph",
102100
}

0 commit comments

Comments
 (0)