Alice Theme for Sphinx
Installation
Usage
Options
Demonstration
Admonitions
Auto-extensions
Bibliographic fields
Code
Download
Images
Indentation
Lists
Markup
Other
Paragraph-level markup
References
Sections
Tables
Hacking
Alice Theme for Sphinx
← Previous
|
Next →
»
Demonstration
»
Code
Code
¶
def
main
():
print
'Hello, world!'
if
__name__
==
'__main__'
:
main
()
Next →
← Previous