How do you get Python documentation in Texinfo Info format?

后端 未结 10 1261
眼角桃花
眼角桃花 2021-01-30 07:33

Since Python 2.6, it seems the documentation is in the new reStructuredText format, and it doesn\'t seem very easy to build a Texinfo Info file out of the box anymore.

I

10条回答
  •  臣服心动
    2021-01-30 07:57

    For those following this question in the hope of an answer, I found another rst2texinfo implementation which you might like to try:

    http://bitbucket.org/jonwaltman/rst2texinfo/src

提交回复
热议问题