-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2023.2.x doc fixes #3404
Merged
neocturne
merged 21 commits into
freifunk-gluon:v2023.2.x
from
neocturne:v2023.2.x-doc-fixes
Dec 25, 2024
Merged
v2023.2.x doc fixes #3404
neocturne
merged 21 commits into
freifunk-gluon:v2023.2.x
from
neocturne:v2023.2.x-doc-fixes
Dec 25, 2024
Conversation
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
…#3133) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.2 to 7.2.6. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v7.1.2...v7.2.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit d541515)
Signed-off-by: David Bauer <mail@david-bauer.net> (cherry picked from commit 594a05e)
add new lines rename OEMs (cherry picked from commit 7fac690)
Must be ``GLUON_SITE_PACKAGES`` instead of ``GLUON_PACKAGES`` (cherry picked from commit 8e2dee1)
(cherry picked from commit 90b9724)
(cherry picked from commit bb84573)
…#3249) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.3.7. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v7.2.6...v7.3.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit a2e5767)
(cherry picked from commit 068c12b)
Following the rename of master to main, update everything that references the branch. (cherry picked from commit fab6639)
Unlike Markdown, RST uses double backticks for monospace text; single backticks result in italic text. Use monospace for commands like the surrounding paragraphs. (cherry picked from commit 0f0cbaa)
(cherry picked from commit 2cef1ae)
* document network roles and their effects (cherry picked from commit ec0b2a4)
(cherry picked from commit e141596)
(cherry picked from commit 3d1baf6)
(cherry picked from commit 60b4a10)
Add information about old x86 images (cherry picked from commit 34a29c7)
(cherry picked from commit 1dd05db)
(cherry picked from commit 823a360)
(cherry picked from commit 213b980)
(cherry picked from commit 1fd073a)
Co-authored-by: Tom Herbers <github@herbetom.de> (cherry picked from commit 43a880e)
github-actions
bot
added
3. topic: docs
Topic: Documentation
3. topic: hardware
Topic: Hardware Support
3. topic: config-mode
This is about the configuration mode
3. topic: continous integration
labels
Dec 25, 2024
rotanid
approved these changes
Dec 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3. topic: config-mode
This is about the configuration mode
3. topic: continous integration
3. topic: docs
Topic: Documentation
3. topic: hardware
Topic: Hardware Support
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This backports most of the doc improvements that have happened in main since v2023.2.x was branched, so they become visible in the default "latest" doc version. This includes the v2023.1.2 release notes, which were missing altogether, but also various new doc pages for old features and many other fixes.
Fixes #3386