Skip to main content

A Sphinx extension for rendering tables written in markdown

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx-markdown-tables-0.0.14.tar.gz (14.9 kB view details)

Uploaded Source

Built Distribution

sphinx_markdown_tables-0.0.14-py3-none-any.whl (28.0 kB view details)

Uploaded Python 3

File details

Details for the file sphinx-markdown-tables-0.0.14.tar.gz.

File metadata

  • Download URL: sphinx-markdown-tables-0.0.14.tar.gz
  • Upload date:
  • Size: 14.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.9

File hashes

Hashes for sphinx-markdown-tables-0.0.14.tar.gz
Algorithm Hash digest
SHA256 d604853c065ddaec63844dbd67232da34679fbd9c9780bbd3a6bca4f8a801a9a
MD5 8cf69254125e325620b920aa9ba58b16
BLAKE2b-256 3974764dc524736fac66d84a7cefde8cd478bfbf130f0c5089be37b5b51f2eb6

See more details on using hashes here.

File details

Details for the file sphinx_markdown_tables-0.0.14-py3-none-any.whl.

File metadata

  • Download URL: sphinx_markdown_tables-0.0.14-py3-none-any.whl
  • Upload date:
  • Size: 28.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.9

File hashes

Hashes for sphinx_markdown_tables-0.0.14-py3-none-any.whl
Algorithm Hash digest
SHA256 c95edc8bfdff98e6c4f2058faa7cab05fe64b92e5ea5e7a74eeb5dabd5ae048c
MD5 3653eb3035394deb14605729ea495cc2
BLAKE2b-256 fee1853bfadfff12b5d3ce2acbc435ff3cff0490b38b96692da3700a5e2a56cd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page