Practice¶
Author: M.Faisal Junaid Butt Data: 19-08-2015
| Header row, column 1 | Header 2 | Header 3 |
|---|---|---|
| body row 1, column 1 | column 2 | column 3 |
| body row 2 | Cells may span columns | |
| --long | opt and long desc |
InLine Markups¶
emphasis
Strong Emphasis
‘interpreted text’
‘’inline literal’‘
*escape*, **escape**
A backlash literal:
Lists¶
- Enumerated Lists
- Bullet Lists
- Definition Lists
- option Lists
Enumerated List¶
- The First Item
- The Second Item
- The Third Item
Bullet List¶
continuing text must be aligned
Two Blank lines will be required
Definition List¶
- Python
- Python is a programming language.
- reStructuredText
- reStructuredText is a markup syntax and parser system.
Blocks¶
- Literal Blocks
- Line Blocks
- Block Quote
- Doctest Block
Literal Block¶
A Literal Block:
Everything will be kept here.Out of the literal block.
A Literal Block:
Everything will be kept here.Out of the literal block
Line Block¶
Line Breaks andinitial indentsare preserved
Block Quote¶
- Block Quote are just:
- Indented Paragraph.
Explicit Markups¶
Warning
This Documentation is created by M.Faisal Junaid Butt.
- Footnotes:
- Numerical Footnote
- Symbol Footnote
Numerical Footnote¶
Note
This Documentation is created by M.Faisal Junaid Butt.
PyHUG [1] and Taipei.py [2] are both the Python user groups in Taiwan.
PyHUG [3] and Taipei.py [4] are both the Python user groups in Taiwan.
Symbol Footnote¶
Note
This Documentation is created by M.Faisal Junaid Butt.
PyHUG [*] and Taipei.py [†] are both the Python user groups in Taiwan.
Citation¶
Note
This Documentation is created by M.Faisal Junaid Butt.
- [PyHUG] and [Taipei.py] are both the Python user groups in Taiwan.
[Taipei.py] http://taipei.python.org.tw/
Hyperlink Targets¶
- External
- Internal
- Indirect
- Implicit
External HyperLink Target¶
Internal HyperLink Target¶
- The Internal HyperLink Target are given below
Note
This Documentation is created by M.Faisal Junaid Butt.
PyHUG_ and Taipei.py_ are both the Python user groups in Taiwan.
Comment¶
PyHUG and Taipei.py are both the Python user groups in Taiwan.
- Images:
- Screen Shots can be added in the documentation
- Logo can be added to the documentation
- The Example is given below
[PyHUG] Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
External Hyperlink Practice¶
- PyHUG_ and Taipei.py_ are both the Python user groups in Taiwan.
| [external-hyperlink] | http://www.meetup.com/ |
| [internal-hyperlink] | http://taipei.python.org/ |