-
Notifications
You must be signed in to change notification settings - Fork 4
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 based documentation #3
Conversation
9e92003
to
e69b151
Compare
e69b151
to
8fb4691
Compare
@alexbovet you can checkout the basic styling and rough extract from the docstrings in the 'checks'. Here is a link to the last one: Questions:
|
Hey, thanks! I quite like the Insegel theme. What is the advantage of readthedocs vs a github page? |
Readthedocs is a prominent and free hoster for software documentations, especially for python. Its advantage are the easily accessible features (mostly that's versioning and previews for pull requests). The drawback is yet another service to register, though you can authenticate with GitHub. |
Ok for readthedocs then! |
It seems also to be a good combination: From https://insegel.readthedocs.io/en/latest/:
|
Here is how it looks with Insegel: https://github.com/alexbovet/flow_stability/suites/18746248617/artifacts/1091735429 |
@alexbovet On ReadTheDocs there is always someone that 'hosts' the documentation. I would recommend that you are the one hosting it. But I'm also fine with hosting it on my account. If you want to host it, then:
Now we should start to see preview builds in the pull request already. |
Should I import the main branch? |
Yes, I would keep it simple. |
ok done |
Great! Now we can start to fix-up the docstrings and populate the documentation some more. |
@alexbovet If this is fine with you, I'd merge this branch into |
closes #2
The package should get a web-based documentation.
The following tasks will be addressed in this pull request: