~ubuntu-branches/ubuntu/trusty/python-docutils/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/user/rst/cheatsheet.txt

  • Committer: Package Import Robot
  • Author(s): Michael Schutte, Jakub Wilk, Michael Schutte, Dmitry Shachnev
  • Date: 2013-08-05 16:47:43 UTC
  • mfrom: (11.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130805164743-00lyz2imgs85ttwz
Tags: 0.11-1
[ Jakub Wilk ]
* Remove martin f. krafft and Ben Finney from Uploaders at their requests.

[ Michael Schutte ]
* New upstream release 0.11, closes: #712284, #714880.
  - Drop patch math-output-html.diff: Fixed upstream.
  - Drop patch fix-buildhtml-progress.diff: Applied upstream.
  - Drop patch strict-csv-parser.diff: Fixed upstream.
  - Drop patch unknown-url-exc-use-repr.diff: Applied upstream.
  - Update patch move-data-to-usr-share.diff: Default stylesheet paths for
    writers/html4css1 have changed.
  - Refresh the remaining patches.
  - New patch no-local-roman.diff: Use the roman module from python-roman
    instead of the copy shipped with docutils.
  - Update information about upstream version control in debian/copyright.
* Change my e-mail host in Uploaders and debian/copyright to @debian.org.
* New patch rst2odt_prepstyles-elementtree.diff: Port the rst2odt_prepstyles
  utility to ElementTree.  Drop Recommends: python-lxml.  Closes: #714319.
* New patch odt-writer-ascii-filenames.diff: Only use ASCII for filenames of
  images embedded in ODT files, closes: #714317.

[ Dmitry Shachnev ]
* Use dh_python2 instead of deprecated dh_pysupport.
* Add XS-Testsuite header, and replace XS-Python-Version with preferred
  X-Python-Version (closes: #685509).
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
=====================================================
4
4
:Info: See <http://docutils.sf.net/rst.html> for introductory docs.
5
5
:Author: David Goodger <goodger@python.org>
6
 
:Date: $Date: 2012-06-22 21:49:51 +0200 (Fr, 22. Jun 2012) $
7
 
:Revision: $Revision: 7463 $
 
6
:Date: $Date: 2013-02-20 02:10:53 +0100 (Wed, 20 Feb 2013) $
 
7
:Revision: $Revision: 7612 $
8
8
:Description: This is a "docinfo block", or bibliographic field list
9
9
 
 
10
.. NOTE:: If you are reading this as HTML, please read
 
11
   `<cheatsheet.txt>`_ instead to see the input syntax examples!
 
12
 
10
13
Section Structure
11
14
=================
12
15
Section titles are underlined or overlined & underlined.
32
35
Simple tables:
33
36
 
34
37
================  ============================================================
35
 
List Type         Examples
 
38
List Type         Examples (syntax in the `text source <cheatsheet.txt>`_)
36
39
================  ============================================================
37
40
Bullet list       * items begin with "-", "+", or "*"
38
41
Enumerated list   1. items use any variation of "1.", "A)", and "(i)"
44
47
================  ============================================================
45
48
 
46
49
================  ============================================================
47
 
Explicit Markup   Examples (visible in the `text source <cheatsheet.txt>`_)
 
50
Explicit Markup   Examples (visible in the `text source`_)
48
51
================  ============================================================
49
52
Footnote          .. [1] Manually numbered or [#] auto-numbered
50
53
                     (even [#labelled]) or [*] auto-symbol