-
Notifications
You must be signed in to change notification settings - Fork 0
✨ basic docs #32
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
Merged
✨ basic docs #32
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
6c1da55
:sparkles: basic docs
enryH cda3005
:sparkles: link images in README using relative docs parameter
enryH 9642246
:art::bug: fix and improve type anntoations
enryH c33b0b4
:bug: remove non existing attribute
enryH b3a7b6f
Merge branch 'main' into mk_docs
enryH 32b6495
:bug: fix imports after merge
enryH 6c408ac
:truck: move examples to docs, update documentation, relat. paths in …
enryH 296adcd
:sparkles: add optional dependencies using poetry syntax
enryH 67d6b74
:sparkles: add quatro-cli python package and try testing build of docs
enryH d0799ab
:bug: misstyped quarto (again...)
enryH 50a3ecb
:bug: add parquet as dependency for pandas
enryH e72c622
:bug: don't fail on warnings (especially with nitpicky mode enabled)
enryH File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| # Overview | ||
|
|
||
| <!-- https://myst-parser.readthedocs.io/en/latest/faq/index.html | ||
| #include-a-file-from-outside-the-docs-folder-like-readme-md --> | ||
| ```{include} ../README.md | ||
| :start-line: 0 | ||
| :relative-docs: docs | ||
| :relative-images: | ||
| ``` | ||
|
|
||
| ```{toctree} | ||
| :maxdepth: 2 | ||
| :caption: Modules | ||
| :hidden: | ||
| reference/vuegen | ||
| ``` | ||
|
|
||
| ```{toctree} | ||
| :maxdepth: 1 | ||
| :caption: MISC: | ||
| :hidden: | ||
| README.md | ||
| ``` |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
In the README, should we just keep one of the ways of loading the images, either the md or html?
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.
yes, we can if that is okay with you. I did not yet wanted to delete it, but I could not get it to work with the
divsection. You can try to find out if you want