https://github.com/diamondlightsource/sphinx-graphql
Sphinx utilities for documenting GraphQL APIs
https://github.com/diamondlightsource/sphinx-graphql
from-dls-controls
Last synced: 3 months ago
JSON representation
Sphinx utilities for documenting GraphQL APIs
- Host: GitHub
- URL: https://github.com/diamondlightsource/sphinx-graphql
- Owner: DiamondLightSource
- License: apache-2.0
- Created: 2021-06-25T07:46:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T11:20:59.000Z (10 months ago)
- Last Synced: 2025-02-16T21:33:20.578Z (3 months ago)
- Topics: from-dls-controls
- Language: Python
- Size: 8.51 MB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
sphinx-graphql
===========================|code_ci| |docs_ci| |coverage| |pypi_version| |license|
Sphinx utilities for documenting GraphQL APIs
============== ==============================================================
PyPI ``pip install sphinx-graphql``
Source code https://github.com/dls-controls/sphinx-graphql
Documentation https://dls-controls.github.io/sphinx-graphql
============== ==============================================================This plugin provides an RST directive for generating GraphiQL views inside Spinx documentation. Code based on https://github.com/hasura/sphinx-graphiql
.. |code_ci| image:: https://github.com/dls-controls/sphinx-graphql/workflows/Code%20CI/badge.svg?branch=master
:target: https://github.com/dls-controls/sphinx-graphql/actions?query=workflow%3A%22Code+CI%22
:alt: Code CI.. |docs_ci| image:: https://github.com/dls-controls/sphinx-graphql/workflows/Docs%20CI/badge.svg?branch=master
:target: https://github.com/dls-controls/sphinx-graphql/actions?query=workflow%3A%22Docs+CI%22
:alt: Docs CI.. |coverage| image:: https://codecov.io/gh/dls-controls/sphinx-graphql/branch/master/graph/badge.svg
:target: https://codecov.io/gh/dls-controls/sphinx-graphql
:alt: Test Coverage.. |pypi_version| image:: https://img.shields.io/pypi/v/sphinx-graphql.svg
:target: https://pypi.org/project/sphinx-graphql
:alt: Latest PyPI version.. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://opensource.org/licenses/Apache-2.0
:alt: Apache License..
Anything below this line is used when viewing README.rst and will be replaced
when included in index.rstSee https://dls-controls.github.io/sphinx-graphql for more detailed documentation.