python.rst
changeset 1369 06b695810e88
parent 1334 9bf0d5a1f0cf
child 1905 fba288d59662
equal deleted inserted replaced
1368:d8c21f2ef14c 1369:06b695810e88
    48 Generate documentation from Python sources by epydoc.
    48 Generate documentation from Python sources by epydoc.
    49 -----------------------------------------------------
    49 -----------------------------------------------------
    50 
    50 
    51 Generate documentation from Python sources by Sphinx.
    51 Generate documentation from Python sources by Sphinx.
    52 -----------------------------------------------------
    52 -----------------------------------------------------
       
    53 ::
       
    54 
       
    55   $ sudo apt-get install python-sphinx
       
    56   $ sudo apt-get install rst2pdf
    53 
    57 
    54 Code analyzers and style checkers.
    58 Code analyzers and style checkers.
    55 ==================================
    59 ==================================
    56 
    60 
    57 Pylint.
    61 Pylint.