-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create .readthedocs.yaml * Post Doxygen generated documentation to the readthedocs * Update conf.py * Update Doxyfile.in * Update index.rst --------- Co-authored-by: [email protected] <[email protected]> Co-authored-by: [email protected] <[email protected]>
- Loading branch information
1 parent
4c009e6
commit 2d2b21a
Showing
7 changed files
with
112 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# .readthedocs.yaml | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Set the OS, Python version and other tools you might need | ||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.12" | ||
# You can also specify other tool versions: | ||
# nodejs: "19" | ||
# rust: "1.64" | ||
# golang: "1.19" | ||
apt_packages: | ||
- ghostscript | ||
- graphviz | ||
jobs: | ||
post_build: | ||
- cd docs && doxygen ./doxygen/Doxyfile.in | ||
# checks for broken links sometimes it gives false negatives | ||
# - python -m sphinx -b linkcheck -D linkcheck_timeout=1 docs/ $READTHEDOCS_OUTPUT/linkcheck | ||
|
||
# Build documentation in the "docs/" directory with Sphinx | ||
sphinx: | ||
configuration: docs/conf.py | ||
|
||
# Optionally build your docs in additional formats such as PDF and ePub | ||
# formats: | ||
# - epub | ||
|
||
# Optional but recommended, declare the Python requirements required | ||
# to build your documentation | ||
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html | ||
python: | ||
install: | ||
- requirements: docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,8 @@ | ||
|
||
Source Documentation | ||
==================== | ||
|
||
API Documentation | ||
----------------- | ||
|
||
Doxygen generated API documentation can be found here: `API documentation <html/index.html>`_ | ||
|
||
`Coo_8cpp documentation <html/Coo_8cpp.html>`_ | ||
|
||
`Csc_8cpp documentation <html/Csc_8cpp.htmll>`_ | ||
|
||
`Csr_8cpp documentation <html/Csr_8cpp.html>`_ | ||
==================== | ||
|
||
`GramSchmidt_8cpp documentation <html/GramSchmidt_8cpp.html>`_ | ||
|
||
`LinAlgWorkspaceCUDA_8cpp documentation <html/LinAlgWorkspaceCUDA_8cpp.html>`_ | ||
Doxygen generated API documentation can be found here: `Doxygen Docs <html/index.html>`_ | ||
|
||
`LinAlgWorkspaceHIP_8cpp documentation <html/LinAlgWorkspaceHIP_8cpp.html>`_ | ||
|
||
`LinAlgWorkspaceCpu_8cpp documentation <./html/LinAlgWorkspaceCpu_8cpp.html>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
docutils | ||
sphinx==6.2.1 | ||
sphinx-rtd-theme==1.2.2 | ||
breathe | ||
m2r2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Notice | ||
******* | ||
|
||
Disclaimer: | ||
|
||
This material was prepared as an account of work sponsored by an agency of the | ||
United States Government. Neither the United States Government nor the United | ||
States Department of Energy, nor UT-Battelle, nor Battelle Memorial Institute | ||
nor any of their employees, nor any jurisdiction or organization that has | ||
cooperated in the development of these materials, makes any warranty, express | ||
or implied, or assumes any legal liability or responsibility for the accuracy, | ||
completeness, or usefulness or any information, apparatus, product, software, | ||
or process disclosed, or represents that its use would not infringe privately | ||
owned rights. | ||
|
||
Reference herein to any specific commercial product, process, or service by | ||
trade name, trademark, manufacturer, or otherwise does not necessarily | ||
constitute or imply its endorsement, recommendation, or favoring by the United | ||
States Government or any agency thereof, or UT Batelle or Battelle Memorial | ||
Institute. The views and opinions of authors expressed herein do not | ||
necessarily state or reflect those of the United States Government or any | ||
agency thereof. | ||
|
||
OAK RIDGE NATIONAL LABORATORY | ||
operated by | ||
UT-BATTELLE | ||
for the | ||
UNITED STATES DEPARTMENT OF ENERGY | ||
under Contract DE-AC05-00OR22725 | ||
|
||
and | ||
|
||
PACIFIC NORTHWEST NATIONAL LABORATORY | ||
operated by | ||
BATTELLE MEMORIAL INSTITUTE | ||
for the | ||
UNITED STATES DEPARTMENT OF ENERGY | ||
under Contract DE-AC05-76RL01830 |