-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add some useful mkdocs extensions #244
Merged
Merged
+102
−32
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
Based on #243, only the last 4 commits are for this PR. |
This was referenced Nov 24, 2023
Merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a couple of questions related to the new diagrams. LGTM otherwise
This is useful when listing symbols, to avoid repeating the docs. Signed-off-by: Leandro Lucarella <[email protected]>
Signed-off-by: Leandro Lucarella <[email protected]>
Add the `navigation.expand` material template feature. Signed-off-by: Leandro Lucarella <[email protected]>
Signed-off-by: Leandro Lucarella <[email protected]>
Signed-off-by: Leandro Lucarella <[email protected]>
This extension allows documentation to include other markdown files. This is especially useful to be able to share parts of the README in the generated documentation, as normally there is an overlap in the introductory concepts. Signed-off-by: Leandro Lucarella <[email protected]>
This extension allows documentation to include ASCII diagrams/graphs that are rendered as SVG when the documentation is generated, giving a nicer look to the diagrams/graphs while keeping the documents readable in text form. This is especially useful for docstrings, are they will be seen by users in text form, but we still want to render them nicely. Signed-off-by: Leandro Lucarella <[email protected]>
This uses a syntax that is more friendly with svgbob and make the diagrams render nicely. Signed-off-by: Leandro Lucarella <[email protected]>
We want to also include some basic information of the project in the documentation home page (but not all of it), so we use the include extension to reuse some README sections. Signed-off-by: Leandro Lucarella <[email protected]>
69c0e30
to
d6b2275
Compare
Rebased on the current v1.x.x. |
daniel-zullo-frequenz
approved these changes
Dec 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cmd:skip-release-notes
It is not necessary to update release notes for this PR
part:core
Affects the core types (`Sender`, `Receiver`, exceptions, etc.)
part:docs
Affects the documentation
part:tooling
Affects the development tooling (CI, deployment, dependency management, etc.)
type:enhancement
New feature or enhancement visitble to users
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.
We also make some initial use of them, but this is also in preparation of the creation of the user guide.
mkdocs-include-markdown-plugin
markdown-svgbob
extensionTimer
diagrams with svgbobREADME.md
indocs/index.md