-
Notifications
You must be signed in to change notification settings - Fork 0
Split readme docs #114
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
Merged
Split readme docs #114
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
6390a78
✨ Add script to split README into sections and update config and inde…
sayalaruano b2afb2a
✅ Update docs github action with the splir_readme script
sayalaruano 1440faf
🔧 Add sphinx-copybutton dependency in pyptoject.toml file
sayalaruano 99c4881
🔖 Add tags to hide cell input and outputs in case study jupyter noteb…
sayalaruano 57ad6c9
✨ Add config files in the documentation and modify the headers of not…
sayalaruano be76202
🐛 Add missing tag on emp notebook and reorder building report docs se…
sayalaruano b2cb85d
💚 Move execution of split_readme script to sphinx config and rename g…
sayalaruano ff7cdef
🚚 Rename github action file back to cdci.yml
sayalaruano 43a7b7f
🐛 Update Docs README badgets
sayalaruano 822e447
🚚 Rename docs github workflow and reorder README docs badgets
sayalaruano 468c9af
📝 Updated main and docs README files and remove docs/sections_readme …
sayalaruano fa391a9
🐛 Fix(docs/split_readme.py): add function to decrease each md header …
sayalaruano 71f1f7f
📝 Update contributing.md and add it to the docs, also add credits and…
sayalaruano 11403ef
📝 Update README, CONTRIBUTING, and graphical abstract figure
sayalaruano 56fa147
Merge branch 'main' into split-readme-docs
sayalaruano 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| name: Python package | ||
| name: CICD Python Package | ||
|
|
||
| on: | ||
| push: | ||
|
|
||
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
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 |
|---|---|---|
| @@ -1,6 +1,3 @@ | ||
| # Vuegen Case Study - View HTML Report | ||
| # Earth Microbiome Project Case Study - HTML and Streamlit Example Reports | ||
|
|
||
| The stable version of the current `html` report generated in the example notebook | ||
| using `vuegen` can be viewed at | ||
|
|
||
| [multiomics-analytics-group.github.io/vuegen/](https://multiomics-analytics-group.github.io/vuegen/) | ||
| The Earth Microbiome Project case study generated in the example notebook using `vuegen` is available online as [HTML](https://multiomics-analytics-group.github.io/vuegen/) and [Streamlit](https://earth-microbiome-vuegen-demo.streamlit.app/) reports. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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.
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.
Is the
sphinx-apidoccommand here also needed considering it's also done on the sphinx conf.py?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.
This action just tests that the execution works. As the
index.mdexpects some file under references, it is needed here.