How does Python's website generate its online documentation?
        Posted  
        
            by Somebody still uses you MS-DOS
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Somebody still uses you MS-DOS
        
        
        
        Published on 2010-05-18T11:41:41Z
        Indexed on 
            2010/05/18
            11:50 UTC
        
        
        Read the original article
        Hit count: 343
        
Created using Sphinx 0.6.5.
I know Python's documentation uses reStructuredText, but it has different sections like http://docs.python.org/whatsnew/2.6.html and http://docs.python.org/tutorial/index.html.
How do you do this in reStructuredText? Do you run rst2html in a bunch of directories, keeping its structure?
© Stack Overflow or respective owner