| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-12 | Complete overhaul of the website frontpage | Kristian Evers | |
| Removed everything but the leading introduction and added release history from 5.0.0 and on. | |||
| 2018-05-12 | Create "Community" section at top level of docs | Kristian Evers | |
| Mailing list section from frontpage moved to the new section. So is the contributing and for_proj_contributors pages. | |||
| 2018-05-09 | Remove PDF download link to download section | Kristian Evers | |
| 2018-05-07 | Change duplicate doc entry of proj_lp_dist() to proj_lpz_dist() | Kristian Evers | |
| 2018-05-05 | replace: son -> child | mwtoews | |
| 2018-05-05 | cs2cs usage: remove note about non-existant -b -i -o options. | mwtoews | |
| 2018-05-05 | cct usage: add 'I' to docs, re-order usage to same as docs | mwtoews | |
| 2018-05-05 | proj usage: remove unused 'c', add 'vV' to invproj | mwtoews | |
| 2018-05-05 | fix typos | mwtoews | |
| 2018-05-05 | Use formatting similar to used in original manuals | mwtoews | |
| Minor rephrasing for better reading. Split -[w|W]<n> into two options. | |||
| 2018-05-05 | normalise whitespace - most content untouched | mwtoews | |
| 2018-05-01 | Merge pull request #968 from mwtoews/doc-update | Kristian Evers | |
| Fix syntax in RST tables | |||
| 2018-05-02 | Fix syntax in RST tables | mwtoews | |
| 2018-05-01 | Fix bad formatting | Kristian Evers | |
| 2018-05-01 | Fix typo in project URL | Kristian Evers | |
| 2018-04-30 | Remove duplicate lonlat doc page | Kristian Evers | |
| 2018-04-30 | Refactor operation doc pages | Kristian Evers | |
| Extended the use of the :option: directive to all currently written operation doc pages. In the process several more default parameters were added for easy inclusion in other doc pages. Expanded the info tables for each operation with "domain", "alias", "input type" and "output type". Corrected various errors along the way. Mainly formatting errors and references to invalid parameters such as +sym in hatano. | |||
| 2018-04-30 | Merge remote-tracking branch 'osgeo/master' into doc-improvements | Kristian Evers | |
| 2018-04-23 | Restore project as PROJ.4 | mwtoews | |
| No distinction is required between version and release. Disable default highlight_language (was effectively Python) | |||
| 2018-04-22 | Change title and author to reflect CITATION | mwtoews | |
| 2018-04-22 | Conditional content for index section, using only directive | mwtoews | |
| Test status and coverage content should be shown for HTML. PDF documentation does not to self-reference itself. | |||
| 2018-04-22 | Use utf8 option for inputenc instead of utf8x | mwtoews | |
| 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-22 | Fix subtle typo in table syntax | mwtoews | |
| 2018-04-22 | Improve grammar and use hyphen-minus for latex | mwtoews | |
| 2018-04-22 | Rename various Sphinx docs from PROJ.4 to PROJ | mwtoews | |
| This also includes the PDF manual, Qt help file, man pages, etc. | |||
| 2018-04-15 | Update aeqd docs with note of area of use for +guam option | Kristian Evers | |
| 2018-04-12 | Move logging functions to proj.h API | Kristian Evers | |
| 2018-04-12 | Add --skip-lines option to cct | Kristian Evers | |
| With this it is possible to skip the header when transforming coordinates from a file. | |||
| 2018-04-12 | Update docs for nsper | Kristian Evers | |
| 2018-04-12 | Add description of projection and +lat_b parameter | Kristian Evers | |
| 2018-04-12 | Add webmerc projection | Even Rouault | |
| 2018-04-12 | Fix bad example in eqc docs | Kristian Evers | |
| 2018-04-12 | Override style of Sphinx versionmodified directives so they stand out more ↵ | Kristian Evers | |
| clearly in the text | |||
| 2018-04-03 | Add 'echo' and 'skip' command to gie docs | Kristian Evers | |
| 2018-04-03 | Add yyyymmdd temporal unit to unitconvert docs | Kristian Evers | |
| 2018-04-03 | Update documentation for 5.0.1 | Kristian Evers | |
| 2018-03-31 | Merge remote-tracking branch 'osgeo/master' into doc-improvements | Kristian Evers | |
| 2018-03-31 | Use Sphinx option directives to document PROJ options | Kristian Evers | |
| Instead of listing the various projection options in a table we write them as :option: tags instead. This makes it easier to write a more elaborate description of the parameter. Additionally we can create "master"-description of commonly used parameters such as +lon_0 and +k_0 and include them where necessary. This is handled in separate files, one for each common parameters, that are stored in docs/source/operations/options/. | |||
| 2018-03-31 | Improve PDF docs slightly | Kristian Evers | |
| 2018-03-30 | Improve log and documentation regarding t_obs in helmert and deformation ↵ | Even Rouault | |
| operations | |||
| 2018-03-29 | Fix a few formatting errors | Kristian Evers | |
| 2018-03-28 | Add default values to +lon_0 and +lat_0 options in ortho docs | Kristian Evers | |
| 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. | |||
