Core utilities for all ROCm documentation on RTD
Project description
ROCm Documentation Core Utilities
Purpose
This repository is comprised of utilities, styling, scripts, and additional HTML content that is common to all ROCm projects' documentation. This greatly aids in maintaining the documentation, as any change to the appearance only needs to be modified in one location.
Common elements covered
- Javascript tweaks for tables with long variable names, as Sphinx' default rendering is problematic.
- HTML for a header and footer for the documentation page.
- Common Sphinx configuration options for ROCm documentation processes.
Use
- Install this repository as a Python package using pip, for example
pip install git+https://github.com/RadeonOpenCompute/rocm-docs-core.git
. - From the
rocm_docs
package import the functionsetup_rocm_docs
intoconf.py
for the ReadTheDocs project. - Call exactly the following, replacing
<PROJECT NAME HERE>
with the name of the project.
from rocm_docs import ROCmDocs
docs_core = ROCmDocs(<PROJECT NAME HERE>)
docs_core.run_doxygen() # Only if Doxygen is required for this project
docs_core.setup()
for sphinx_var in ROCmDocs.SPHINX_VARS:
globals()[sphinx_var] = getattr(docs_core, sphinx_var)
Documentation
The rocm-docs-core
documentation is viewable at https://rocm.docs.amd.com/projects/rocm-docs-core/en/latest/
To build the rocm-docs-core
documentation locally, run the commands below:
pip install -r requirements.txt
cd docs
python3 -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rocm-docs-core-0.24.0.tar.gz
(1.2 MB
view hashes)
Built Distribution
Close
Hashes for rocm_docs_core-0.24.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc3500b98090f97175a4ab641671d06538ffe3a558b5724402cc2cbb2c8c2657 |
|
MD5 | ecfda6a0550fa9e57ea6fff7ec7e7a10 |
|
BLAKE2b-256 | 4d35604f1391469633a9e975fda7bd90981c718f171a5517a4e5f0c2d36a05b5 |