Skip to content

Commit aa04421

Browse files
authored
Reorganized docs and environment files (#1537)
* reorganized docs so that information is under ./docs/cugraph that better matches the rest of rapids * Updated yml files * removed unneeded packages in the yml files * drop old notebook * marked FA2 notebook as skip Authors: - Brad Rees (https://github.com/BradReesWork) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Rick Ratzel (https://github.com/rlratzel) - https://github.com/Iroy30 URL: #1537
1 parent f5ba9e7 commit aa04421

29 files changed

+214
-517
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ if buildAll || hasArg docs; then
170170
fi
171171
cd ${LIBCUGRAPH_BUILD_DIR}
172172
cmake --build "${LIBCUGRAPH_BUILD_DIR}" -j${PARALLEL_LEVEL} --target docs_cugraph ${VERBOSE_FLAG}
173-
cd ${REPODIR}/docs
173+
cd ${REPODIR}/docs/cugraph
174174
make html
175175
fi

conda/environments/cugraph_dev_cuda10.1.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ channels:
55
- rapidsai-nightly
66
- conda-forge
77
dependencies:
8+
- cudatoolkit=10.1
89
- cudf=0.20.*
910
- libcudf=0.20.*
1011
- rmm=0.20.*
11-
- cuxfilter=0.20.*
1212
- librmm=0.20.*
1313
- dask>=2.12.0
1414
- distributed>=2.12.0
@@ -19,8 +19,6 @@ dependencies:
1919
- ucx-proc=*=gpu
2020
- scipy
2121
- networkx>=2.5.1
22-
- python-louvain
23-
- cudatoolkit=10.1
2422
- clang=8.0.1
2523
- clang-tools=8.0.1
2624
- cmake>=3.18
@@ -32,18 +30,16 @@ dependencies:
3230
- libfaiss=1.7.0
3331
- faiss-proc=*=cuda
3432
- scikit-learn>=0.23.1
35-
- colorcet
36-
- holoviews
3733
- sphinx
3834
- sphinx_rtd_theme
3935
- sphinxcontrib-websupport
4036
- sphinx-markdown-tables
37+
- sphinx-copybutton
4138
- nbsphinx
4239
- numpydoc
4340
- ipython
4441
- recommonmark
4542
- pip
46-
- libcypher-parser
4743
- rapids-pytest-benchmark
4844
- doxygen
4945
- pytest-cov

conda/environments/cugraph_dev_cuda10.2.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ channels:
55
- rapidsai-nightly
66
- conda-forge
77
dependencies:
8+
- cudatoolkit=10.2
89
- cudf=0.20.*
910
- libcudf=0.20.*
1011
- rmm=0.20.*
11-
- cuxfilter=0.20.*
1212
- librmm=0.20.*
1313
- dask>=2.12.0
1414
- distributed>=2.12.0
@@ -19,8 +19,6 @@ dependencies:
1919
- ucx-proc=*=gpu
2020
- scipy
2121
- networkx>=2.5.1
22-
- python-louvain
23-
- cudatoolkit=10.2
2422
- clang=8.0.1
2523
- clang-tools=8.0.1
2624
- cmake>=3.18
@@ -32,18 +30,16 @@ dependencies:
3230
- libfaiss=1.7.0
3331
- faiss-proc=*=cuda
3432
- scikit-learn>=0.23.1
35-
- colorcet
36-
- holoviews
3733
- sphinx
3834
- sphinx_rtd_theme
3935
- sphinxcontrib-websupport
4036
- sphinx-markdown-tables
37+
- sphinx-copybutton
4138
- nbsphinx
4239
- numpydoc
4340
- ipython
4441
- recommonmark
4542
- pip
46-
- libcypher-parser
4743
- rapids-pytest-benchmark
4844
- doxygen
4945
- pytest-cov

conda/environments/cugraph_dev_cuda11.0.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ channels:
55
- rapidsai-nightly
66
- conda-forge
77
dependencies:
8+
- cudatoolkit=11.0
89
- cudf=0.20.*
910
- libcudf=0.20.*
1011
- rmm=0.20.*
11-
- cuxfilter=0.20.*
1212
- librmm=0.20.*
1313
- dask>=2.12.0
1414
- distributed>=2.12.0
@@ -19,8 +19,6 @@ dependencies:
1919
- ucx-proc=*=gpu
2020
- scipy
2121
- networkx>=2.5.1
22-
- python-louvain
23-
- cudatoolkit=11.0
2422
- clang=8.0.1
2523
- clang-tools=8.0.1
2624
- cmake>=3.18
@@ -32,18 +30,16 @@ dependencies:
3230
- libfaiss=1.7.0
3331
- faiss-proc=*=cuda
3432
- scikit-learn>=0.23.1
35-
- colorcet
36-
- holoviews
3733
- sphinx
3834
- sphinx_rtd_theme
3935
- sphinxcontrib-websupport
4036
- sphinx-markdown-tables
37+
- sphinx-copybutton
4138
- nbsphinx
4239
- numpydoc
4340
- ipython
4441
- recommonmark
4542
- pip
46-
- libcypher-parser
4743
- rapids-pytest-benchmark
4844
- doxygen
4945
- pytest-cov
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: cugraph_dev
2+
channels:
3+
- rapidsai
4+
- nvidia
5+
- rapidsai-nightly
6+
- conda-forge
7+
dependencies:
8+
- cudatoolkit=11.1
9+
- cudf=0.20.*
10+
- libcudf=0.20.*
11+
- rmm=0.20.*
12+
- librmm=0.20.*
13+
- dask>=2.12.0
14+
- distributed>=2.12.0
15+
- dask-cuda=0.20*
16+
- dask-cudf=0.20*
17+
- nccl>=2.8.4
18+
- ucx-py=0.20*
19+
- ucx-proc=*=gpu
20+
- scipy
21+
- networkx>=2.5.1
22+
- clang=8.0.1
23+
- clang-tools=8.0.1
24+
- cmake>=3.18
25+
- python>=3.6,<3.9
26+
- notebook>=0.5.0
27+
- boost
28+
- cython>=0.29,<0.30
29+
- pytest
30+
- libfaiss=1.7.0
31+
- faiss-proc=*=cuda
32+
- scikit-learn>=0.23.1
33+
- sphinx
34+
- sphinx_rtd_theme
35+
- sphinxcontrib-websupport
36+
- sphinx-markdown-tables
37+
- sphinx-copybutton
38+
- nbsphinx
39+
- numpydoc
40+
- ipython
41+
- recommonmark
42+
- pip
43+
- rapids-pytest-benchmark
44+
- doxygen
45+
- pytest-cov
46+
- gtest
47+
- gmock
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: cugraph_dev
2+
channels:
3+
- rapidsai
4+
- nvidia
5+
- rapidsai-nightly
6+
- conda-forge
7+
dependencies:
8+
- cudatoolkit=11.2
9+
- cudf=0.20.*
10+
- libcudf=0.20.*
11+
- rmm=0.20.*
12+
- librmm=0.20.*
13+
- dask>=2.12.0
14+
- distributed>=2.12.0
15+
- dask-cuda=0.20*
16+
- dask-cudf=0.20*
17+
- nccl>=2.8.4
18+
- ucx-py=0.20*
19+
- ucx-proc=*=gpu
20+
- scipy
21+
- networkx>=2.5.1
22+
- clang=8.0.1
23+
- clang-tools=8.0.1
24+
- cmake>=3.18
25+
- python>=3.6,<3.9
26+
- notebook>=0.5.0
27+
- boost
28+
- cython>=0.29,<0.30
29+
- pytest
30+
- libfaiss=1.7.0
31+
- faiss-proc=*=cuda
32+
- scikit-learn>=0.23.1
33+
- sphinx
34+
- sphinx_rtd_theme
35+
- sphinxcontrib-websupport
36+
- sphinx-markdown-tables
37+
- sphinx-copybutton
38+
- nbsphinx
39+
- numpydoc
40+
- ipython
41+
- recommonmark
42+
- pip
43+
- rapids-pytest-benchmark
44+
- doxygen
45+
- pytest-cov
46+
- gtest
47+
- gmock
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)