Update stylesheet to work with the new standard "code" directive.
[pylit.git] / rstdocs / download / pylit
bloba6fc521bd7fddfbecd762bc68b8fc33a13762cb7
1 #!/usr/bin/env python
3 # Load the pylit module::
5 import pylit
7 # Configure default settings, e.g. ::
9 ## pylit.defaults.code_block_marker['c++'] = '.. code-block:: c++'
11 # call the text <--> code converter::
13 pylit.main()