Skip to content

Commit 6b3ed2f

Browse files
committed
Prepare documentation
1 parent f8b0b2e commit 6b3ed2f

File tree

11 files changed

+93
-10
lines changed

11 files changed

+93
-10
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# These are supported funding model platforms
22

3+
github: [lepture]
34
patreon: lepture
45
open_collective: # Replace with a single Open Collective username
56
ko_fi: # Replace with a single Ko-fi username

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ mistune.html(your_markdown_text)
2323
## Sponsors
2424

2525
<table>
26-
<tr>
27-
<td><img align="middle" width="48" src="https://user-images.githubusercontent.com/2379650/45126032-50b69880-b13f-11e8-9c2c-abd16c433495.png"></td>
28-
<td>Get professionally-supported Mistune with the <a href="https://tidelift.com/subscription/pkg/pypi-mistune?utm_source=pypi-mistune&utm_medium=referral&utm_campaign=readme">Tidelift Subscription</a>.
29-
</td>
30-
</tr>
26+
<tr>
27+
<td><img align="middle" width="48" src="https://user-images.githubusercontent.com/2379650/45126032-50b69880-b13f-11e8-9c2c-abd16c433495.png"></td>
28+
<td>Get professionally-supported Mistune with the <a href="https://tidelift.com/subscription/pkg/pypi-mistune?utm_source=pypi-mistune&utm_medium=referral&utm_campaign=readme">Tidelift Subscription</a>.
29+
</td>
30+
</tr>
3131
</table>
3232

33-
[**Become a backer via Patreon**](https://www.patreon.com/lepture).
33+
[**Support Me via GitHub Sponsors**](https://github.com/users/lepture/sponsorship).
3434

3535
## Installation
3636

docs/advanced.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Advanced Usage of Mistune
2+
=========================

docs/api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
API Reference
2+
=============
File renamed without changes.

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
html_theme = 'sphinx_typlog_theme'
3939
html_theme_path = [sphinx_typlog_theme.get_path()]
4040
html_theme_options = {
41+
'description': (
42+
'A fast yet powerful Python Markdown parser '
43+
'with renderers and plugins'
44+
),
4145
'color': '#3E7FCB',
4246
'github_user': 'lepture',
4347
'github_repo': 'mistune',

docs/guide.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
How to Use Mistune
2+
==================

docs/index.rst

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,34 @@
66
Mistune: Python Markdown Parser
77
===============================
88

9+
Release v\ |version|.
10+
11+
A fast yet powerful Python Markdown parser with renderers and plugins,
12+
compatible with sane CommonMark rules.
13+
14+
Installation
15+
------------
16+
17+
Installing Mistune is quite easy with `pip <http://www.pip-installer.org/>`_::
18+
19+
$ pip install mistune
20+
21+
Mistune has no external dependencies.
22+
23+
24+
Overview
25+
--------
26+
27+
28+
User Guide
29+
----------
30+
931
.. toctree::
1032
:maxdepth: 2
11-
:caption: Contents:
33+
34+
intro
35+
guide
36+
plugins
37+
advanced
38+
api
39+
changes

docs/intro.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Introduction
2+
============
3+
4+
5+
Extendable
6+
----------
7+
8+
Sane CommonMark
9+
---------------
10+
11+
Safety
12+
------

docs/plugins.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Mistune Markdown Plugins
2+
========================
3+

0 commit comments

Comments
 (0)