sphinx-yaml-table


Namesphinx-yaml-table JSON
Version 0.1.1 PyPI version JSON
download
home_page
Summaryyaml-table directive for Sphinx/docutils
upload_time2023-10-12 18:30:14
maintainer
docs_urlNone
authorRichard Darst
requires_python>=3
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sphinx-yaml-table

A version of Sphinx's/docutil's
[csv-table](https://docutils.sourceforge.io/docs/ref/rst/directives.html#csv-table)
but reads YAML to make a table instead of Sphinx.  There should be a
list of rows similar to a ListTable.  Embedded RST is OK.



## Installation

Normal Python package, `pip install sphinx-yaml-table`.

Add `sphinx_yaml_table` to the conf.py extensions.



## Example

```
.. yaml-table::

   - - a
     - b
   - - 1
     - 2
   - - test **bold**
     - test *italic*

```



## Status

This was made some time ago and is being published separately now
since it seems to work.  Changes welcome but many more changes aren't
expected.



## See also

- ???


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sphinx-yaml-table",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "",
    "author": "Richard Darst",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/bb/1e/5f832438ae2c4ae7d9910ddff11371f3ec257a5a06590a89bb4e470261c1/sphinx_yaml_table-0.1.1.tar.gz",
    "platform": null,
    "description": "# sphinx-yaml-table\n\nA version of Sphinx's/docutil's\n[csv-table](https://docutils.sourceforge.io/docs/ref/rst/directives.html#csv-table)\nbut reads YAML to make a table instead of Sphinx.  There should be a\nlist of rows similar to a ListTable.  Embedded RST is OK.\n\n\n\n## Installation\n\nNormal Python package, `pip install sphinx-yaml-table`.\n\nAdd `sphinx_yaml_table` to the conf.py extensions.\n\n\n\n## Example\n\n```\n.. yaml-table::\n\n   - - a\n     - b\n   - - 1\n     - 2\n   - - test **bold**\n     - test *italic*\n\n```\n\n\n\n## Status\n\nThis was made some time ago and is being published separately now\nsince it seems to work.  Changes welcome but many more changes aren't\nexpected.\n\n\n\n## See also\n\n- ???\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "yaml-table directive for Sphinx/docutils",
    "version": "0.1.1",
    "project_urls": {
        "Home": "https://github.com/rkdarst/sphinx-yaml-table/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9e88136938f000a3583f57c460a9a106a24e6b59e287e451394d8d58dbdd9ec",
                "md5": "8c51c6ad513daee2381cb23e92478351",
                "sha256": "37e46c6750cacce476ba9f34a80df9163027178affef2bdf52e15349007dd173"
            },
            "downloads": -1,
            "filename": "sphinx_yaml_table-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8c51c6ad513daee2381cb23e92478351",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 3066,
            "upload_time": "2023-10-12T18:30:12",
            "upload_time_iso_8601": "2023-10-12T18:30:12.781488Z",
            "url": "https://files.pythonhosted.org/packages/c9/e8/8136938f000a3583f57c460a9a106a24e6b59e287e451394d8d58dbdd9ec/sphinx_yaml_table-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb1e5f832438ae2c4ae7d9910ddff11371f3ec257a5a06590a89bb4e470261c1",
                "md5": "4bc2e70907849d3676b70fc15a58599d",
                "sha256": "8d32dc83bc32b13e05a366668235b441a15b2cc8b15a43b7f84e5dc03d0cd7fd"
            },
            "downloads": -1,
            "filename": "sphinx_yaml_table-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4bc2e70907849d3676b70fc15a58599d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 5089,
            "upload_time": "2023-10-12T18:30:14",
            "upload_time_iso_8601": "2023-10-12T18:30:14.142092Z",
            "url": "https://files.pythonhosted.org/packages/bb/1e/5f832438ae2c4ae7d9910ddff11371f3ec257a5a06590a89bb4e470261c1/sphinx_yaml_table-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-12 18:30:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rkdarst",
    "github_project": "sphinx-yaml-table",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sphinx-yaml-table"
}
        
Elapsed time: 0.31694s