معرفی شرکت ها


dhubbard-sphinx-markdown-tables-0.1.140866


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Sphinx extension for rendering tables written in markdown
ویژگی مقدار
سیستم عامل -
نام فایل dhubbard-sphinx-markdown-tables-0.1.140866
نام dhubbard-sphinx-markdown-tables
نسخه کتابخانه 0.1.140866
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Dwight Hubbard
ایمیل نویسنده 254983+dwighthubbard@users.noreply.github.com
آدرس صفحه اصلی https://github.com/dwighthubbard/sphinx-markdown-tables
آدرس اینترنتی https://pypi.org/project/dhubbard-sphinx-markdown-tables/
مجوز GPLv3
[![Build Status](https://cd.screwdriver.cd/pipelines/3023/badge)](https://cd.screwdriver.cd/pipelines/3023) [![Code Coverage](https://codecov.io/gh/dwighthubbard/sphinx-markdown-tables/branch/master/graph/badge.svg)](https://codecov.io/gh/dwighthubbard/sphinx-markdown-tables) Note: This is a fork of `sphinx-markdown-tables` package that works with newer versions of the `markdown` package. # sphinx-markdown-tables A [Sphinx](http://www.sphinx-doc.org/en/master/) extension for rendering markdown tables. Sphinx supports markdown via [Recommonmark,](https://github.com/rtfd/recommonmark) which does not support tables. This extension provides them. It renders markdown tables as HTML, as defined by [python-markdown](https://python-markdown.github.io/) ## Installation pip install dhubbard-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.](http://www.sphinx-doc.org/en/master/usage/markdown.html) ## License This project is available under the GPLv3 license. For other licensing arrangements contact [Ryan Fox.](https://foxrow.com)


نیازمندی

مقدار نام
>=2.6.11 markdown
- recommonmark
>38.0.0 setuptools
xtr pytest;
xtr pytest-cov;
xtr sphinx-testing;


زبان مورد نیاز

مقدار نام
>="3.6" Python


نحوه نصب


نصب پکیج whl dhubbard-sphinx-markdown-tables-0.1.140866:

    pip install dhubbard-sphinx-markdown-tables-0.1.140866.whl


نصب پکیج tar.gz dhubbard-sphinx-markdown-tables-0.1.140866:

    pip install dhubbard-sphinx-markdown-tables-0.1.140866.tar.gz