Repertoire of basic content¶
Heading¶
Sub-heading¶
Sub-sub-heading¶
Sub-sub-sub-heading¶
Sub-sub-sub-sub-heading¶
Ordinary paragraph text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas tempus, dui in pharetra luctus, turpis nisl rhoncus tellus, vitae gravida nibh odio nec diam. Fusce non mi ut odio accumsan ultricies ut nec nulla. Phasellus nec odio sit amet neque dignissim tempor eget non ex. Aliquam sed lacinia lectus, eu congue est. Ut ac dignissim risus.
Inline markup¶
emphasis
strong emphasis
literal
Lists¶
item
item
nested item
nested item
item
numbered item
numbered item
nested numbered item
nested numbered item
numbered item
Code-blocks¶
@aperture.setter
def aperture(self, value):
if value == "A":
self.exposure_control_system.mode = "Shutter priority"
elif not 1.7 <= value <= 16:
raise self.ApertureOutOfRange
else:
self.exposure_control_system.mode = "Manual"
self.exposure_control_system.aperture_set_lever.aperture = value
self._aperture = value
Notes and admonitions¶
Note
Please turn the lights off if you are the last to leave.
Danger
Please turn the lights off if you are the last to leave.
Caution
Please turn the lights off if you are the last to leave.
As well as note, you can use attention, caution, danger,
error, hint, important, tip, warning, seealso.
Security notice
The generic admonition directive allows you to provide a title, as
above.
Tables¶
Web framework |
Language |
First release |
|---|---|---|
Django |
Python |
July 2005 |
Ruby on Rails |
Ruby |
August 2004 |
Laravel |
PHP |
June 2011 |