aboutsummaryrefslogtreecommitdiff
path: root/docs/source
AgeCommit message (Collapse)Author
2018-05-23gie roundtrip: Expand the 3 cases for the argsKurt Schwehr
2018-05-19Add documentation for Include What You Use (IWYU) (#1006)Kurt Schwehr
Docs requested in discussion of #1000
2018-05-14Revert "Set projection plot scale to 100% for better PDF output"Kristian Evers
This had unexpected side-effects when building the HTML docs on Travis compared to locally. The correct solution would be to set different scaling depending on the output. This reverts commit 325477ed0fac2c9233c2f6a2b7bb4125e04df24c.
2018-05-14Set projection plot scale to 100% for better PDF outputKristian Evers
2018-05-12Improve PDF generation of docsKristian Evers
Removed content sections from a bunch of pages since they clutter up the PDF output and the same info is available in the sidebar of the webpage. A few sections has been turned of for the PDF output, most notable the front page of the webpage. It doesn't really fit in the PDF.
2018-05-12Remove annotations from old version of exampleKristian Evers
2018-05-12Update install doc page with build instructionsKristian Evers
Also added more possible ways to install from package managers. Removed links to externally build binaries from download page.
2018-05-12Add about section to docsKristian Evers
Short description of PROJ. Citation section added from README. License moved from it's own page to a section on the about page.
2018-05-12Complete overhaul of the website frontpageKristian Evers
Removed everything but the leading introduction and added release history from 5.0.0 and on.
2018-05-12Create "Community" section at top level of docsKristian Evers
Mailing list section from frontpage moved to the new section. So is the contributing and for_proj_contributors pages.
2018-05-09Remove PDF download link to download sectionKristian Evers
2018-05-07Change duplicate doc entry of proj_lp_dist() to proj_lpz_dist()Kristian Evers
2018-05-05replace: son -> childmwtoews
2018-05-05cs2cs usage: remove note about non-existant -b -i -o options.mwtoews
2018-05-05cct usage: add 'I' to docs, re-order usage to same as docsmwtoews
2018-05-05proj usage: remove unused 'c', add 'vV' to invprojmwtoews
2018-05-05fix typosmwtoews
2018-05-05Use formatting similar to used in original manualsmwtoews
Minor rephrasing for better reading. Split -[w|W]<n> into two options.
2018-05-05normalise whitespace - most content untouchedmwtoews
2018-05-01Merge pull request #968 from mwtoews/doc-updateKristian Evers
Fix syntax in RST tables
2018-05-02Fix syntax in RST tablesmwtoews
2018-05-01Fix bad formattingKristian Evers
2018-05-01Fix typo in project URLKristian Evers
2018-04-30Remove duplicate lonlat doc pageKristian Evers
2018-04-30Refactor operation doc pagesKristian 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-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-22Conditional content for index section, using only directivemwtoews
Test status and coverage content should be shown for HTML. PDF documentation does not to self-reference itself.
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-22Fix subtle typo in table syntaxmwtoews
2018-04-22Improve grammar and use hyphen-minus for latexmwtoews
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-15Update aeqd docs with note of area of use for +guam optionKristian Evers
2018-04-12Move logging functions to proj.h APIKristian Evers
2018-04-12Add --skip-lines option to cctKristian Evers
With this it is possible to skip the header when transforming coordinates from a file.
2018-04-12Update docs for nsperKristian Evers
2018-04-12Add description of projection and +lat_b parameterKristian Evers
2018-04-12Add webmerc projectionEven Rouault
2018-04-12Fix bad example in eqc docsKristian Evers
2018-04-12Override style of Sphinx versionmodified directives so they stand out more ↵Kristian Evers
clearly in the text
2018-04-03Add 'echo' and 'skip' command to gie docsKristian Evers
2018-04-03Add yyyymmdd temporal unit to unitconvert docsKristian Evers
2018-04-03Update documentation for 5.0.1Kristian Evers
2018-03-31Merge remote-tracking branch 'osgeo/master' into doc-improvementsKristian Evers
2018-03-31Use Sphinx option directives to document PROJ optionsKristian 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-31Improve PDF docs slightlyKristian Evers
2018-03-30Improve log and documentation regarding t_obs in helmert and deformation ↵Even Rouault
operations
2018-03-29Fix a few formatting errorsKristian Evers
2018-03-28Add default values to +lon_0 and +lat_0 options in ortho docsKristian Evers