-
Notifications
You must be signed in to change notification settings - Fork 136
Prepare template documents for furo style docs #1131
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
Conversation
Hello @fwitte! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2025-01-16 07:00:41 UTC |
I added instructions to contribute to this change for the in person meeting in the respective issue #1074 |
…o docs/make-style-modern
… into docs/make-style-modern
…/make-style-modern
…s/make-style-modern
…s/make-style-modern
@ALL: We need help with the following topics to get this out asap!
|
Open tasks (13.05.2025)
|
Add introductory tutorial for district heating portfolio optimization
The pages will be re-added once we have advanced tutorials.
The remaining contents seem to be irrelevant or are handled somewhere else: * usage -> Installation * Warnings -> Should speak for themselves * Result analysis -> Tutorials * Groupings -> Hardly touched by users * Excel reader -> oemof.tabular
I think we agreed to merge this and ask for additional feedback and showcase examples when this documentation is live in dev. |
I verified the general installation via conda on MacOS as described in the Installation and setup setup and it worked fine. On that occasion I noticed, that the supplied code snippets can cause unnecessary issue when directly coping the conde into a terminal: conda create -n oemof-solph-env python=3.11
activate oemof-solph-env I could not get this code snippet to work from copying the whole field with either pasting it in two lines or as one. I think it should be separated into two code fields in the documentation with the second line including the |
Preview of the new docs: https://oemof-solph.readthedocs.io/en/docs-make-style-modern/index.html
Resolve #1074 (docs with appealing look)
Resolve #1132 (docs story line)
Resolve #1141 (beginner tutorials)
Note: #1142 (advanced tutorials) will be added later.
This PR prepares the change of the docs layout to the furo template. The following things have to considered before merging:
On top of that, I updated the .readthedocs.yml configuration file to use the
[dev]
dependencies and a more up to date python version and delete the extra readthedocs specificrequirements.txt
file. It also introduces an announcement banner at the top of every page, where the content can be dynamically changed from theannouncement.html
file in the root of theannouncements
branch.The plan is to crowdsource the necessary updates at the upcoming user-meeting.