-
Notifications
You must be signed in to change notification settings - Fork 112
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
Sphinx autodoc on github pages #85
Comments
The good commands for building autodoc are described here: |
These commands are:
|
I think the make.bat and makefile are missing in the repository... |
08eb8ea |
Sry, this is the commit i was talking about |
Indeed, it looks like I suppressed too many things: the idea was
And I guess I forgot to add the newly created folders to git before committing, that's why the displaced files reappear only in the next commit "added the folders" Regarding the deletion of the "doc" folder, I must say this is intriguing, my best guess is that I tried to rebuild the doc from scratch, didn't succeed and I somehow ended up accidentally committing without the doc folder. Looking at the commit, we are in particular still missing all the files that were sitting at the root of /doc and that are not reconstructed by sphynx (sorry):
They should definitely be reintegrated in the repo. |
To make sure we are not doing the job twice, I am reintegrating them right now... |
moved info to wiki page "AutoDoc". Files above seem restored now |
We should implement this in order to view the autodoc online, preferentially by having travis perform a build of the autodoc at each commit:
https://daler.github.io/sphinxdoc-test/includeme.html
The text was updated successfully, but these errors were encountered: