Abhi-1U / texor

Converting 'LaTeX' 'R Journal' Articles into 'RJ-web-articles'
https://abhi-1u.github.io/texor/
Other
6 stars 2 forks source link

Compare R-Journal to HTML with Python docs #65

Closed jfine2358 closed 2 months ago

jfine2358 commented 1 year ago

I'm a long standing Python user and developer, and similarly TeX. I believe a comparison with Python would help the readers of this article, and am willing to share what I can to help bring this about. In particular, the docs for Python 2.5 were authored in LaTeX. For Python 2.6 they were authored in ReStructured Text.

The changeover took place in 2008. The difference in the resulting HTML is clear: https://docs.python.org/release/2.6/ https://docs.python.org/release/2.5.4/

See also this master list of all versions of the documentation (from 1.4 onwards): https://www.python.org/doc/versions/

Perhaps a dictionary of equivalents would be a good idea. To make a start, some of the equivalences (with links for Python) are:

More will follow soon. Please use the issue to ask questions about Python documentation.

Abhi-1U commented 1 year ago

Hi @jfine2358, Thank you for your feedback; I appreciate the comparison with Python documentation. However, I believe the goal of this package is slightly different. We're mostly concerned in converting legacy (LaTeX) R journal articles to R markdown and/or HTML. In that sense, comparing Python documentation to R documentation is beyond the scope of this package or paper. The R community has been building modern web-based documentation for R, and we have the roxygen2 package to give capabilities similar to Python docstrings.