ropenscilabs / r2readthedocs

Convert R package documentation to a 'readthedocs' website
https://docs.ropensci.org/r2readthedocs/
15 stars 0 forks source link

Enable a "dev" mode to generate docs for all dependencies like in rust #8

Closed mpadge closed 2 years ago

mpadge commented 2 years ago

RTD would be an ideal system to enable generation of "dev mode" documentation like in rust, where the .Rd databases of all (installed) dependencies are extracted and converted to items in a single, locally-generated site. That would be one unique and convincing demonstration of what this package can offer beyond more conventional, package-based documentation systems in R.

mpadge commented 2 years ago

PR #10 adds the base functionality.

TODO