Files
pygeoapi/docs/source/index.rst
T
Francesco Bartoli ab12cbfc92 Add support for Starlette (#223)
* Add starlette app with base route

* Add api route

* Add conformance route

* Add route for collections

* Fix flake8 errors

* Add route for collection items

* Add route for processes

* Add docs for starlette

* Add support for starlette

Add api route


Add conformance route


Add route for collections


Fix flake8 errors


Add route for collection items


Add route for processes


Add docs for starlette

* Make starlette deps into a separate requirements file 


Move imports

* Add comment for starlette requirements

* Fix missing docstring param

* Improve installation docs
2019-09-06 14:25:28 -04:00

45 lines
1.1 KiB
ReStructuredText

.. pygeoapi documentation master file, created by
sphinx-quickstart on Wed Jul 3 06:22:56 2019.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to pygeoapi's documentation!
====================================
|build-status| |docs| |coverage|
.. toctree::
:maxdepth: 4
:caption: Contents:
pygeoapi
install
openapi
docker
wsgi
asgi
configuration
plugins
code
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. |build-status| image:: https://api.travis-ci.org/geopython/pygeoapi.svg?branch=master
:alt: build status
:target: https://travis-ci.org/geopython/pygeoapi
.. |docs| image:: https://readthedocs.org/projects/pygeoapi/badge/?version=latest&style=plastic
:alt: Documentation Status
:target: https://readthedocs.org/projects/pygeoapi
.. |coverage| image:: https://codecov.io/gh/geopython/pygeoapi/branch/master/graph/badge.svg
:alt: Test coverage
:target: https://codecov.io/gh/pygeoapi/pygeoapi.org