Skip to content

Commit

Permalink
remove docs, pytest marker
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 26, 2024
1 parent 126332b commit a2d679f
Show file tree
Hide file tree
Showing 27 changed files with 6 additions and 290 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ That's it. NetworkX now leverages cuGraph for accelerated graph algorithms.
- [libcugraph (C/C++/CUDA)](./readme_pages/libcugraph.md)
- [nx-cugraph](https://rapids.ai/nx-cugraph/)
- [cugraph-service](./readme_pages/cugraph_service.md)
- [cugraph-ops](./readme_pages/cugraph_ops.md)
- API Docs
- Python
- [Python Nightly](https://docs.rapids.ai/api/cugraph/nightly/)
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ if hasArg docs || hasArg all; then
${CMAKE_VERBOSE_OPTION}
fi

for PROJECT in libcugraphops libwholegraph; do
for PROJECT in libwholegraph; do
XML_DIR="${REPODIR}/docs/cugraph/${PROJECT}"
rm -rf "${XML_DIR}"
mkdir -p "${XML_DIR}"
Expand Down
3 changes: 1 addition & 2 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,13 @@ rapids-mamba-retry install \
"cugraph-service-server=${RAPIDS_VERSION_MAJOR_MINOR}.*" \
"cugraph-service-client=${RAPIDS_VERSION_MAJOR_MINOR}.*" \
"libcugraph_etl=${RAPIDS_VERSION_MAJOR_MINOR}.*" \
"pylibcugraphops=${RAPIDS_VERSION_MAJOR_MINOR}.*" \
"pylibwholegraph=${RAPIDS_VERSION_MAJOR_MINOR}.*" \
'pytorch>=2.3' \
"cuda-version=${CONDA_CUDA_VERSION}"

export RAPIDS_DOCS_DIR="$(mktemp -d)"

for PROJECT in libcugraphops libwholegraph; do
for PROJECT in libwholegraph; do
rapids-logger "Download ${PROJECT} xml_tar"
TMP_DIR=$(mktemp -d)
export XML_DIR_${PROJECT^^}="$TMP_DIR"
Expand Down
2 changes: 0 additions & 2 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,10 @@ DEPENDENCIES=(
dask-cuda
dask-cudf
libcudf
libcugraphops
libraft
libraft-headers
librmm
pylibcugraph
pylibcugraphops
pylibwholegraph
pylibraft
pyraft
Expand Down
1 change: 0 additions & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ dependencies:
- pre-commit
- pydantic
- pydata-sphinx-theme
- pylibcugraphops==25.2.*,>=0.0.0a0
- pylibraft==25.2.*,>=0.0.0a0
- pylibwholegraph==25.2.*,>=0.0.0a0
- pytest
Expand Down
1 change: 0 additions & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dependencies:
- pre-commit
- pydantic
- pydata-sphinx-theme
- pylibcugraphops==25.2.*,>=0.0.0a0
- pylibraft==25.2.*,>=0.0.0a0
- pylibwholegraph==25.2.*,>=0.0.0a0
- pytest
Expand Down
1 change: 0 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ dependencies:
- nbsphinx
- numpydoc
- pydata-sphinx-theme
- pylibcugraphops==25.2.*,>=0.0.0a0
- recommonmark
- sphinx-copybutton
- sphinx-markdown-tables
Expand Down
2 changes: 0 additions & 2 deletions docs/cugraph/source/api_docs/cugraph-ops/c_cpp/index.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/cugraph/source/api_docs/cugraph-ops/index.rst

This file was deleted.

24 changes: 0 additions & 24 deletions docs/cugraph/source/api_docs/cugraph-ops/python/dimenet.rst

This file was deleted.

34 changes: 0 additions & 34 deletions docs/cugraph/source/api_docs/cugraph-ops/python/graph_types.rst

This file was deleted.

13 changes: 0 additions & 13 deletions docs/cugraph/source/api_docs/cugraph-ops/python/index.rst

This file was deleted.

109 changes: 0 additions & 109 deletions docs/cugraph/source/api_docs/cugraph-ops/python/operators.rst

This file was deleted.

36 changes: 0 additions & 36 deletions docs/cugraph/source/api_docs/cugraph-ops/python/pytorch.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/cugraph/source/api_docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Graph Neural Networks API Documentation

cugraph-dgl/cugraph_dgl.rst
cugraph-pyg/cugraph_pyg.rst
cugraph-ops/index.rst
wholegraph/index.rst

Additional Graph Packages API Documentation
Expand Down
1 change: 0 additions & 1 deletion docs/cugraph/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ def setup(app):

breathe_projects = {
'libcugraph': os.environ['XML_DIR_LIBCUGRAPH'],
'libcugraphops': os.environ['XML_DIR_LIBCUGRAPHOPS'],
'libwholegraph': os.environ['XML_DIR_LIBWHOLEGRAPH']
}

Expand Down
10 changes: 0 additions & 10 deletions docs/cugraph/source/graph_support/cugraphops_support.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/cugraph/source/graph_support/gnn_support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ Graph Neural Network Support

PyG_support.md
DGL_support.md
cugraphops_support.rst
wholegraph_support.md
2 changes: 1 addition & 1 deletion docs/cugraph/source/wholegraph/installation/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN pip3 install -U py
RUN pip3 install Cython setuputils3 scikit-build nanobind pytest-forked pytest
```

To run GNN applications, you may also need cuGraphOps, DGL and/or PyG libraries to run the GNN layers.
To run GNN applications, you may also need DGL and/or PyG libraries to run the GNN layers.
You may refer to [DGL](https://www.dgl.ai/pages/start.html) or [PyG](https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html)
For example, to install DGL, you may need to add:

Expand Down
6 changes: 1 addition & 5 deletions python/cugraph/cugraph/tests/sampling/test_random_walks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023, NVIDIA CORPORATION.:
# Copyright (c) 2020-2024, NVIDIA CORPORATION.:
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand Down Expand Up @@ -222,7 +222,6 @@ def test_random_walks_invalid_max_dept(graph_file, directed, max_depth):


@pytest.mark.sg
@pytest.mark.cugraph_ops
@pytest.mark.parametrize("graph_file", SMALL_DATASETS)
@pytest.mark.parametrize("directed", DIRECTED_GRAPH_OPTIONS)
def test_random_walks_coalesced(graph_file, directed):
Expand All @@ -246,7 +245,6 @@ def test_random_walks_coalesced(graph_file, directed):


@pytest.mark.sg
@pytest.mark.cugraph_ops
@pytest.mark.parametrize("graph_file", SMALL_DATASETS)
@pytest.mark.parametrize("directed", DIRECTED_GRAPH_OPTIONS)
def test_random_walks_padded_0(graph_file, directed):
Expand All @@ -271,7 +269,6 @@ def test_random_walks_padded_0(graph_file, directed):


@pytest.mark.sg
@pytest.mark.cugraph_ops
def test_random_walks_padded_1():
max_depth = random.randint(2, 10)

Expand All @@ -294,7 +291,6 @@ def test_random_walks_padded_1():


@pytest.mark.sg
@pytest.mark.cugraph_ops
@pytest.mark.parametrize("graph_file", SMALL_DATASETS)
def test_random_walks_nx(graph_file):
G = graph_file.get_graph(create_using=cugraph.Graph(directed=True))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def input_graph(request):


@pytest.mark.mg
@pytest.mark.cugraph_ops
def test_dask_mg_random_walks(dask_client, input_graph):
path_data, seeds, max_depth = calc_random_walks(input_graph)
df_G = input_graph.input_df.compute().reset_index(drop=True)
Expand Down
Loading

0 comments on commit a2d679f

Please sign in to comment.