1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
|
=====
G G G
=====
hoge
title
-----
hoge1
`be ho ge`_
`Python <http://www.python.org>`_
`Python
Blank <http://www.python.org>`_
`Python Site <http://www.python.org>`__
https://github.com/?hoge=v.
https://www.google.com/
.. contents::
2
-
hoge2
title3
======
hoge3
2-again
-------
hoge4
`cite`
``code1``
``code-aft`` after
before ``code-bef``
before ``code-bef-aft`` after
test
before ``_E711`` after ``code double`` t
hoge hoge
hogehogeoh oge::
hoge
blockquote:
this is inyou
.. code-block:: python
import os
print(os.path)
.. code:: c
int main(void) {
return 0;
}
-----
test
+-------+---------+
| hrow1 | hrow2 |
+=======+=========+
| cont1 | cont2 |
+-------+---------+
| cont11| cont22 |
+-------+---------+
________
test-hr
*****
2-hr
.. image:: https://travis-ci.org/hhatto/autopep8.svg?branch=master
:target: https://travis-ci.org/
:alt: hh
.. image:: a
*em*
**strong**
sss
>>> import sys
>>> print(sys)
<module 'sys' (built-in)>
os.path
OL1
2. aaa
bbb
3. ccc
4. ddd
OL2
#. zzz
yyy
#. xxx
#. www
+----------+---------+
| header1 | header2 |
+----------+---------+
| body1 | body2 |
+----------+---------+
========= ========
header1 header2
========= ========
body1 body2
body11 body12
========= ========
aa autopep8_ ac dc
これは [引用]_ です。
.. _autopep8: https://github.com/hhatto/autopep8/
.. _`be ho ge`: https://github.com/hhatto/
.. [引用] これは引用の中身です
#. list1
#. list2
#. aa AUTHORS_.
.. _AUTHORS: https://github.com/
a
|