ADI's sphinx extensions and theme
Project description
Analog Devices Doctools
Analog Devices Inc. central repository to host tooling for automated documentation builds. It includes Sphinx extensions, themes, and tools for multiple repositories in the organization.
All tools, directives and roles are documented in this repository documentation.
Guarantee to work with Python newer than 3.8 and distros released on or after 20H1 (e.g. Ubuntu 20.04 LTS).
Release install
Ensure pip is newer than 23.0 [1]:
pip install pip --upgrade
Install the documentation tools, which will fetch this repository release:
(cd docs ; pip install -r requirements.txt)
Build the documentation with Sphinx:
(cd docs ; make html)
The generated documentation will be available at docs/_build/html and it
provides information about the adoc command line tool and general documentation
guidelines.
In summary, the serve allows to live reload the documentation when editing
the docs, and aggregate to generate an aggregated documentation of the multiple
repositories.
[1] There is a known bug with pip shipped with Ubuntu 22.04
Using a Python virtual environment
Installing packages at user level through pip is not always recommended, instead,
consider using a Python virtual environment (python3-venv on ubuntu 22.04).
To create and activate the environment, do before the previous instructions:
python3 -m venv ./venv
source ./venv/bin/activate
Use deactivate to exit the virtual environment.
For next builds, just activate the virtual environment:
source ./venv/bin/activate
Development install
Development mode allows to edit the source code and apply the changes without
reinstalling.
Also extends Author Mode to watch changes on the webpage source code
(use --dev/-r option to enable this).
Install the web compiler
If you care about the web scripts (js modules) and style sheets (sass),
install npm first, if not, just skip this section.
NOTE: If the
npmprovided by your package manager is too old and updating withnpm install npm -gfails, consider installing with NodeSource.
At the repository root, install the npm dependencies locally:
npm install rollup \
@rollup/plugin-terser \
sass \
--save-dev
Fetch third-party resources
Fetch third-party fonts:
./ci/fetch-fonts.sh
Install the repository
Finally, do a symbolic install of this repo:
pip install -e . --upgrade
Removing
To remove, either release or development, do:
pip uninstall adi-doctools
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file adi_doctools-0.4.43.tar.gz.
File metadata
- Download URL: adi_doctools-0.4.43.tar.gz
- Upload date:
- Size: 688.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11817c687b95316671b64841eb4f8215d36b997b27a95b381b79af6c36304fb4
|
|
| MD5 |
cf5d1d43029f0e80b2fd3a1bad9d47d0
|
|
| BLAKE2b-256 |
17ea35d7ead5ce698a50284b7dee306f6bba93a829bb7e7751481fe4ea93032b
|
File details
Details for the file adi_doctools-0.4.43-py3-none-any.whl.
File metadata
- Download URL: adi_doctools-0.4.43-py3-none-any.whl
- Upload date:
- Size: 731.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11907c3f83d67e55e25f62222687da0fe657ad9124d29cff447b0b30e06501cf
|
|
| MD5 |
ba4122bc412955e9a205312b6dfbe1f6
|
|
| BLAKE2b-256 |
69c09ef1eb467d54776d7695dc93084b12620848e98b5589b176b3c66d8e5bfd
|