Changes between Version 3 and Version 4 of How to document the quickstart file
- Timestamp:
- 04/12/18 13:09:06 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
How to document the quickstart file
v3 v4 19 19 * Words surrounded by `| |` are Sphinx variables 20 20 21 Most of those variable points to data collected into a file called `projects_info.csv` that you can find at the root of the documentation folder: [https://github.com/OSGeo/OSGeoLive-doc/blob/b1d9cce02535fd75e9b891ebaea379103ab831bb/projects_info.csv ]22 23 It can be a good idea to fill this file first before writing the quickstart page. How to fill `projects_info.csv` is explained here : https://trac.osgeo.org/osgeolive/wiki/How%20to%20configure%20a%20project%20documentation24 25 21 ||= Variable =||= Example =||= Action =|| 26 22 || @LOGO_<slug>@ || `@LOGO_udig@` || Gets the logo image of the project if it exists || … … 30 26 || @SCREENSHOT_<slug>@ || `@SCREENSHOT_udig@` || Places the screenshot to a given standard size || 31 27 || |version-<slug>| || `|version-udig|` || Project's version defined into `projects_info.csv` 28 29 30 Most of those variable points to data collected into a file called `projects_info.csv` that you can find at the root of the documentation folder: [https://github.com/OSGeo/OSGeoLive-doc/blob/b1d9cce02535fd75e9b891ebaea379103ab831bb/projects_info.csv ] 31 32 It can be a good idea to fill this file first before writing the quickstart page. How to fill `projects_info.csv` is explained here : https://trac.osgeo.org/osgeolive/wiki/How%20to%20configure%20a%20project%20documentation 33 32 34 33 35