| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-28 | Add info table to orthographic projection docs | Kristian Evers | |
| 2018-03-27 | Merge pull request #907 from kbevers/print-help | Kristian Evers | |
| Print help | |||
| 2018-03-27 | Document --version option in cct and gie | Kristian Evers | |
| 2018-03-27 | Validate that units match between pipeline steps | Kristian Evers | |
| As suggested in [0], steps in a pipeline are now checked for compliance. If the right side units in step n differ from the left side units in step n+1 the pipeline can't be constructed and an error is raised. [0] https://lists.osgeo.org/pipermail/grass-dev/2018-March/088123.html | |||
| 2018-03-18 | Setup automatic man page generation | Kristian 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. | |||
| 2018-03-18 | Add documentation for the gie program | Kristian Evers | |
| 2018-03-17 | Move application docs to top level. | Kristian Evers | |
| The 'Applications' chapter is moved to the top level of the website in order to make it easier for users to find the pages quickly instead of having to search through sub-sections in other chapters. | |||
| 2018-03-17 | Reformat doc pages for cct, cs2cs, geod and proj | Kristian Evers | |
| The doc pages are reformatted to better use the features of the Sphinx documentation system. All four pages has been formatted such that they can serve as the basis for both the website and UNIX man-pages. This will make it easier to keep the man-pages aligned with the main documentation in the future. | |||
| 2018-03-15 | Move 'Code contributions' section of CONTRIBUTING.md and ↵ | Even Rouault | |
| docs/source/contributing.rst to doc/source/development/for_proj_contributors.rst | |||
| 2018-03-15 | Add a for_proj_contributors.rst to document cppcheck, CSA and fix_typos.sh ↵ | Even Rouault | |
| (fixes #862) | |||
| 2018-03-15 | Doc: replace UTF-8 space by regular space to avoid confusing sphynx | Even Rouault | |
| 2018-03-14 | Fix Debian package name | Bas Couwenberg | |
| On Debian/Ubuntu the `proj-bin` package provides the commandline utilities, and `libproj-dev` the library headers and `.so` symlinks, the `-dev` required to build software that links to libproj. | |||
| 2018-03-13 | Add install section to docs | Kristian Evers | |
| 2018-03-13 | Fix table on alsk doc-page | Kristian Evers | |
| 2018-03-12 | Add info tables to doc-pages for aitoff, alsk and apian | Kristian Evers | |
| 2018-03-11 | Add doc page for Albers Equal Area | Kristian Evers | |
| 2018-03-11 | Various typo fixes | Even Rouault | |
| 2018-03-11 | Merge pull request #847 from kbevers/proj_strerrno | Kristian Evers | |
| Add proj_errno_string function | |||
| 2018-03-09 | Add proj_errno_string function | Kristian Evers | |
| Equivalent to pj_strerrno. | |||
| 2018-03-08 | Use consistent names for PJ_COORD's in declarations | Kristian Evers | |
| Changes use of 'PJ_COORD coo' to 'PJ_COORD coord' so that variable names in public function prototypes are consistent. Closes #842. | |||
| 2018-03-06 | fix a few typos (again) | Mike Toews | |
| 2018-03-01 | Update download links | Kristian Evers | |
| 2018-02-28 | Move 'Coordinate operations' to top level of docs [skip ci] | Kristian Evers | |
| 2018-02-28 | Fix links in doc pages [skip ci] | Kristian Evers | |
| 2018-02-28 | Add section on PROJ resource files to docs [skip ci] | Kristian Evers | |
| Added new section on PROJ resource files to the top level of the documentation. Moved information on init-file from the 'usage' chapter to the new section. Also moved pages on grids and HTPD to the new resource files section. Finally links and information on the new regional datumgrids packages is added. | |||
| 2018-02-27 | Add cct description to index | Thomas Knudsen | |
| 2018-02-27 | Add usage description for the cct program | Thomas Knudsen | |
| 2018-02-27 | Wrong URL for i-cubed | Thomas Knudsen | |
| 2018-02-23 | datatypes.rst: linuistics + INFO datatypes | Thomas Knudsen | |
| Some minor linguistic corrections + general update to make the documentation reflect the updates in PR #775 | |||
| 2018-02-23 | Merge remote-tracking branch 'osgeo/master' into docs-release-4.10.0 | Kristian Evers | |
| 2018-02-23 | Tidy a few typos | Mike Toews | |
| 2018-02-19 | Added background info to API migration guide [skip ci]. | Kristian Evers | |
| Brazenly stolen from mailing list post by Thomas Knudsen [0] and modified slightly to fit the context. [0] http://lists.maptools.org/pipermail/proj/2018-February/007995.html | |||
| 2018-02-19 | Change most occurences of PROJ.4 to PROJ [skip ci] | Kristian Evers | |
| 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). | |||
