mkdocs-simple-plugin


Namemkdocs-simple-plugin JSON
Version 3.1.0 PyPI version JSON
download
home_pageNone
SummaryPlugin for adding simple wiki site creation from markdown files interspersed within your code with MkDocs.
upload_time2023-08-25 06:56:07
maintainerNone
docs_urlNone
authorNone
requires_python>=3
licenseNone
keywords mkdocs readme wiki
VCS
bugtrack_url
requirements cairosvg click flake8 Jinja2 MarkupSafe mike mkdocs-awesome-pages-plugin mkdocs-click mkdocs-macros-plugin mkdocs-material mkdocs mkdocstrings-python-legacy mkdocstrings pillow pip-upgrader pydocstyle pyfakefs pymdown-extensions PyYAML hatch typing-extensions mkdocs-git-revision-date-localized-plugin
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![mkdocs-simple-plugin](https://github.com/athackst/mkdocs-simple-plugin/raw/main/media/mkdocs-simple-plugin.png)

[![Test](https://github.com/athackst/mkdocs-simple-plugin/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/athackst/mkdocs-simple-plugin/actions/workflows/test.yml)
[![Docs](https://github.com/athackst/mkdocs-simple-plugin/actions/workflows/publish_docs.yml/badge.svg?branch=main)](https://github.com/athackst/mkdocs-simple-plugin/actions/workflows/publish_docs.yml)
[![Docker](https://img.shields.io/docker/pulls/althack/mkdocs-simple-plugin)](https://hub.docker.com/r/althack/mkdocs-simple-plugin)
[![pypi](https://img.shields.io/pypi/dm/mkdocs-simple-plugin?label=pypi%20downloads&color=blue)](https://pypi.org/project/mkdocs-simple-plugin/)
[![Github Action](https://img.shields.io/badge/github%20action-download-blue)](https://github.com/marketplace/actions/mkdocs-simple-action)

# mkdocs-simple-plugin

This plugin enables you to build a documentation site from markdown interspersed within your repository using [mkdocs](https://www.mkdocs.org/).

## About

You may be wondering why you would want to generate a static site for your project without doing the typical "wiki" thing of consolidating all documentation within a single `docs` folder or using a single `README` file.

* **My repository is too big for a single documentation source.**

    Sometimes it isn't feasible to consolidate all documentation within an upper level `docs` directory.  In general, if your codebase is too large to fit well within a single `include` directory, your codebase is also too large for documentation in a single `docs` directory.

    Since it's typically easier to keep documentation up to date when it lives as close to the code as possible, it is better to create multiple sources for documentation.

* **My repository is too simple for advanced documentation.**

    If your codebase is _very very_ large, something like the [monorepo plugin](https://github.com/spotify/mkdocs-monorepo-plugin) might better fit your needs.

    For most other medium+ repositories that have grown over time, you probably have scattered documentation throughout your code.  By combining all of that documentation while keeping folder structure, you can better surface and collaborate with others. And, let's face it.  That documentation is probably all in markdown since Github renders it nicely.

* **I want a pretty documentation site without the hassle.**

    Finally, you may be interested in this plugin if you have a desire for easy-to-generate stylized documentation.  This plugin lets you take documentation you may already have -- either in markdown files or in your code -- and formats them into a searchable documentation website.  You can keep your documentation where it is (thank you very much).

See [mkdocs-simple-plugin](https://althack.dev/mkdocs-simple-plugin/latest/mkdocs_simple_plugin/plugin) for usage.

## Contributing

See the [contributing guide](https://althack.dev/mkdocs-simple-plugin/latest/CONTRIBUTING)

## License

This software is licensed under [Apache 2.0](https://althack.dev/mkdocs-simple-plugin/latest/LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mkdocs-simple-plugin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": "mkdocs,readme,wiki",
    "author": null,
    "author_email": "Allison Thackston <allison@allisonthackston.com>",
    "download_url": "https://files.pythonhosted.org/packages/c5/4c/9918d7826ac85fa60bec7738ba395b91efb642102a7e8d7560c6ff695ea2/mkdocs_simple_plugin-3.1.0.tar.gz",
    "platform": null,
    "description": "![mkdocs-simple-plugin](https://github.com/athackst/mkdocs-simple-plugin/raw/main/media/mkdocs-simple-plugin.png)\n\n[![Test](https://github.com/athackst/mkdocs-simple-plugin/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/athackst/mkdocs-simple-plugin/actions/workflows/test.yml)\n[![Docs](https://github.com/athackst/mkdocs-simple-plugin/actions/workflows/publish_docs.yml/badge.svg?branch=main)](https://github.com/athackst/mkdocs-simple-plugin/actions/workflows/publish_docs.yml)\n[![Docker](https://img.shields.io/docker/pulls/althack/mkdocs-simple-plugin)](https://hub.docker.com/r/althack/mkdocs-simple-plugin)\n[![pypi](https://img.shields.io/pypi/dm/mkdocs-simple-plugin?label=pypi%20downloads&color=blue)](https://pypi.org/project/mkdocs-simple-plugin/)\n[![Github Action](https://img.shields.io/badge/github%20action-download-blue)](https://github.com/marketplace/actions/mkdocs-simple-action)\n\n# mkdocs-simple-plugin\n\nThis plugin enables you to build a documentation site from markdown interspersed within your repository using [mkdocs](https://www.mkdocs.org/).\n\n## About\n\nYou may be wondering why you would want to generate a static site for your project without doing the typical \"wiki\" thing of consolidating all documentation within a single `docs` folder or using a single `README` file.\n\n* **My repository is too big for a single documentation source.**\n\n    Sometimes it isn't feasible to consolidate all documentation within an upper level `docs` directory.  In general, if your codebase is too large to fit well within a single `include` directory, your codebase is also too large for documentation in a single `docs` directory.\n\n    Since it's typically easier to keep documentation up to date when it lives as close to the code as possible, it is better to create multiple sources for documentation.\n\n* **My repository is too simple for advanced documentation.**\n\n    If your codebase is _very very_ large, something like the [monorepo plugin](https://github.com/spotify/mkdocs-monorepo-plugin) might better fit your needs.\n\n    For most other medium+ repositories that have grown over time, you probably have scattered documentation throughout your code.  By combining all of that documentation while keeping folder structure, you can better surface and collaborate with others. And, let's face it.  That documentation is probably all in markdown since Github renders it nicely.\n\n* **I want a pretty documentation site without the hassle.**\n\n    Finally, you may be interested in this plugin if you have a desire for easy-to-generate stylized documentation.  This plugin lets you take documentation you may already have -- either in markdown files or in your code -- and formats them into a searchable documentation website.  You can keep your documentation where it is (thank you very much).\n\nSee [mkdocs-simple-plugin](https://althack.dev/mkdocs-simple-plugin/latest/mkdocs_simple_plugin/plugin) for usage.\n\n## Contributing\n\nSee the [contributing guide](https://althack.dev/mkdocs-simple-plugin/latest/CONTRIBUTING)\n\n## License\n\nThis software is licensed under [Apache 2.0](https://althack.dev/mkdocs-simple-plugin/latest/LICENSE)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Plugin for adding simple wiki site creation from markdown files interspersed within your code with MkDocs.",
    "version": "3.1.0",
    "project_urls": {
        "Documentation": "http://www.althack.dev/mkdocs-simple-plugin",
        "Homepage": "http://www.althack.dev/mkdocs-simple-plugin",
        "Issues": "https://github.com/athackst/mkdocs-simple-plugin/issues",
        "Source Code": "https://github.com/athackst/mkdocs-simple-plugin"
    },
    "split_keywords": [
        "mkdocs",
        "readme",
        "wiki"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9d955f61e423a597a5166b20377cfcd15fc2c2a645b3ffd186428f90fb6bf524",
                "md5": "176d10af8fd68ff29776057958a2e945",
                "sha256": "2acb3b47637c2fc65c5c6d9cb49f0ff5d5fbd023589f9c2579145590afe99a96"
            },
            "downloads": -1,
            "filename": "mkdocs_simple_plugin-3.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "176d10af8fd68ff29776057958a2e945",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 22004,
            "upload_time": "2023-08-25T06:56:06",
            "upload_time_iso_8601": "2023-08-25T06:56:06.532210Z",
            "url": "https://files.pythonhosted.org/packages/9d/95/5f61e423a597a5166b20377cfcd15fc2c2a645b3ffd186428f90fb6bf524/mkdocs_simple_plugin-3.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c54c9918d7826ac85fa60bec7738ba395b91efb642102a7e8d7560c6ff695ea2",
                "md5": "68ead311c8ece9b48a420fc6642f1218",
                "sha256": "a8d30437b7fb8d7701f34bf268a08c7643bf4d4134bdf43a16e3ea0ba240cdbe"
            },
            "downloads": -1,
            "filename": "mkdocs_simple_plugin-3.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "68ead311c8ece9b48a420fc6642f1218",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 18847,
            "upload_time": "2023-08-25T06:56:07",
            "upload_time_iso_8601": "2023-08-25T06:56:07.544215Z",
            "url": "https://files.pythonhosted.org/packages/c5/4c/9918d7826ac85fa60bec7738ba395b91efb642102a7e8d7560c6ff695ea2/mkdocs_simple_plugin-3.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-25 06:56:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "athackst",
    "github_project": "mkdocs-simple-plugin",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "cairosvg",
            "specs": [
                [
                    "==",
                    "2.7.1"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    "==",
                    "8.1.7"
                ]
            ]
        },
        {
            "name": "flake8",
            "specs": [
                [
                    "==",
                    "6.1.0"
                ]
            ]
        },
        {
            "name": "Jinja2",
            "specs": [
                [
                    "==",
                    "3.1.2"
                ]
            ]
        },
        {
            "name": "MarkupSafe",
            "specs": [
                [
                    "==",
                    "2.1.3"
                ]
            ]
        },
        {
            "name": "mike",
            "specs": [
                [
                    "==",
                    "1.1.2"
                ]
            ]
        },
        {
            "name": "mkdocs-awesome-pages-plugin",
            "specs": [
                [
                    "==",
                    "2.9.2"
                ]
            ]
        },
        {
            "name": "mkdocs-click",
            "specs": [
                [
                    "==",
                    "0.8.0"
                ]
            ]
        },
        {
            "name": "mkdocs-macros-plugin",
            "specs": [
                [
                    "==",
                    "1.0.4"
                ]
            ]
        },
        {
            "name": "mkdocs-material",
            "specs": [
                [
                    "==",
                    "9.2.3"
                ]
            ]
        },
        {
            "name": "mkdocs",
            "specs": [
                [
                    "==",
                    "1.5.2"
                ]
            ]
        },
        {
            "name": "mkdocstrings-python-legacy",
            "specs": [
                [
                    "==",
                    "0.2.3"
                ]
            ]
        },
        {
            "name": "mkdocstrings",
            "specs": [
                [
                    "==",
                    "0.22.0"
                ]
            ]
        },
        {
            "name": "pillow",
            "specs": [
                [
                    "==",
                    "10.0.0"
                ]
            ]
        },
        {
            "name": "pip-upgrader",
            "specs": [
                [
                    "==",
                    "1.4.15"
                ]
            ]
        },
        {
            "name": "pydocstyle",
            "specs": [
                [
                    "==",
                    "6.3.0"
                ]
            ]
        },
        {
            "name": "pyfakefs",
            "specs": [
                [
                    "==",
                    "5.2.4"
                ]
            ]
        },
        {
            "name": "pymdown-extensions",
            "specs": [
                [
                    "==",
                    "10.1"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "hatch",
            "specs": [
                [
                    "==",
                    "1.7.0"
                ]
            ]
        },
        {
            "name": "typing-extensions",
            "specs": [
                [
                    "==",
                    "4.7.1"
                ]
            ]
        },
        {
            "name": "mkdocs-git-revision-date-localized-plugin",
            "specs": [
                [
                    "==",
                    "1.2.0"
                ]
            ]
        }
    ],
    "lcname": "mkdocs-simple-plugin"
}
        
Elapsed time: 0.12243s