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 that ships with the interpreter. Anything beyond that has to be downloaded/installed. Those extras are not part of the standard library and therefore are not documented on the official site. Usually the third party module will have some kind of web site with its own documentation. > 2) Can you generate a restructuredtext's PDF > documentaion from Docutils website The simplest way is just to load the documentation page into a browser and print to a PDF file. There seems to only be one file so that should be all you need to do. -- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/ http://www.amazon.com/author/alan_gauld Follow my photo-blog on Flickr at: http://www.flickr.com/photos/alangauldphotos _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor