-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update app dev tutorial to include Go and Java (#5042)
This change uses (linked) tabs to display code snippets and language-specific commands for the user's desired programming language. In order to use the sphinx-tabs extension, the version of Python used to build the docs had to be updated. Since the `n42org/tox` Docker image used had a very old Python version baked in, and there were no more recent versions available, the `make docs` target now uses the official Python image. In addition to providing a much more current Python environment, this image natively supports arm64 in addition to amd64, allowing docs to be built on Apple Silicon Macs. Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
- Loading branch information
1 parent
3657477
commit 86a8825
Showing
5 changed files
with
653 additions
and
220 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
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,38 +1,39 @@ | ||
alabaster==0.7.16 | ||
Babel==2.14.0 | ||
certifi==2023.11.17 | ||
charset-normalizer==3.3.2 | ||
alabaster==1.0.0 | ||
babel==2.16.0 | ||
certifi==2024.8.30 | ||
charset-normalizer==3.4.0 | ||
commonmark==0.9.1 | ||
docutils==0.20.1 | ||
idna==3.6 | ||
docutils==0.21.2 | ||
idna==3.10 | ||
imagesize==1.4.1 | ||
importlib-metadata==6.7.0 | ||
Jinja2==3.1.3 | ||
importlib-metadata==8.5.0 | ||
Jinja2==3.1.4 | ||
markdown-it-py==3.0.0 | ||
MarkupSafe==2.1.3 | ||
mdit-py-plugins==0.4.0 | ||
MarkupSafe==3.0.1 | ||
mdit-py-plugins==0.4.2 | ||
mdurl==0.1.2 | ||
myst-parser==2.0.0 | ||
packaging==23.2 | ||
Pygments==2.17.2 | ||
python-markdown-math==0.2 | ||
pytz==2023.3 | ||
PyYAML==6.0.1 | ||
myst-parser==4.0.0 | ||
packaging==24.1 | ||
Pygments==2.18.0 | ||
python-markdown-math==0.8 | ||
pytz==2024.2 | ||
PyYAML==6.0.2 | ||
readthedocs-sphinx-ext==2.2.5 | ||
recommonmark==0.7.1 | ||
requests==2.31.0 | ||
requests==2.32.3 | ||
six==1.16.0 | ||
snowballstemmer==2.2.0 | ||
Sphinx==7.2.6 | ||
sphinx-rtd-theme==2.0.0 | ||
sphinxcontrib-applehelp==1.0.8 | ||
sphinxcontrib-devhelp==1.0.6 | ||
sphinxcontrib-htmlhelp==2.0.5 | ||
Sphinx==8.1.3 | ||
sphinx-rtd-theme==3.0.1 | ||
sphinx-tabs==3.4.7 | ||
sphinxcontrib-applehelp==2.0.0 | ||
sphinxcontrib-devhelp==2.0.0 | ||
sphinxcontrib-htmlhelp==2.1.0 | ||
sphinxcontrib-jquery==4.1 | ||
sphinxcontrib-jsmath==1.0.1 | ||
sphinxcontrib-qthelp==1.0.7 | ||
sphinxcontrib-serializinghtml==1.1.10 | ||
sphinxcontrib-websupport==1.2.4 | ||
typing_extensions==4.7.1 | ||
urllib3==2.1.0 | ||
zipp==3.15.0 | ||
sphinxcontrib-qthelp==2.0.0 | ||
sphinxcontrib-serializinghtml==2.0.0 | ||
sphinxcontrib-websupport==2.0.0 | ||
typing_extensions==4.12.2 | ||
urllib3==2.2.3 | ||
zipp==3.20.2 |
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
Oops, something went wrong.