diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-05-10 22:50:38 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-05-12 12:22:19 +0200 |
| commit | a9758f60f02bb04657312c76f9bba55b2128641f (patch) | |
| tree | 8f4b540bb460dc517e6eacbba6c806c77718d5a3 /docs/source/index.rst | |
| parent | 6f8e1b56a9277d6689f162fda9b0be285de237ab (diff) | |
| download | PROJ-a9758f60f02bb04657312c76f9bba55b2128641f.tar.gz PROJ-a9758f60f02bb04657312c76f9bba55b2128641f.zip | |
Improve PDF generation of docs
Removed content sections from a bunch of pages since they clutter up the
PDF output and the same info is available in the sidebar of the webpage.
A few sections has been turned of for the PDF output, most notable the
front page of the webpage. It doesn't really fit in the PDF.
Diffstat (limited to 'docs/source/index.rst')
| -rw-r--r-- | docs/source/index.rst | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index 97872470..86393291 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -4,7 +4,7 @@ PROJ ############################################################################### .. toctree:: - :maxdepth: 1 + :maxdepth: 3 :hidden: about @@ -21,13 +21,14 @@ PROJ glossary references -PROJ is a standard UNIX filter function which converts geographic longitude -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/>`_. - .. only:: html + PROJ is a standard UNIX filter function which converts geographic longitude + 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/>`_. + + NEWS --------------------------------------------------------------------------- |
