aboutsummaryrefslogtreecommitdiff
path: root/docs/source
AgeCommit message (Collapse)Author
2018-02-19Merge branch 'docs-release-4.10.0' of https://github.com/OSGeo/proj.4 into ↵Kristian Evers
docs-release-4.10.0
2018-02-19Merge remote-tracking branch 'osgeo/master' into docs-release-4.10.0Kristian Evers
2018-02-19API reference updates to reflect recent changes across the code-base [skip ci].Kristian Evers
2018-02-10Re-do pull request #451 export CMake targets with PROJ4:: namespaceCharles Karney
This version takes to add the include path to the target definition for cmake 2.8.11 and later. Also the documentation sticks to the existing convention of using cmake variables ${PROJ4_LIBRARIES} and ${PROJ4_INCLUDE_DIRS}. However, the namespace variables are still being included. Here's the roll-out plan (0) Version 4.9.x: The target is proj and PROJ4_LIBRARIES is set to this. (1) Version 5.0.x: Two targets, proj and PROJ4::proj, are defined; PROJ4_LIBRARIES = proj. (2) In a year or two: Two targets, proj and PROJ4::proj, are defined; PROJ4_LIBRARIES = PROJ4::proj. (3) With a change in the library which breaks backwards compatibility: The target is PROJ4::proj and PROJ4_LIBRARIES = PROJ4::proj.
2018-02-01Update datatype and function reference to reflect recent code changes [skip ci]Kristian Evers
2018-01-22Adding rudimentary docs for the pipeline operation [skip ci].Kristian Evers
2018-01-22Add details about grid file formats in relevant sections of the ↵Kristian Evers
documentation [skip ci]
2018-01-22Add deformation docs-page (missing from previous commit) [skip ci]Kristian Evers
2017-12-21Deformation operation documentedKristian Evers
2017-12-08A few updates to Helmert doc pageKristian Evers
2017-12-07Override RTD css and make sure that equation numbers are right-alignedKristian Evers
2017-12-07Document the helmert transformKristian Evers
2017-12-06Helmer update [wip]Kristian Evers
2017-12-06Add input/output types to gridshift docs [skip ci]Kristian Evers
2017-12-06Update config with version number and correct copyright dates [skip ci]Kristian Evers
2017-12-06Merge remote-tracking branch 'osgeo/master' into docs-release-4.10.0Kristian Evers
2017-12-03Fixes to geodesic documention:Charles Karney
* replace SVG figure by PNG version, * rewrite maths using :math:, * put references in the main reference section, * reformat references for consistency, * put references in alphabetical order, * use USGS URL for Snyder (1987).
2017-11-29CSS override of the RTD theme so that lines are wrapped in tables.Kristian Evers
[skip ci]
2017-11-29Fill out Molodensky docs [skip ci]Kristian Evers
2017-11-27Added projections parameters to aeqd and airy doc pagesKristian Evers
2017-11-27Restructure coordinate operations docsKristian Evers
2017-11-27Added info table to ccon doc pageKristian Evers
2017-11-27Merge remote-tracking branch 'osgeo/master' into docs-release-4.10.0Kristian Evers
2017-11-27Update documentation on geodesics replacing an ancient page on geodesicCharles Karney
calculations with something more helpful to the beginning user.
2017-11-27Update API reference to reflect recent changes to the APIKristian Evers
2017-11-21Central conic projection (gnomonic) implementation (as 'proj=ccon') (#662)Łukasz Komsta
Central conic projection implemented as 'ccon'.
2017-11-15Fix a few bad links [skip ci]Kristian Evers
2017-11-15Added a transition guide to aid migration from old to new APIKristian Evers
2017-11-11add axisswap documentationKristian Evers
2017-11-07Wrote docs for unitconvert operation [skip-ci]Kristian Evers
2017-10-09Add documentation for datatypes and functions related to internal lists in ↵Kristian Evers
PROJ.4. [skip ci]
2017-10-09Merge remote-tracking branch 'osgeo/master' into docs-release-4.10.0Kristian Evers
2017-10-09Add PJ_DIRECTION to API referece [skip ci]Kristian Evers
2017-10-04[docs] Fix link to DockerHubKristian Evers
2017-09-27Add section PROJ.4 environment variables.Kristian Evers
2017-09-27add proj_errno_* functions to API referenceKristian Evers
2017-09-18Moved projection list to using chapter and created a list of ↵Kristian Evers
transformations. Both are grouped in a section called operations.
2017-09-13Added functions API referenceKristian Evers
2017-09-06Added data types reference section.Kristian Evers
2017-09-04Added more pages to 'development' chapter. Moved old API description to ↵Kristian Evers
section named 'deprecated'. Created a quickstart page for the development chapter. Scaffolding in place for the rest of the chapter.
2017-09-03Added Contributing chapter to docs. CONTRIBUTING.md translated to rst with ↵Kristian Evers
pandoc.
2017-09-03Use same spelling of PROJ.4 across all doc pages.Kristian Evers
2017-09-03Added documentation of init files and defaults fileKristian Evers
2017-08-31Major restructure and rewrite of docs.Kristian Evers
A section on "Using PROJ.4" has been introduced giving a introduction on how to use PROJ.4. The Parameters section has been removed and the content reworked into other sections. Additionally the order of chapters has been changed to provide a more complete and readable experience for users of the documentation.
2017-08-11Uses the mathjax formatting for geodesic equationsLuke Campbell
The equations on the documentation page for geodesics were plaintext formatting and also contained a typo. This patch updates the formatting to use the sphinx supported MathJax syntax and corrects the typo.
2017-08-04Merge pull request #525 from kbevers/betterplotsKristian Evers
Better plots for documentation
2017-08-04Updated figures on most projection doc-pages.Kristian Evers
2017-07-18Added datum grid archive to Download page and updated link on Grids page.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
2017-06-29link to Proj.4 mailing list #531 (#532)Howard Butler