Skip to content

Latest commit

 

History

History
140 lines (88 loc) · 2.29 KB

repertoire.rst

File metadata and controls

140 lines (88 loc) · 2.29 KB
sequential_nav

both

hide-toc

Repertoire

Heading

Sub-heading

Sub-sub-heading

Sub-sub-sub-heading
Sub-sub-sub-sub-heading

Sub-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
  1. numbered item
  2. numbered item
    1. nested numbered item
    2. nested numbered item
  3. 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

This is an example of a link to a URL