diff options
| -rw-r--r-- | docs/source/conf.py | 4 | ||||
| -rw-r--r-- | docs/source/index.rst | 32 |
2 files changed, 20 insertions, 16 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index a269a7d9..3a93fb81 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -239,9 +239,11 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'proj4.tex', u'PROJ.4 Documentation', - u'Gerald Evenden', 'manual'), + u'Gerald Evenden', 'manual', False), ] +latex_toplevel_sectioning = 'chapter' + # The name of an image file (relative to this directory) to place at the top of # the title page. #latex_logo = None diff --git a/docs/source/index.rst b/docs/source/index.rst index 3f02de3b..bf8e1c90 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -9,21 +9,23 @@ and latitude coordinates into cartesian coordinates (and vice versa), and it is a C API for software developers to include coordinate transformation in their own software. PROJ is maintained on `GitHub <http://github.com/OSGeo/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 +.. only:: html + + ============= ================================================================ + 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 Full documentation is available as a single PDF at https://raw.githubusercontent.com/OSGeo/proj.4/gh-pages/proj4.pdf |
