-
Notifications
You must be signed in to change notification settings - Fork 11
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
Improve doc in readthedocs #31
Comments
Ok, first step is to select a more attractive theme. Probably this can be done using the readthedocs config options. Let's see. https://readthedocs.org/projects/rtd-sphinx-theme-sample-project/
To change the theme: |
Ok, cool. Now, we need that the README.md is included in land page of readthedocs. And for it, we need to convert it to rst during the doc generation. |
To include the README.md contents: |
There is an issue with m2r now: |
When having issues the best reference is: https://docs.readthedocs.io/en/stable/faq.html |
It is not easy to make Markdown appears right on readthedocs: https://www.sphinx-doc.org/en/master/usage/markdown.html Ok, I can convert my markdown pages to rst but the results are just horrible: So I think I am going to stop trying to include the md files in readthedocs. It seems that the problem is just with URL links. |
Ok, so in readthedocs there is also the code documentation to use the library. |
If we want to have all the doc in readthedocs the approach seems to be to use rst format to create the doc. GitHub supports it. For example, it is the way used by https://minecraft-stuff.readthedocs.io/en/latest/index.html |
Taking a look to other projects with nice doc like: https://bootstrap-datepicker.readthedocs.io/en/master/ they have specific doc in rst format for it. https://github.com/uxsolutions/bootstrap-datepicker/blob/master/docs/index.rst Too much effort for the current state of McThings! |
The text was updated successfully, but these errors were encountered: