summaryrefslogtreecommitdiff
path: root/sandbox/rst2odp
Commit message (Expand)AuthorAgeFilesLines
* `pygments` is not needed unless there are `.. code-block::`smerten2010-10-141-50/+54
* change rst2odp to rst2odp.py (much to my chagrin), but trying to be consisten...matt_harrison2010-09-082-1/+1
* do not really on pygments being presentmatt_harrison2010-09-081-2/+5
* remove possible not MS compatible os.path.join inside of zip filematt_harrison2010-09-081-1/+1
* close tempfilematt_harrison2010-09-073-17/+27
* Reverted wrong commit - sorry.smerten2010-04-112-47/+47
* Added project to create a diff from two reStructuredText sources.smerten2010-04-112-47/+47
* fix new line issue with depart_linematt_harrison2009-09-252-3/+5
* update readmematt_harrison2009-09-251-2/+4
* improve footnotes. add sub/superscript. add hint/sidebarmatt_harrison2009-09-252-13/+97
* initial Table supportmatt_harrison2009-09-222-0/+142
* reference fixes from FirstClownmatt_harrison2009-08-111-5/+4
* pyohio 2009 sprint work! Add support for term, definition_list, target and c...matt_harrison2009-07-281-6/+37
* some refactoring of paragraph stylesmatt_harrison2009-07-281-24/+60
* allow for s5 class styling of listsmatt_harrison2009-07-212-22/+27
* add --font command line to rst2odp for changing default font of Arialmatt_harrison2009-07-152-1/+13
* fix bad spacing when there are blank lines in codematt_harrison2009-07-141-1/+2
* don't reuse style nodes if node.tail exists, bump versionmatt_harrison2009-03-232-8/+11
* code cleanup, add line breaks between paragraphs, handle spaces more like OOomatt_harrison2009-03-012-94/+103
* fix ugly space between code/normal text, some cleanupmatt_harrison2009-02-111-20/+7
* add newlines after paragraph (unless in list_item)matt_harrison2009-02-042-2/+5
* add image scaling support and "pending node" supportmatt_harrison2009-01-243-32/+147
* fix manifest generation for .gif and .pngmatt_harrison2009-01-101-1/+7
* add --pages-to-export option (useful for debugging and limiting pages)matt_harrison2009-01-102-2/+70
* fix slide finding logic for importmatt_harrison2009-01-091-6/+5
* start of import slide in odplibmatt_harrison2009-01-091-0/+99
* add --mono-font (to specify monospace font), complicate the write method (hop...matt_harrison2009-01-094-28/+167
* add support for doctest_blockmatt_harrison2009-01-061-1/+12
* add example slide showmatt_harrison2008-12-182-0/+83
* fix too many spaces issue in source codematt_harrison2008-12-181-4/+4
* rst2odp 0.2.1 releasematt_harrison2008-12-172-4/+4
* make output quieter (use "-r 3" for noise)matt_harrison2008-12-171-3/+6
* initial transistion (titleless slide), caption/figure support and fix issue w...matt_harrison2008-12-172-10/+29
* Change PIL import statement (thanks Pekka)matt_harrison2008-12-171-1/+1
* refactor metadata, don't pull in everything during build/installmatt_harrison2008-12-174-12/+28
* fix sytling when slide has normal text and outlinesmatt_harrison2008-12-082-5/+1
* fix support for enumerated listsmatt_harrison2008-12-083-11/+76
* initial support for incrementalmatt_harrison2008-12-052-9/+84
* Initial version of 3rd version of rst2odp. This one appears to work and is b...matt_harrison2008-12-0513-0/+2917
* remove old stuffmatt_harrison2008-12-055-1197/+0
* Initial commit of rst2odp (probably has environment issues (cwd))matt_harrison2008-10-226-0/+1260