rst.rst 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. Header 1
  2. ========
  3. --------
  4. Subtitle
  5. --------
  6. Example text.
  7. .. contents:: Table of Contents
  8. Header 2
  9. --------
  10. 1. Blah blah ``code`` blah
  11. 2. More ``code``, hooray
  12. 3. Somé UTF-8°
  13. The UTF-8 quote character in this table used to cause python to go boom. Now docutils just silently ignores it.
  14. .. csv-table:: Things that are Awesome (on a scale of 1-11)
  15. :quote: ”
  16. Thing,Awesomeness
  17. Icecream, 7
  18. Honey Badgers, 10.5
  19. Nickelback, -2
  20. Iron Man, 10
  21. Iron Man 2, 3
  22. Tabular Data, 5
  23. Made up ratings, 11
  24. .. code::
  25. A block of code
  26. .. code:: python
  27. python.code('hooray')
  28. .. code:: javascript
  29. export function ƒ(ɑ, β) {}
  30. .. doctest:: ignored
  31. >>> some_function()
  32. 'result'
  33. >>> some_function()
  34. 'result'
  35. ============== ==========================================================
  36. Travis http://travis-ci.org/tony/pullv
  37. Docs http://pullv.rtfd.org
  38. API http://pullv.readthedocs.org/en/latest/api.html
  39. Issues https://github.com/tony/pullv/issues
  40. Source https://github.com/tony/pullv
  41. ============== ==========================================================
  42. .. image:: https://scan.coverity.com/projects/621/badge.svg
  43. :target: https://scan.coverity.com/projects/621
  44. :alt: Coverity Scan Build Status
  45. .. image:: https://scan.coverity.com/projects/621/badge.svg
  46. :alt: Coverity Scan Build Status
  47. Field list
  48. ----------
  49. :123456789 123456789 123456789 123456789 123456789 1: Uh-oh! This name is too long!
  50. :123456789 123456789 123456789 123456789 1234567890: this is a long name,
  51. but no problem!
  52. :123456789 12345: this is not so long, but long enough for the default!
  53. :123456789 1234: this should work even with the default :)
  54. someone@somewhere.org
  55. Press :kbd:`Ctrl+C` to quit
  56. .. raw:: html
  57. <p><strong>RAW HTML!</strong></p><style> p {color:blue;} </style>