-
Notifications
You must be signed in to change notification settings - Fork 10
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
Restructure readthedocs #853
Conversation
8007443
to
fcd95ff
Compare
Nice, this looks much better @Bachibouzouk! Some remarks:
|
I only checked the vizuals for now. Maybe @ciaradunks can check the commits? |
It can certainly be changed, locally it displays like this:
It is the start page, that is how it was in atlite docs, but I find a bit weird that one cannot see this menu on the side to come back to it
A new section? or a new item into
As they are they belong to
I wanted to get a little bit of things out of
This is easy fix
This is the place for the website, in the structure draft above I mention that for the report, this will be moved downwards ;) |
Weird, maybe that is just because it is a preliminary compilation?
I agree, it is not 100% clear
New item, but really, we can also do that later when we actually write it.
Yeah, we can explain them in more detail and adapt one to be an "EXAMPLE" in a later PR.
I see and agree with having them seperate. I think that creating a better structure is something that will happen when proof-reading existing text. |
d24ab35
to
7fc595a
Compare
Hey @Bachibouzouk, I've looked through the commits so far and they all look fine (no files changed that shouldn't have been). I'm trying to build the readthedocs locally to see how it looks, but am getting the following error: Are you getting this as well? |
@ciaradunks - No I don't This seems to be happening in the file reading process (when I copy readme into the RTD) in |
376ece1
to
85baec9
Compare
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.
Nice! Now we can start improving it :D
Their content has been transfered to the appropriate place in the new structure
make pdflatex compiles locally
Co-authored-by: ciaradunks <[email protected]>
0d133b6
to
675d110
Compare
You can, but example will make the width of the table too large to fit, this is why I changed it to Default |
We anyway have do proof-read still, and we can adress this content-related issues when we do. This PR should not produce a finished RTD, but only the correct structure. @Bachibouzouk should we rather create an issue where we list all the RTD shortcomings, or is it better to create a lot of small PR? |
I would do one large PR for fixing external links (see #856), one for fixing warnings and then small PR focusing on a restricted number of .rst files |
Weirdly enough, the changes of this pull request are not online yet: They are in the build of #857 (here, PDF compilation also works): |
It is not wierd, it is because I am fixing it in this branch :) |
The last build on dev failed |
Addresses part of #764
Addresses part of #849
Changes proposed in this pull request:
The index of the RTD should be changed to this structure
The following steps were realized, as well (if applies):
black . --exclude docs/
)EXECUTE_TESTS_ON=master pytest
)For more information on how to contribute check the CONTRIBUTING.md.