Skip to content

Latest commit

 

History

History
169 lines (122 loc) · 3.1 KB

index.rst

File metadata and controls

169 lines (122 loc) · 3.1 KB

snippet-fmt

.. documentation-summary::
        :meta:

.. only:: html

        .. list-table::
                :stub-columns: 1
                :widths: 10 90

                * - Docs
                  - |docs| |docs_check|
                * - Tests
                  - |actions_linux| |actions_windows| |actions_macos| |coveralls|
                * - PyPI
                  - |pypi-version| |supported-versions| |supported-implementations| |wheel|
                * - Activity
                  - |commits-latest| |commits-since| |maintained| |pypi-downloads|
                * - QA
                  - |codefactor| |actions_flake8| |actions_mypy|
                * - Other
                  - |license| |language| |requires|

        .. |docs| rtfd-shield::
                :project: snippet-fmt
                :alt: Documentation Build Status

        .. |docs_check| actions-shield::
                :workflow: Docs Check
                :alt: Docs Check Status

        .. |actions_linux| actions-shield::
                :workflow: Linux
                :alt: Linux Test Status

        .. |actions_windows| actions-shield::
                :workflow: Windows
                :alt: Windows Test Status

        .. |actions_macos| actions-shield::
                :workflow: macOS
                :alt: macOS Test Status

        .. |actions_flake8| actions-shield::
                :workflow: Flake8
                :alt: Flake8 Status

        .. |actions_mypy| actions-shield::
                :workflow: mypy
                :alt: mypy status

        .. |requires| image:: https://dependency-dash.repo-helper.uk/github/python-formate/snippet-fmt/badge.svg
                :target: https://dependency-dash.repo-helper.uk/github/python-formate/snippet-fmt/
                :alt: Requirements Status

        .. |coveralls| coveralls-shield::
                :alt: Coverage

        .. |codefactor| codefactor-shield::
                :alt: CodeFactor Grade

        .. |pypi-version| pypi-shield::
                :project: snippet-fmt
                :version:
                :alt: PyPI - Package Version

        .. |supported-versions| pypi-shield::
                :project: snippet-fmt
                :py-versions:
                :alt: PyPI - Supported Python Versions

        .. |supported-implementations| pypi-shield::
                :project: snippet-fmt
                :implementations:
                :alt: PyPI - Supported Implementations

        .. |wheel| pypi-shield::
                :project: snippet-fmt
                :wheel:
                :alt: PyPI - Wheel

        .. |license| github-shield::
                :license:
                :alt: License

        .. |language| github-shield::
                :top-language:
                :alt: GitHub top language

        .. |commits-since| github-shield::
                :commits-since: v0.1.5
                :alt: GitHub commits since tagged version

        .. |commits-latest| github-shield::
                :last-commit:
                :alt: GitHub last commit

        .. |maintained| maintained-shield:: 2025
                :alt: Maintenance

        .. |pypi-downloads| pypi-shield::
                :project: snippet-fmt
                :downloads: month
                :alt: PyPI - Downloads

Installation

.. installation:: snippet-fmt
        :pypi:
        :github:

.. toctree::
        :hidden:

        Home<self>

.. toctree::
        :maxdepth: 3
        :caption: Documentation
        :glob:

        usage
        configuration
        changelog
        Source
        license

.. toctree::
        :maxdepth: 3
        :caption: API Reference
        :glob:

        api/snippet-fmt
        api/*

.. sidebar-links::
        :caption: Links
        :github:
        :pypi: snippet-fmt

        Contributing Guide<https://contributing-to-formate.readthedocs.io>


.. only:: html

        View the :ref:`Function Index <genindex>` or browse the `Source Code <_modules/index.html>`__.

        :github:repo:`Browse the GitHub Repository <python-formate/snippet-fmt>`