repo.or.cz
/
pylit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update stylesheet to work with the new standard "code" directive.
[pylit.git]
/
rstdocs
/
download
/
pylit
blob
a6fc521bd7fddfbecd762bc68b8fc33a13762cb7
1
#!/usr/bin/env python
2
3
# Load the pylit module::
4
5
import
pylit
6
7
# Configure default settings, e.g. ::
8
9
## pylit.defaults.code_block_marker['c++'] = '.. code-block:: c++'
10
11
# call the text <--> code converter::
12
13
pylit
.
main
()