Skip to content

Commit ce5b02d

Browse files
committed
changing paths to use the directory name instead of html
1 parent ba325b8 commit ce5b02d

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

conda/environments/all_cuda-129_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dependencies:
2626
- pydata-sphinx-theme
2727
- pylibcugraph==25.8.*,>=0.0.0a0
2828
- pylibwholegraph==25.8.*,>=0.0.0a0
29+
- sphinx
2930
- sphinx-copybutton
3031
- sphinx-markdown-tables
31-
- sphinx>=8,<8.2.0
3232
- sphinxcontrib-websupport
3333
name: all_cuda-129_arch-x86_64

dependencies.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ dependencies:
7474
- pydata-sphinx-theme
7575
- sphinx-copybutton
7676
- sphinx-markdown-tables
77-
# the ceiling on sphinx can be removed when https://github.com/spatialaudio/nbsphinx/issues/825 is resolved
78-
- sphinx>=8,<8.2.0
77+
- sphinx
7978
- sphinxcontrib-websupport
8079

8180
# this repo only uses conda and 1 major version of CUDA, so

docs/cugraph-docs/source/graph_support/algorithms/algorithms_top.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Note: Multi-GPU, or MG, includes support for Multi-Node Multi-GPU (also called M
3232

3333
| Category | Notebooks | Scale | Notes |
3434
| ----------------- | ---------------------------------- | ------------------- | --------------------------------------------------------------- |
35-
| [Centrality](./Centrality.html) | [Centrality](https://github.com/rapidsai/cugraph/blob/main/notebooks/algorithms/centrality/Centrality.ipynb) | | |
35+
| [Centrality](./Centrality/) | [Centrality](https://github.com/rapidsai/cugraph/blob/main/notebooks/algorithms/centrality/Centrality.ipynb) | | |
3636
| | [Katz](https://github.com/rapidsai/cugraph/blob/main/notebooks/algorithms/centrality/Katz.ipynb) | __Multi-GPU__ | |
3737
| | [Betweenness Centrality](https://github.com/rapidsai/cugraph/blob/main/notebooks/algorithms/centrality/Betweenness.ipynb) | __Multi-GPU__ | MG as of 23.06 |
3838
| | [Edge Betweenness Centrality](https://github.com/rapidsai/cugraph/blob/main/notebooks/algorithms/centrality/Betweenness.ipynb) | __Multi-GPU__ | MG as of 23.08 |
@@ -65,7 +65,7 @@ Note: Multi-GPU, or MG, includes support for Multi-Node Multi-GPU (also called M
6565
| | [Pagerank](https://github.com/rapidsai/cugraph/blob/main/notebooks/algorithms/link_analysis/Pagerank.ipynb) | __Multi-GPU__ | [C++ README](./cpp_algorithms/centrality_cpp.html#Pagerank) |
6666
| | [Personal Pagerank]() | __Multi-GPU__ | [C++ README](./cpp_algorithms/centrality_cpp.html#Personalized-Pagerank) |
6767
| | [HITS](https://github.com/rapidsai/cugraph/blob/main/notebooks/algorithms/link_analysis/HITS.ipynb) | __Multi-GPU__ | |
68-
| [Link Prediction](./Similarity.html) | | | |
68+
| [Link Prediction](./Similarity) | | | |
6969
| | [Jaccard Similarity](https://github.com/rapidsai/cugraph/blob/main/notebooks/algorithms/link_prediction/Jaccard-Similarity.ipynb) | __Multi-GPU__ | Directed graph only |
7070
| | [Weighted Jaccard Similarity](https://github.com/rapidsai/cugraph/blob/main/notebooks/algorithms/link_prediction/Jaccard-Similarity.ipynb) | Single-GPU | |
7171
| | [Overlap Similarity](https://github.com/rapidsai/cugraph/blob/main/notebooks/algorithms/link_prediction/Overlap-Similarity.ipynb) | **Multi-GPU** | |

0 commit comments

Comments
 (0)