linuxdoc


Namelinuxdoc JSON
Version 20231020 PyPI version JSON
download
home_pagehttps://github.com/return42/linuxdoc
SummarySphinx-doc extensions & tools to extract documentation from C/C++ source file comments.
upload_time2023-10-20 10:29:06
maintainer
docs_urlNone
authorMarkus Heiser
requires_python
licenseAGPLv3+
keywords sphinx extension doc source code comments kernel-doc linux
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========
LinuxDoc
========

The LinuxDoc library contains Sphinx-doc extensions and command line tools to
extract documentation from C/C++ source file comments.  Even if this project
started in context of the Linux-Kernel documentation, you can use these
extensions in common Sphinx-doc projects.


Install
=======

`Install LinuxDoc <https://return42.github.io/linuxdoc/install.html>`__ using `pip
<https://pip.pypa.io/en/stable/getting-started/>`__:

.. code-block:: text

   pip install --user -U linuxdoc


Links
=====

- Documentation:   https://return42.github.io/linuxdoc
- Releases:        https://pypi.org/project/linuxdoc/
- Code:            https://github.com/return42/linuxdoc
- Issue tracker:   https://github.com/return42/linuxdoc/issues


============ ===============================================
package:     linuxdoc (20231020)
copyright:   2023 Markus Heiser
e-mail:      markus.heiser@darmarIT.de
license:     AGPLv3+
============ ===============================================


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/return42/linuxdoc",
    "name": "linuxdoc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sphinx extension doc source code comments kernel-doc linux",
    "author": "Markus Heiser",
    "author_email": "markus.heiser@darmarIT.de",
    "download_url": "https://files.pythonhosted.org/packages/1f/f9/c26d1d23856b222f55d7bcb4b8a4436c4f4fc771b39b8e6668fd2f2cdfc5/linuxdoc-20231020.tar.gz",
    "platform": null,
    "description": "========\nLinuxDoc\n========\n\nThe LinuxDoc library contains Sphinx-doc extensions and command line tools to\nextract documentation from C/C++ source file comments.  Even if this project\nstarted in context of the Linux-Kernel documentation, you can use these\nextensions in common Sphinx-doc projects.\n\n\nInstall\n=======\n\n`Install LinuxDoc <https://return42.github.io/linuxdoc/install.html>`__ using `pip\n<https://pip.pypa.io/en/stable/getting-started/>`__:\n\n.. code-block:: text\n\n   pip install --user -U linuxdoc\n\n\nLinks\n=====\n\n- Documentation:   https://return42.github.io/linuxdoc\n- Releases:        https://pypi.org/project/linuxdoc/\n- Code:            https://github.com/return42/linuxdoc\n- Issue tracker:   https://github.com/return42/linuxdoc/issues\n\n\n============ ===============================================\npackage:     linuxdoc (20231020)\ncopyright:   2023 Markus Heiser\ne-mail:      markus.heiser@darmarIT.de\nlicense:     AGPLv3+\n============ ===============================================\n\n",
    "bugtrack_url": null,
    "license": "AGPLv3+",
    "summary": "Sphinx-doc extensions & tools to extract documentation from C/C++ source file comments.",
    "version": "20231020",
    "project_urls": {
        "Changelog": "https://github.com/return42/linuxdoc/blob/master/CHANGELOG",
        "Code": "https://github.com/return42/linuxdoc",
        "Documentation": "https://return42.github.io/linuxdoc",
        "Homepage": "https://github.com/return42/linuxdoc",
        "Issue tracker": "https://github.com/return42/linuxdoc/issues"
    },
    "split_keywords": [
        "sphinx",
        "extension",
        "doc",
        "source",
        "code",
        "comments",
        "kernel-doc",
        "linux"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ff9c26d1d23856b222f55d7bcb4b8a4436c4f4fc771b39b8e6668fd2f2cdfc5",
                "md5": "bbb4bb64161de0e778f1f47567cd9744",
                "sha256": "3c9977623c6be42e6109e7f2aef05e85ae5714c22a2d50df319a7af1dd3ada7c"
            },
            "downloads": -1,
            "filename": "linuxdoc-20231020.tar.gz",
            "has_sig": false,
            "md5_digest": "bbb4bb64161de0e778f1f47567cd9744",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 65041,
            "upload_time": "2023-10-20T10:29:06",
            "upload_time_iso_8601": "2023-10-20T10:29:06.267872Z",
            "url": "https://files.pythonhosted.org/packages/1f/f9/c26d1d23856b222f55d7bcb4b8a4436c4f4fc771b39b8e6668fd2f2cdfc5/linuxdoc-20231020.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-20 10:29:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "return42",
    "github_project": "linuxdoc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "linuxdoc"
}
        
Elapsed time: 0.17706s