Re: [Tutor] restructuredtext's documentation

2017-12-12 Thread Albert-Jan Roskam
Op 12 dec. 2017 10:52 schreef Steven D'Aprano : > > On Mon, Dec 11, 2017 at 02:04:59PM +, adil gourinda wrote: > > Hi > > Please I have two questions: > > > > 1) Why restructuredtext's documentation is not included as a part of > > the official Python's documentation? > > Because RestructuredT

Re: [Tutor] restructuredtext's documentation

2017-12-12 Thread Steven D'Aprano
On Mon, Dec 11, 2017 at 02:04:59PM +, adil gourinda wrote: > Hi > Please I have two questions: > > 1) Why restructuredtext's documentation is not included as a part of > the official Python's documentation? Because RestructuredText (ReST) is not part of Python. It is a project which uses Py

Re: [Tutor] restructuredtext's documentation

2017-12-12 Thread Alan Gauld via Tutor
On 11/12/17 14:04, adil gourinda wrote: > Hi > Please I have two questions: > > 1) Why restructuredtext's documentation is not included as a part of the > official Python's documentation? Because the module is not part of the standard library. Like most languages Python has a standard library t

[Tutor] restructuredtext's documentation

2017-12-12 Thread adil gourinda
Hi Please I have two questions: 1) Why restructuredtext's documentation is not included as a part of the official Python's documentation? 2) Can you generate a restructuredtext's PDF documentaion from Docutils website(docutils.sourceforge.net/rst.html)? Thank you for your attention __