aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #141. Minor typo on wikilinks docs.Waylan Limberg2012-09-071-1/+1
| | | Thanks for the report.
* Merge pull request #137 from mitya57/masterWaylan Limberg2012-08-281-1/+1
|\ | | | | Fixed not working "index" link in extensions documentation
| * Fixed not working "index" link in extensions documentationDmitry Shachnev2012-08-281-1/+1
| |
* | Misc typos.chri2012-08-282-4/+4
|/
* Removed references to doctests in docs as per #114Waylan Limberg2012-07-261-11/+6
|
* Merge pull request #121 from Scorpil/patch-1Waylan Limberg2012-07-181-1/+1
|\ | | | | Fixed typo in docs: 'md.treepreprocessor' for 'md.treeprocessor'.
| * Fixed typo in docs: 'md.treepreprocessor' for 'md.treeprocessor'. Andrew2012-07-191-1/+1
| |
* | Fixes example after moving AtomicString to utilAntoine Pelisse2012-07-181-1/+1
|/
* Removed beta warning from 2.2 release notes.Waylan Limberg2012-07-051-3/+1
|
* Fixed #106. Replaced all references to freewisdom.org (except for Yuri's ↵Waylan Limberg2012-06-281-1/+0
| | | | homepage).
* Fixed #110. Documented the 'fenced_code' extension's support for the ↵Waylan Limberg2012-06-281-0/+13
| | | | 'codehilite' extension.
* Merge branch 'master' of github.com:waylan/Python-MarkdownWaylan Limberg2012-05-041-4/+9
|\
| * Updated docs to reflect fix in #82.Waylan Limberg2012-05-031-4/+9
| |
* | Added release notes for v2.2.0.Waylan Limberg2012-05-043-17/+87
|/
* Typo fix in doc: s/extension-configs/extension_configs/Simon Sapin2012-03-191-2/+2
|
* Added siteindex to docs.Waylan Limberg2012-03-075-12/+85
|
* Add release notes, authors and change_log to docs.Waylan Limberg2012-03-0710-67/+124
|
* Rename docs/*.md => docs/*.txtWaylan Limberg2012-03-0729-0/+0
| | | | | | | | | The documentation uses features of Python-Markdown that are not supported on GitHub and it's better to get a source view of the docs anyway. For example, that way comments and bug reports can reference a specific line of a file. Of course, it makes sense for Github to render the README, so that is left with the `.md` file extension.
* Fixed up some formating errors in docs and added/fixed more internal links.Waylan Limberg2012-03-0710-35/+36
|
* Added a bunch of internal links to the docs.Waylan Limberg2012-03-074-71/+70
|
* Rewrote parts of install docs for clarity.Waylan Limberg2012-03-071-25/+27
|
* Renamed a few docswith better file names.Waylan Limberg2012-03-079-26/+25
|
* Fixed a few minor redering bugs in docs.Waylan Limberg2012-03-071-1/+1
|
* Refactored Docs to use Sphinx styled template.Waylan Limberg2012-03-0129-31/+933
| | | | | | This is not a full Sphinx implementation. Just a limited implementation which converts our markdown source filed to work with the default css for Sphinx so it looks like Pythons docs.
* Fixes #64. Added sane_list extension.Waylan Limberg2012-01-242-0/+76
| | | | | | | | | | This is an extension which alters the behavior of lists to be less surprising. If turned out to be rather simple to code. I'm surprised no one had written it yet. I should note that this extension does not generate separate lists if different unordered list markers are used (`*` verses `-` verses `+`) The way the parser works that would be a little more tricky.
* Release 2.1.1. A bugfix release.2.1.1.finalWaylan Limberg2012-01-221-0/+7
|
* Updated change log to include last few releases. Waylan Limberg2012-01-221-0/+4
| | | I forget about this now that we have a git log and release notes.
* Version 2.1.0-Final2.1.0.finalWaylan Limberg2011-11-241-6/+3
|
* Release 2.1.0-Beta2.1.0.betaWaylan Limberg2011-10-101-24/+25
|
* Removed another [[wikilink]] style link from the docs.Waylan Limberg2011-10-061-1/+2
|
* Fixed a few issues with writing_extensions.md.Waylan Limberg2011-10-061-11/+14
|
* Fixed minor typo in docs/index.mdWaylan Limberg2011-10-061-1/+1
|
* Added an index.md file to the docs. The docs can now be a full website unto ↵Waylan Limberg2011-10-061-0/+61
| | | | themselves.
* Updated docs/extensions/index to be more informative - not just list extensions.Waylan Limberg2011-10-061-2/+30
|
* Do'h! Fixed a silly typo.Waylan Limberg2011-10-051-1/+1
|
* Fixed a few typos in the using_as_module docs.Waylan Limberg2011-10-051-12/+16
|
* Fixed one more [[wikilink]] missed in previous commit.Waylan Limberg2011-10-051-1/+1
|
* Fixed a few errors in the 2.1.0-alpha release notes and updated links to not ↵Waylan Limberg2011-10-051-13/+15
| | | | use the [[wikilink]] style.
* Made a few minor edits to command line docs.Waylan Limberg2011-10-051-4/+4
|
* Updated docs to no longer use the [[wikilink]] style links from the old ↵Waylan Limberg2011-09-226-38/+37
| | | | wiki. All links are not realative links which should work with the supplied docs generator.
* Updated Extra Extension docs to relect recent changes in the extension.Waylan Limberg2011-09-221-9/+7
|
* Added support to build_docs command to copy non markdown files unmodified.Waylan Limberg2011-08-232-6/+6
|
* Update build_docs script for the *.txt -> *.md change in docs.Waylan Limberg2011-08-231-1/+75
|
* Renamed *.txt -> *.md in docs.Waylan Limberg2011-08-2328-39/+1
|
* The build_docs command now uses extra and toc extensions and a template on ↵Waylan Limberg2011-08-041-0/+20
| | | | the file system.
* Updated release notes to include a note about support for python's `-m` option.Waylan Limberg2011-08-031-0/+6
|
* Added support for python's '-m' command line option. Do 'python -m markdown ↵Waylan Limberg2011-08-031-16/+34
| | | | [options] [args]'. I suspect will drop the command line script (markdown_py) when we drop support for Python 2.4 as this is easier to support.
* Markdown.convertFile now actually works with stdin and stdout. Previously ↵Waylan Limberg2011-08-031-2/+3
| | | | only the commandline script did.
* Edited release notes. Made a few minor corrections and added a note ↵Waylan Limberg2011-07-281-7/+15
| | | | regarding supported python versions. No more support for Python 2.3 with 2.4 support depreciated. We now support Python 3.2.
* All internal encoding of output now uses the 'xmlcharrefreplace' error ↵Waylan Limberg2011-07-281-2/+6
| | | | handler. Also added a note to the docs. Anyone doing their own encoding of output should be as well.