From b62ddeda02fadcd09def9354eb2ef46a7562a106 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 6 Dec 2017 23:18:29 -0500 Subject: Switch docs to MKDocs (#602) Fixes #601. Merged in 6f87b32 from the md3 branch and did a lot of cleanup. Changes include: * Removed old docs build tool, templates, etc. * Added MkDocs config file, etc. * filename.txt => filename.md * pythonhost.org/Markdown => Python-Markdown.github.io * Markdown lint and other cleanup. * Automate pages deployment in makefile with `mkdocs gh-deploy` Assumes a git remote is set up named "pages". Do git remote add pages https://github.com/Python-Markdown/Python-Markdown.github.io.git ... before running `make deploy` the first time. --- docs/siteindex.txt | 78 ------------------------------------------------------ 1 file changed, 78 deletions(-) delete mode 100644 docs/siteindex.txt (limited to 'docs/siteindex.txt') diff --git a/docs/siteindex.txt b/docs/siteindex.txt deleted file mode 100644 index 0139bd7..0000000 --- a/docs/siteindex.txt +++ /dev/null @@ -1,78 +0,0 @@ -title: Table of Contents -prev_title: Authors -prev_url: authors.html -next_title: Summary -next_url: index.html - -Table of Contents -================= - -* [Python Markdown](index.html) - * [Goals](index.html#goals) - * [Features](index.html#features) - * [Differences](index.html#differences) - * [Support](index.html#support) -* [Installation](install.html) - * [The Easy Way](install.html#the-easy-way) - * [Installing on Windows](install.html#windows) - * [Installing on *nix Systems](install.html#linux) - * [Using the Git Repository](install.html#git) - * [Dependencies](install.html#dependencies) -* [Library Reference](reference.html) - * [The Basics](reference.html#the-basics) - * [The Details](reference.html#the-details) - * [`markdown.markdown`](reference.html#markdown) - * [`markdown.markdownFromFile`](reference.html#markdownFromFile) - * [`markdown.Markdown`](reference.html#Markdown) -* [Command Line](cli.html) - * [Setup](cli.html#setup) - * [Usage](cli.html#usage) - * [Using Extensions](cli.html#using-extensions) -* [Extensions](extensions/index.html) - * [Officially Supported Extensions](extensions/index.html#officially-supported-extensions) - * [Extra](extensions/extra.html) - * [Abbreviations](extensions/abbreviations.html) - * [Attribute Lists](extensions/attr_list.html) - * [Definition Lists](extensions/definition_lists.html) - * [Fenced Code Blocks](extensions/fenced_code_blocks.html) - * [Footnotes](extensions/footnotes.html) - * [Tables](extensions/tables.html) - * [Smart Strong](extensions/smart_strong.html) - * [Admonition](extensions/admonition.html) - * [CodeHilite](extensions/code_hilite.html) - * [HeaderId](extensions/header_id.html) - * [Meta-Data](extensions/meta_data.html) - * [New Line to Break](extensions/nl2br.html) - * [Sane Lists](extensions/sane_lists.html) - * [SmartyPants](extensions/smarty.html) - * [Table of Contents](extensions/toc.html) - * [WikiLinks](extensions/wikilinks.html) - * [Third Party Extensions](extensions/index.html#third-party-extensions) - * [Extension API](extensions/api.html) - * [Preprocessors](extensions/api.html#preprocessors) - * [Inline Patterns](extensions/api.html#inlinepatterns) - * [Treeprocessors](extensions/api.html#treeprocessors) - * [Postprocessors](extensions/api.html#postprocessors) - * [BlockParser](extensions/api.html#blockparser) - * [Working with the ElementTree](extensions/api.html#working_with_et) - * [Integrating your code into Markdown](extensions/api.html#integrating_into_markdown) - * [extendMarkdown](extensions/api.html#extendmarkdown) - * [OrderedDict](extensions/api.html#ordereddict) - * [registerExtension](extensions/api.html#registerextension) - * [Configuration Settings](extensions/api.html#configsettings) - * [makeExtension](extensions/api.html#makeextension) -* [Test Suite](test_suite.html) - * [Markdown Syntax Test](test_suite.html#markdown-syntax-tests) - * [Syntax Test Configuration Settings](test_suite.html#syntax-test-config-settings) - * [Unit Tests](test_suite.html#unit-tests) -* [Change Log](change_log.html) - * [Release Notes for v.2.6](release-2.6.html) - * [Release Notes for v.2.5](release-2.5.html) - * [Release Notes for v.2.4](release-2.4.html) - * [Release Notes for v.2.3](release-2.3.html) - * [Release Notes for v.2.2.1](release-2.1.1.html) - * [Release Notes for v.2.2.0](release-2.1.0.html) - * [Release Notes for v.2.0.2](release-2.0.2.html) - * [Release Notes for v.2.0.1](release-2.0.1.html) - * [Release Notes for v.2.0](release-2.0.html) -* [Authors](authors.html) -- cgit v1.2.3