| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-19 | Merge branch 'docs-release-4.10.0' of https://github.com/OSGeo/proj.4 into ↵ | Kristian Evers | |
| docs-release-4.10.0 | |||
| 2018-02-19 | Merge remote-tracking branch 'osgeo/master' into docs-release-4.10.0 | Kristian Evers | |
| 2018-02-19 | API reference updates to reflect recent changes across the code-base [skip ci]. | Kristian Evers | |
| 2018-02-10 | Re-do pull request #451 export CMake targets with PROJ4:: namespace | Charles 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-01 | Update datatype and function reference to reflect recent code changes [skip ci] | Kristian Evers | |
| 2018-01-22 | Adding rudimentary docs for the pipeline operation [skip ci]. | Kristian Evers | |
| 2018-01-22 | Add details about grid file formats in relevant sections of the ↵ | Kristian Evers | |
| documentation [skip ci] | |||
| 2018-01-22 | Add deformation docs-page (missing from previous commit) [skip ci] | Kristian Evers | |
| 2017-12-21 | Deformation operation documented | Kristian Evers | |
| 2017-12-08 | A few updates to Helmert doc page | Kristian Evers | |
| 2017-12-07 | Override RTD css and make sure that equation numbers are right-aligned | Kristian Evers | |
| 2017-12-07 | Document the helmert transform | Kristian Evers | |
| 2017-12-06 | Helmer update [wip] | Kristian Evers | |
| 2017-12-06 | Add input/output types to gridshift docs [skip ci] | Kristian Evers | |
| 2017-12-06 | Update config with version number and correct copyright dates [skip ci] | Kristian Evers | |
| 2017-12-06 | Merge remote-tracking branch 'osgeo/master' into docs-release-4.10.0 | Kristian Evers | |
| 2017-12-03 | Fixes 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-29 | CSS override of the RTD theme so that lines are wrapped in tables. | Kristian Evers | |
| [skip ci] | |||
| 2017-11-29 | Fill out Molodensky docs [skip ci] | Kristian Evers | |
| 2017-11-27 | Added projections parameters to aeqd and airy doc pages | Kristian Evers | |
| 2017-11-27 | Restructure coordinate operations docs | Kristian Evers | |
| 2017-11-27 | Added info table to ccon doc page | Kristian Evers | |
| 2017-11-27 | Merge remote-tracking branch 'osgeo/master' into docs-release-4.10.0 | Kristian Evers | |
| 2017-11-27 | Update documentation on geodesics replacing an ancient page on geodesic | Charles Karney | |
| calculations with something more helpful to the beginning user. | |||
| 2017-11-27 | Update API reference to reflect recent changes to the API | Kristian Evers | |
| 2017-11-21 | Central conic projection (gnomonic) implementation (as 'proj=ccon') (#662) | Łukasz Komsta | |
| Central conic projection implemented as 'ccon'. | |||
| 2017-11-15 | Fix a few bad links [skip ci] | Kristian Evers | |
| 2017-11-15 | Added a transition guide to aid migration from old to new API | Kristian Evers | |
| 2017-11-11 | add axisswap documentation | Kristian Evers | |
| 2017-11-07 | Wrote docs for unitconvert operation [skip-ci] | Kristian Evers | |
| 2017-10-09 | Add documentation for datatypes and functions related to internal lists in ↵ | Kristian Evers | |
| PROJ.4. [skip ci] | |||
| 2017-10-09 | Merge remote-tracking branch 'osgeo/master' into docs-release-4.10.0 | Kristian Evers | |
| 2017-10-09 | Add PJ_DIRECTION to API referece [skip ci] | Kristian Evers | |
| 2017-10-04 | [docs] Fix link to DockerHub | Kristian Evers | |
| 2017-09-27 | Add section PROJ.4 environment variables. | Kristian Evers | |
| 2017-09-27 | add proj_errno_* functions to API reference | Kristian Evers | |
| 2017-09-18 | Moved projection list to using chapter and created a list of ↵ | Kristian Evers | |
| transformations. Both are grouped in a section called operations. | |||
| 2017-09-13 | Added functions API reference | Kristian Evers | |
| 2017-09-06 | Added data types reference section. | Kristian Evers | |
| 2017-09-04 | Added 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-03 | Added Contributing chapter to docs. CONTRIBUTING.md translated to rst with ↵ | Kristian Evers | |
| pandoc. | |||
| 2017-09-03 | Use same spelling of PROJ.4 across all doc pages. | Kristian Evers | |
| 2017-09-03 | Added documentation of init files and defaults file | Kristian Evers | |
| 2017-08-31 | Major 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-11 | Uses the mathjax formatting for geodesic equations | Luke 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-04 | Merge pull request #525 from kbevers/betterplots | Kristian Evers | |
| Better plots for documentation | |||
| 2017-08-04 | Updated figures on most projection doc-pages. | Kristian Evers | |
| 2017-07-18 | Added datum grid archive to Download page and updated link on Grids page. | Kristian Evers | |
| 2017-06-29 | Get 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-29 | link to Proj.4 mailing list #531 (#532) | Howard Butler | |
