aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
AgeCommit message (Collapse)Author
2019-05-15\u is a python3 thingHoward Butler
2019-03-01Bump version numbers in preparation for 6.1.0Kristian Evers
2019-01-19Doc: add doc for projinfo (fixes #1183)Even Rouault
2018-11-14Implement RFC 2: Initial integration of "GDAL SRS barn" workEven Rouault
This work mostly consists of: - a C++ implementation of the ISO-19111:2018 / OGC Topic 2 "Referencing by coordinates" classes to represent Datums, Coordinate systems, CRSs (Coordinate Reference Systems) and Coordinate Operations. - methods to convert between this C++ modeling and WKT1, WKT2 and PROJ string representations of those objects - management and query of a SQLite3 database of CRS and Coordinate Operation definition - a C API binding part of those capabilities This is all-in-one squashed commit of the work of https://github.com/OSGeo/proj.4/pull/1040
2018-10-12Exclude option-includes to avoid blocking warnings in doc buildsKristian Evers
2018-09-19Bump doc version to 6.0.0Kristian Evers
2018-09-15Prepare website for 5.2 release5.2.0Kristian Evers
2018-06-14Start a `customstyle` for bibliographic referencesMike Toews
Modifies label to use BibTeX key name, and format names with lastfirst
2018-06-10rewrite references using BibTeX and sphinxcontrib-bibtexMike Toews
2018-06-01Update documentation for 5.1.0 releaseKristian Evers
Added NEWS section to frontpage, update download links and adjusted version number.
2018-04-30Merge remote-tracking branch 'osgeo/master' into doc-improvementsKristian Evers
2018-04-23Restore project as PROJ.4mwtoews
No distinction is required between version and release. Disable default highlight_language (was effectively Python)
2018-04-22Change title and author to reflect CITATIONmwtoews
2018-04-22Use utf8 option for inputenc instead of utf8xmwtoews
According to https://tex.stackexchange.com/q/13067/2951 utf8x should be avoided if possible. Also, define LaTeX for Unicode PRIME character, used in eqc doc pages.
2018-04-22Rename various Sphinx docs from PROJ.4 to PROJmwtoews
This also includes the PDF manual, Qt help file, man pages, etc.
2018-04-03Update documentation for 5.0.1Kristian Evers
2018-03-31Improve PDF docs slightlyKristian Evers
2018-03-18Setup automatic man page generationKristian Evers
Create man pages from the Sphinx documentation. Ideally the man pages are updated completely automatic when running make dist and make install but that is a quite complicated setup. For now a script that builds the man pages and commits them has been created. This is to be run as part of the release process so that man pages are aligned with the most recent version of the docs.
2017-12-06Update config with version number and correct copyright dates [skip ci]Kristian Evers
2017-11-29CSS override of the RTD theme so that lines are wrapped in tables.Kristian Evers
[skip ci]
2017-09-03Use same spelling of PROJ.4 across all doc pages.Kristian Evers
2017-06-29Get PDF build output with Sphinx healthy (#533)Howard Butler
* Get PDF build output with Sphinx healthy * copy pdf to branch for upload on website
2016-09-01projection pages with images from KristianHoward Butler
2016-08-15increment version numbers for 4.9.3RC1Howard Butler
2016-03-03Build and deploy proj4.org website with every commit to theHoward Butler
master branch. proj4.org uses the Sphinx documentation stack, and it is located in the ./docs directory.
2016-02-26more sphinx docsHoward Butler
2016-02-24start working on sphinx version of proj4.orgHoward Butler