From df3bde0cfa7bb5c77a3a97d880b503ea99d3422c Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Wed, 24 Feb 2016 15:43:42 +0100 Subject: start working on sphinx version of proj4.org --- docs/source/index.rst | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 docs/source/index.rst (limited to 'docs/source/index.rst') diff --git a/docs/source/index.rst b/docs/source/index.rst new file mode 100644 index 00000000..3d5226c1 --- /dev/null +++ b/docs/source/index.rst @@ -0,0 +1,45 @@ +.. _home: + +****************************************************************************** +proj.4 +****************************************************************************** + + +============= ================================================================ + Platform Test Status and Coverage +============= ================================================================ +Travis |travis| +AppVeyor |appveyor| +Coverage |coverals| +============= ================================================================ + +.. |travis| image:: https://travis-ci.org/OSGeo/proj.4.svg?branch=master + :target: https://travis-ci.org/OSGeo/proj.4 +.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/584j49uguwoo5evi?svg=true + :target: https://ci.appveyor.com/project/OSGeo/proj-4 +.. |coverals| image:: https://coveralls.io/repos/OSGeo/proj.4/badge.svg?branch=master + :target: https://coveralls.io/r/OSGeo/proj.4?branch=master + +Documentation +================= + +.. toctree:: + :maxdepth: 1 + + download + faq + geodesic + grids + license + htpd + + + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`search` + -- cgit v1.2.3