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
/
tutorial
/
hello_multifile.py.txt
blob
2899a131190122c8dc72fae38b679d592317f531
1
The classical programming example with the greeting from a variable in
2
another file::
3
4
import greeting
5
print greeting.greeting
6
7
Where ``greeting.py`` contains:
8
9
.. include:: greeting.py.txt