-
Notifications
You must be signed in to change notification settings - Fork 391
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
adding documentation #237
adding documentation #237
Conversation
Codecov Report
@@ Coverage Diff @@
## master #237 +/- ##
=======================================
Coverage 99.23% 99.23%
=======================================
Files 65 65
Lines 6176 6176
=======================================
Hits 6129 6129
Misses 47 47 Continue to review full report at Codecov.
|
Thank you so much @choldgraf! That will make it much easier to circulate into the documentation. I will integrate this soon. |
- Make.bat generated with sphinx-quickstart - Explicit TOC in index.rst - index.md moved to intro.md - 'Edit on Github'
@choldgraf , this works well, thanks! I have been able to compile the documentation to html locally, and to adjust a few things (the table of contents in particular). Now I think I will make the README shorter, and setup RTD, with a yaml file if I can. This will probably take me a few more days... Also seeing the structure of the documentation is interesting - maybe I will also make a few more adjustments there as well! |
@mwouts if you'd like, I am happy to help set up a readthedocs page (I believe you'd need to give me access to the page on readthedocs). I'd also be happy to make the README shorter (I usually just keep it to short explanation, installation, basic usage, and a link to docs) but I didn't wanna clutter up this PR if that'd get more complicated. How would you like me to proceed? :-) |
Hello @choldgraf , I have added |
hey @mwouts - I just pushed a few commits that
I see that readthedocs is now building the documentation! I think once this PR is merged, we can see whether it propagates to the page (it should, unless there is a build error somewhere) I'm happy to give this one a merge and then spot-check other bugs and minor improvements in the documentation, if you'd like. |
And support of IDL language
Chris, I have been able to udpate the links, and merged this PR. The doc works locally with
Do you see how we could fix that? Thanks! |
@mwouts lemme take a look! |
The issue has been fixed with #242 - thanks again Chris for your contribution! That's a very nice step forward! |
This PR adds a basic Sphinx site using the default Sphinx ReadTheDocs theme.
It takes the current README and splits it up into a few separate pages that can be navigated with a TOC to the left. I didn't really change any of the content of the documentation.
You can preview what this looks like here:
http://predictablynoisy.com/jupytext/
What do you think @mwouts ? I think if you like the approach in general, there are a couple things that could be improved:
Let me know if / how you'd like to proceed!