Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
rm py docs gen
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Sep 28, 2023
1 parent a75b9ea commit 0f090ee
Show file tree
Hide file tree
Showing 29 changed files with 0 additions and 1,422 deletions.
13 changes: 0 additions & 13 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,8 @@ rapids-mamba-retry install \
rapids-logger "Build Doxygen docs"
pushd cpp
doxygen Doxyfile
mkdir -p ../docs/wholegraph/_xml
# xml is tarred up to s3 and used in cugraph
mkdir -p "${RAPIDS_DOCS_DIR}/libwholegraph/xml_tar"
tar -czf "${RAPIDS_DOCS_DIR}/libwholegraph/xml_tar"/xml.tar.gz -C xml .
# _xml is used for sphinx breathe project
mv xml/* "../docs/wholegraph/_xml"
popd

rapids-logger "Build Sphinx docs"
pushd docs/wholegraph
sphinx-build -b dirhtml ./source _html
sphinx-build -b text ./source _text
mkdir -p "${RAPIDS_DOCS_DIR}/wholegraph/"{html,txt}
mv _html/* "${RAPIDS_DOCS_DIR}/wholegraph/html"
mv _text/* "${RAPIDS_DOCS_DIR}/wholegraph/txt"
popd

rapids-logger "Output temp dir: ${RAPIDS_DOCS_DIR}"
Expand Down
26 changes: 0 additions & 26 deletions docs/wholegraph/Makefile

This file was deleted.

35 changes: 0 additions & 35 deletions docs/wholegraph/README.md

This file was deleted.

36 changes: 0 additions & 36 deletions docs/wholegraph/make.bat

This file was deleted.

Empty file.
23 changes: 0 additions & 23 deletions docs/wholegraph/source/_static/references.css

This file was deleted.

11 changes: 0 additions & 11 deletions docs/wholegraph/source/api_docs/index.rst

This file was deleted.

228 changes: 0 additions & 228 deletions docs/wholegraph/source/api_docs/libwholegraph/index.rst

This file was deleted.

Loading

0 comments on commit 0f090ee

Please sign in to comment.