-
Notifications
You must be signed in to change notification settings - Fork 0
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
Hello! #6
Comments
Hi @astrojuanlu, thanks so much for reaching out!! One strong motivation for his project is because (as said on the README), the entire R ecosystem is so focussed on single packages, which makes it virtually impossible to use any current doc system for anything more complex or different. I want to open up more opportunities here. Plus both rST and MySt are so much more powerful than the pretty vanilla markdown mostly used in R, but What I might do is to leave this issue open an use it to ping you here with any questions i have. You'd be very welcome to contribute here in any way, including ideas, design, whatever. There aren't too many technical issues to solve to get this working (#5 is an example), but quite a few design issues. One of the biggest of those is one which I would really appreciate some core-RTD insights into, which is the "conflict" between
Any advice here? Are there any examples of current RTD "best practices" in this regard? |
That sounds perfect! 💪🏽
This is what I'm doing now in my projects: $ cat docs/source/index.md
% Include the README contents here!
```{include} ../../README.md
:relative-images:
```
% Extra content goes below
Check out {doc}`/usage` for further information,
and {ref}`Installation` for installation instructions.
```{warning}
This library is under active development.
```
```{toctree}
:caption: 'Contents:'
:maxdepth: 2
usage
notebooks/tutorial
```
That way, I reuse the |
Thanks @astrojuanlu - the issue here is that I think it will generally be best NOT to reuse |
Hi! It's Juan Luis from Read the Docs here 👋🏽 Just found this project by chance, I was surprised to see interest from the R community to host their projects on RTD! Opening this issue just so say hi and reach out in case RTD can help in any way.
I see you already did the migration from recommonmark to MyST. Not sure how easy it is to convert from Rmd to MyST but surely it's easier than converting to reStructuredText, I suppose :)
The text was updated successfully, but these errors were encountered: