Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix_links_top' into fix_links_top
Browse files Browse the repository at this point in the history
  • Loading branch information
acostadon committed Jan 14, 2025
2 parents e183843 + f07ce62 commit 772b9e3
Show file tree
Hide file tree
Showing 25 changed files with 20 additions and 465 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2019-2024, NVIDIA CORPORATION.
# Copyright (c) 2019-2025, NVIDIA CORPORATION.

# cugraph build script

Expand Down Expand Up @@ -94,7 +94,7 @@ fi
# Build the docs
# C/C++?CUDA libraries
if hasArg docs || buildDefault; then
PROJ_LIST=("libcugraph libcugraphops libwholegraph")
PROJ_LIST=("libcugraph libwholegraph")
for PROJECT in ${PROJ_LIST}; do
echo "PROJECT IS ${PROJECT}"
XML_DIR="${REPODIR}/docs/cugraph-docs/${PROJECT}"
Expand Down
2 changes: 1 addition & 1 deletion ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export RAPIDS_DOCS_DIR="$(mktemp -d)"

rapids-print-env

PROJ_LIST=("libcugraph libcugraphops libwholegraph")
PROJ_LIST=("libcugraph libwholegraph")

for PROJECT in ${PROJ_LIST}; do
rapids-logger "Download ${PROJECT} xml_tar"
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 @@ -52,10 +52,8 @@ DEPENDENCIES=(
cugraph-pyg
libcugraph
libcugraph_etl
libcugraphops
nx-cugraph
pylibcugraph
pylibcugraphops
pylibwholegraph
)
for DEP in "${DEPENDENCIES[@]}"; do
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 @@ -24,7 +24,6 @@ dependencies:
- pre-commit
- pydata-sphinx-theme
- pylibcugraph==25.2.*,>=0.0.0a0
- pylibcugraphops==25.2.*,>=0.0.0a0
- pylibwholegraph==25.2.*,>=0.0.0a0
- recommonmark
- sphinx-copybutton
Expand Down
1 change: 0 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,4 @@ dependencies:
- libcugraph==25.2.*,>=0.0.0a0
- libcugraph_etl==25.2.*,>=0.0.0a0
- pylibcugraph==25.2.*,>=0.0.0a0
- pylibcugraphops==25.2.*,>=0.0.0a0
- pylibwholegraph==25.2.*,>=0.0.0a0
2 changes: 0 additions & 2 deletions docs/cugraph-docs/source/api_docs/cugraph-ops/c_cpp/index.old

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 772b9e3

Please sign in to comment.