Commit b05d6fb
authored
remove references to Property Graph (#181)
Nightly builds are failing like this:
```text
WARNING: [autosummary] failed to import cugraph.experimental.PropertyGraph.
Possible hints:
* AttributeError: module 'cugraph.experimental' has no attribute 'PropertyGraph'
* ImportError:
* ModuleNotFoundError: No module named 'cugraph.experimental.PropertyGraph'
Extension error (sphinx.ext.autosummary)!
```
([build link](https://github.com/rapidsai/cugraph-docs/actions/runs/20615065337/job/59206156695#step:12:1876))
Looks like that's a result of rapidsai/cugraph#5374
This removes all references to cuGraph Property Graphs.
It also updates the description of `cugraph-pyg`, matching what @alexbarghi-nv has started over in rapidsai/cugraph-gnn#375
Authors:
- James Lamb (https://github.com/jameslamb)
Approvers:
- Brad Rees (https://github.com/BradReesWork)
URL: #1811 parent fbc6554 commit b05d6fb
File tree
5 files changed
+1
-81
lines changed- docs/cugraph-docs/source
- api_docs/cugraph
- graph_support
5 files changed
+1
-81
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
Lines changed: 0 additions & 29 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments