How do you get Python documentation in Texinfo Info format?

后端 未结 10 1341
眼角桃花
眼角桃花 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条回答
  •  梦毁少年i
    2021-01-30 07:51

    I've packaged up the Python docs as a texinfo file.

    If you're using Emacs with MELPA, you can simply install this with M-x package-install python-info.

提交回复
热议问题