-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Update doc #1700
Open
michaelortmann
wants to merge
10
commits into
eggheads:develop
Choose a base branch
from
michaelortmann:doc2
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update doc #1700
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
What about removing all "Last revised" lines from docs? What about updating the whole themes folder in eggdrop to the new sphinx version we use? Or did we customize the that theme? |
michaelortmann
force-pushed
the
doc2
branch
2 times, most recently
from
October 16, 2024 13:26
d7cdb30
to
7ed5a2a
Compare
…se the ones given by rfc 3849 and rfc 5737
michaelortmann
added a commit
to michaelortmann/eggdrop
that referenced
this pull request
Oct 21, 2024
Found the following grammar glitch:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Found by: michaelortmann
Patch by: michaelortmann
Fixes:
One-line summary:
Additional description (if needed):
"Last recently changed" lines like the 1st line in ABOUT doc, is often forgotten and looking at our new shiny html version: https://docs.eggheads.org/about/about.html
it looks like this line doesnt belong there, it should be removed and the page should start with the About headline.
So this PR removes this cruft above this headline
the sizes of eggdrop install and source tarball have been updated to more likely current values. taken fresh on an x86_64 linux system with
du -m
.the rendering of our doc to text files also doesnt work well with lines ending with "-", see:
eggdrop/doc/ABOUT
Line 43 in 277ec01
v0.7 -v0.9
should bev0.7 - v0.9
this is 1.10 tree, not 1.9:
eggdrop/doc/ABOUT
Line 44 in 277ec01
update sphinx_source/_themes/agogo/layout.html
there was a typo: navigaton
fixed it by updating 2 strings to the new ones in upstream sphinx 8.0.2:
https://github.com/sphinx-doc/sphinx/blob/v8.0.2/sphinx/themes/agogo/layout.html
typo fixes.
A feature / usability update of the firststeps doc regarding fingerprint and nickserv magick
do not use public / in use ip addresses in doc, instead use the ones given by rfc 3849 and rfc 5737
Test cases demonstrating functionality (if applicable):