sphinx-markdown-tables
A Sphinx extension for rendering markdown tables.
Sphinx supports markdown via Recommonmark, which does not support tables. This extension provides them.
It renders markdown tables as HTML, as defined by python-markdown
Installation
pip install sphinx-markdown-tables
Usage
Quick version
Add sphinx_markdown_tables to extensions in conf.py, like so:
extensions = [
'sphinx_markdown_tables',
]
Longer version
Sphinx needs to be configured to use markdown. First, you need recommonmark:
pip install recommonmark
In conf.py, configure source_parsers and source_suffix:
source_parsers = {
'.md': 'recommonmark.parser.CommonMarkParser',
}
source_suffix = ['.rst', '.md']
Once Sphinx is configured appropriately, add sphinx_markdown_tables to extensions, like so:
extensions = [
'sphinx_markdown_tables',
]
For more information on Sphinx and markdown, see the Sphinx documentation.
License
This project is available under the GPLv3 license. For other licensing arrangements contact Ryan Fox.
Release files for sphinx-markdown-tables 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sphinx-markdown-tables-0.0.3.tar.gz | 2.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sphinx_markdown_tables-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:5.2 kB
Release files / sphinx-markdown-tables-0.0.3.tar.gz
| Download URL | sphinx-markdown-tables-0.0.3.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
73b84cf6528d6b07cc6f98a2129bb2070574692a3e537a82584fd240357eba7a
|
|
BLAKE2b-256 checksum How to use checksums |
d87621699836913ebf6b05faf5c7a010c3d469921fbcdeeff7c444659352ff0c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / sphinx_markdown_tables-0.0.3-py3-none-any.whl
| Download URL | sphinx_markdown_tables-0.0.3-py3-none-any.whl |
|---|---|
| Size | 2.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c83574620f4aa14e682e464a88e07488bb20a311828645b827c4b85aeecfaee9
|
|
BLAKE2b-256 checksum How to use checksums |
6736173065e14619b4543c8eb82394c81ee0f51ae9885e466396eb819c0f5fa5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |