summaryrefslogtreecommitdiff
path: root/docutils/docs/user/rst
Commit message (Collapse)AuthorAgeFilesLines
* Minimalistic menu bar for documentation pages.milde2022-04-021-0/+2
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9051 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix trailing whitespace (non-Python files).milde2022-01-292-3/+3
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8995 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update URLs in the docs.milde2022-01-212-14/+14
| | | | | | | | Mostly http: -> https:, based on a patch by Adam Turner Remove/update some dead links. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8959 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Change http://docutils.sourceforge.net -> https://docutils.sourceforge.iomilde2022-01-204-10/+10
| | | | | | Patch by Adam Turner. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8956 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Change http://docutils.sf.net -> https://docutils.sourceforge.iomilde2022-01-202-7/+7
| | | | | | Patch by Adam Turner. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8954 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix spellingmilde2021-10-221-9/+9
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8860 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update SVG image samples and tests.milde2021-07-194-239/+28
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8804 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Reorganise functional tests.milde2021-06-301-40/+8
| | | | | | | | | | | Move additional tests for special features or problems specific to the output format from the "standalone_..." generic test case to additional tests. Use unit test instead of functional test for the fix in r6155 (hyperlink references in substitutions). git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8784 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* HTML5 writer: support <video>.milde2021-03-201-0/+0
| | | | | | Use <video> for images with video MIME types supported by HTML5. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8639 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* HTML5 writer: Add a `viewport` meta tag to fix rendering in mobile browsers.milde2021-03-091-5/+0
| | | | | | | | The default behaviour of many mobile browsers is to render for a virtual viewport size and scale. This breaks CSS styling with the default stylesheets. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8632 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Small documentation updates and fixes.milde2021-03-052-1/+21
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8631 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Make the sidebar's "title" argument optional.milde2020-07-101-1/+1
| | | | | | | | | Feature request #69. The analogous DocBook "sidebar" element's title is optional. too (https://tdg.docbook.org/tdg/5.2/sidebar.html). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8524 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix bounding box of SVG test images.milde2020-04-032-91/+38
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8512 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Small documentation update.milde2019-09-301-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8398 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Remove redundant gif file.milde2015-03-171-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7846 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Let "html-base" and "xhtml11" writers wrap SVG images in <img> tags. milde2015-03-133-82/+125
| | | | | | Edit of the SVG image functional test section. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7827 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New CSS 2.1 style-sheet for xhtml11 writer.milde2015-03-061-0/+50
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7809 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added notes to see .txt sourcegoodger2013-02-201-2/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7612 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Drop support for Python 2.3.milde2012-06-221-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7463 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* change to :Contact: docutils-develop@lists.sourceforge.netgrubert2012-01-031-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7302 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Math directive and documentation update:milde2011-06-171-0/+2
| | | | | | | | | Math content can also be given as directive argument. Multiple content block separated by blank lines are put in separate nodes. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7056 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Shockwave Flash image example for test purposes.milde2010-03-091-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6261 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* support SWF images,milde2010-03-021-1/+1
| | | | | | improve formatting of HTML test output. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6254 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Support SVG images (patch by Stefan Rank).milde2010-03-024-0/+336
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6253 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fix from Evaldasgoodger2009-07-141-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6021 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated charset so UTF-8 in SVN keywords don't mess it upgoodger2009-06-181-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5992 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Clean up image directive test/demomilde2009-05-111-0/+0
| | | | | | | | Separate test for image and figure directives, test right, left, and center alignment of figures, avoid too large images. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5940 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* note the informal nature of this doc, and expand on inline markup a bitgoodger2008-12-071-2/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5801 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed unnecessary backslashgoodger2008-12-061-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5798 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-1/+1
| | | | | | | | collapsed Author and Contact fields; use canonical email addresses for David and Felix; (I have reviewed the diff) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* whitespacegoodger2006-02-261-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4350 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* expanded mention of empty comments, cross-referenced from block quotes sectiongoodger2006-01-231-4/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4322 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added mention of empty commentsgoodger2006-01-231-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4321 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2005-12-221-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4230 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added the "container" element & directive, a generic containergoodger2005-10-281-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3963 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated text about call-out form of hyperlinkswiemann2005-09-051-1/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3853 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added an explicit reminder of expected errors, in the form of an errorgoodger2005-07-151-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3756 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added embedded URI example; corrected linkgoodger2005-06-171-2/+24
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3505 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* corrected internal links; improved layout a bitgoodger2005-06-171-6/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3503 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "title" directivegoodger2005-06-091-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3455 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated & corrected docsgoodger2005-06-041-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3428 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* replaced references to the mailing lists with references to the newwiemann2005-05-281-6/+3
| | | | | | "mailing-lists" document git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3396 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "header" & "footer" directives, tests, docs, support, and some tweaksgoodger2005-04-071-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3184 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added auto-enumerated list itemsgoodger2005-03-253-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3113 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2005-02-111-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2964 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "raw" rolegoodger2004-11-061-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2823 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added directive; cleanupgoodger2004-10-221-19/+20
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2760 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added example for compound directivewiemann2004-10-201-0/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2749 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added syntax for line blocksgoodger2004-10-053-34/+91
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2691 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* converted tabs to whitespacewiemann2004-08-291-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2548 929543f6-e4f2-0310-98a6-ba3bd3dd1d04