Metadata-Version: 2.1
Name: sphinx-gherkin
Version: 0.1
Summary: A Sphinx extension for documenting Gherkin features.
Home-page: https://cblegare.gitlab.io/sphinx-gherkin
Author: Charles Bouchard-Légaré
Author-email: charlesbouchardlegare@gmail.com
License: BSD-2-Clause-Patent
Project-URL: Documentation, https://cblegare.gitlab.io/sphinx-gherkin
Project-URL: Source, https://gitlab.com/cblegare/sphinx-gherkin
Project-URL: Issue Tracker, https://gitlab.com/cblegare/sphinx-gherkin/-/issues
Keywords: gherkin sphinx
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Extension
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: Typing :: Typed
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Provides-Extra: test
Provides-Extra: markdown
Provides-Extra: docs
Provides-Extra: all
License-File: LICENSE

################
Sphinx-Gherkin
################

.. container:: tagline

    A Sphinx_ extension for documenting **Gherkin** features.

.. container:: center

        |docs_badge| |test_badge| |lic_badge| |pypi_badge| |download_badge| |black_badge|

.. |docs_badge| image:: https://gitlab.com/cblegare/sphinx-gherkin/badges/main/pipeline.svg?job=pages&key_text=docs
    :target: https://gitlab.com/cblegare/sphinx-gherkin/-/pipelines
    :alt: Gitlab - Docs

.. |test_badge| image:: https://gitlab.com/cblegare/sphinx-gherkin/badges/main/coverage.svg?job=coverage
    :target: https://gitlab.com/cblegare/sphinx-gherkin/-/pipelines
    :alt: Gitlab - Coverage

.. |lic_badge| image:: https://img.shields.io/pypi/l/sphinx-gherkin?color=blue
    :target: https://gitlab.com/cblegare/sphinx-gherkin/-/blob/main/LICENSE
    :alt: PyPI - License

.. |release_badge| image:: https://gitlab.com/cblegare/sphinx-gherkin/-/badges/release.svg
    :target: https://gitlab.com/cblegare/sphinx-gherkin/-/releases
    :alt: Gitlab - Release

.. |pypi_badge| image:: https://img.shields.io/pypi/v/sphinx-gherkin
    :target: https://pypi.org/project/sphinx-gherkin
    :alt: PyPI - Release

.. |download_badge| image:: https://img.shields.io/pypi/dm/sphinx-gherkin
    :target: https://pypi.org/project/sphinx-gherkin/
    :alt: PyPI - Downloads

.. |black_badge| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black
    :alt: Formatting - Black

**Sphinx-Gherkin** is simple to use and integrate smoothly with your Gherkin codebase.

    Witty quote here

    -- Source


----

`Read the documentation! <documentation>`_

**Sphinx-Gherkin** is

- `Hosted on Gitlab <https://gitlab.com/cblegare/sphinx-gherkin>`__
- `Mirrored on Github <https://github.com/cblegare/sphinx-gherkin>`__
- `Distributed on PyPI <https://pypi.org/project/sphinx-gherkin/>`__
- `Documented online <https://cblegare.gitlab.io/sphinx-gherkin/>`__

.. _Sphinx: https://www.sphinx-doc.org/en/master/index.html
.. _documentation: https://cblegare.gitlab.io/sphinx-gherkin


