aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
AgeCommit message (Collapse)Author
2021-10-26Bump PROJ-data version number in docsKristian Evers
2021-09-17DOC: fix the inclusion of the custom css fileJoris Van den Bossche
2021-07-21Doc: fix links to :c:func:`proj_...` by specifying "h" as "c" domainMike Taves
2021-06-30Bump version numbers in anticipation of 8.2.0Kristian Evers
2021-06-30Update website for 8.1.0 release8.1.0Kristian Evers
2021-05-04DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)Mike Taves
2021-03-11Fix configuration for sphinxcontrib-bibtex version 2 or later (#2572)Mike Taves
2021-03-01Bump version numbers in anticipation of 8.1.0 releaseKristian Evers
2021-03-01reconfigure 'edit on github' links to 8.0 branchKristian Evers
2021-03-01Update web docs for 8.0.0 releaseKristian Evers
2020-11-01Switch website 'edit on GitHub' to 7.2 branchKristian Evers
2020-11-01Update version numbers in preparation for 8.0.0 releaseKristian Evers
2020-11-01Update docs for 7.2.0 releaseKristian Evers
2020-10-14Plot building Github Action (#2377)Howard Butler
* implement conda package building * paths * need libtool * PLATFORM check * point to my PROJ feedstock for now * point to PROJ repos * plot building and artifact upload * syntax * add proj conda package for plotting * retab * no doxygen * syntax * update docs Makefile * doc building * needs * consolidate doc/plots * plot updates * put updated plot output into docs * register spelling module * use v2 download-artifact * artifact upload
2020-09-01Update docs for 7.1.1 releaseKristian Evers
Conflicts: docs/source/conf.py
2020-07-01Update version numbersEven Rouault
2020-06-12add favicon.png in htmlJavier Jimenez Shaw
2020-03-17Align install.rst with current version (#2075)Kristian Evers
Using {PROJVERSION} and {PROJDATAVERSION} substitutes the macro for the current version numbers of PROJ and PROJ-data. Rephrased a few sections regarding grid packages. Closes #2072 Co-authored-by: Mike Taves <mwtoews@gmail.com>
2020-03-01Update github_version in sphinx configKristian Evers
2020-03-01Bump version numbers in preparation for 7.1.0Kristian Evers
2020-02-04Add projsync utilityEven Rouault
Fixes #1750
2020-01-22Merge RFC4 (#1865)Even Rouault
This commit is the result of the squashing of rfc4_dev branch in a single commit. It implements mostly RFC 4 related work. * Grid handling: - remove obsolete and presumably unfinished implementation of grid catalog functionality - all grid functionality is in grids.cpp/.hpp - vertical and horizontal grid shift: rework to no longer load whole grid into memory - remove hgrids and vgrids member from PJ structure, and store them in hgridshift/vgridshift/deformation structures - build systems: add optional libtiff dependency. Must be explicitly disabled if not desired - add support for horizontal and vertical grids in GeoTIFF, if libtiff is available - add GenericShiftGridSet and GenericShiftGrid classes, relying on TIFF grids, that can be used for generic purpose grid-based adjustment - add a +proj=xyzgridshift method to perform geocentric translation by grid. Used for French NTF to RGF93 transformation using gr3df97a.tif grid - deformation: add support for +grids= for GeoTIFF grids - horizontal grid shift: fix failures on points slightly outside a subgrid (fixes #209) * File management: - add a filemanager.cpp/.hpp to deal with file related work - test for legacy proj_api.h fileapi - proj.h: add proj_context_set_fileapi() and proj_context_set_sqlite3_vfs_name() (fixes #866) - add capability to read resource files from the user writable directory * Network access: - build systems: add optional curl dependency - add a curl-based default implementation for network related functionality - proj.h: add C API to control network functionality, and optionaly provide network callbacks - add data/proj.ini with default settings - add a SQLite3 local cache of downloaded chunks - add proj_is_download_needed() and proj_download_file() * Use Win32 Unicode APIs and expect all strings to be UTF-8 (fixes #1765) For backward compatibility, if PROJ_LIB content is found to be not UTF-8 or pointing to a non existing directory, then an attempt at interpretating it in the ANSI page encoding is done. proj_context_set_search_paths() now assumes strings to be in UTF-8, and functions returning paths will also return values in UTF-8.
2020-01-01Bump version numbers in preparation for 7.0.0 releaseKristian Evers
2020-01-01Update github version in Sphinx configKristian Evers
2019-11-25Change version numbers to 6.3.0Even Rouault
2019-11-21Doc: configure the 'Edit on GitHub' buttonEven Rouault
2019-10-30Doc: add a redirects extension, and make a projjson.html redirect at the top ↵Even Rouault
to its current location
2019-10-16Use dedicated logo for websiteKristian Evers
Fixes #1670
2019-10-07Add logo to websiteKristian Evers
2019-09-01Update version numbers in preparation for 7.0.0Kristian Evers
2019-08-26Update API numbers in preparation for 6.2.0 releaseKristian Evers
2019-06-01Docs: rename project to PROJEven Rouault
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.