Skip to content

Commit 96e7b8c

Browse files
axel-grcSimonRit
authored andcommitted
DOC: Changing the 3D geometry documentation to sphinx
1 parent 274242c commit 96e7b8c

File tree

7 files changed

+234
-292
lines changed

7 files changed

+234
-292
lines changed

applications/rtksimulatedgeometry/rtksimulatedgeometry.ggo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package "rtksimulatedgeometry"
2-
purpose "Creates an RTK geometry file from simulated/regular trajectory. See https://www.openrtk.org/Doxygen/DocGeo3D.html for more information."
2+
purpose "Creates an RTK geometry file from simulated/regular trajectory. See https://docs.openrtk.org/en/latest/documentation/docs/Geometry.html for more information."
33

44
option "verbose" v "Verbose execution" flag off
55
option "config" - "Config file" string no

applications/rtksimulatedgeometry/rtksimulatedgeometry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
def main():
77
# Argument parsing
88
parser = argparse.ArgumentParser(description=
9-
"Creates an RTK geometry file from simulated/regular trajectory. See https://www.openrtk.org/Doxygen/DocGeo3D.html for more information.")
9+
"Creates an RTK geometry file from simulated/regular trajectory. See https://docs.openrtk.org/en/latest/documentation/docs/Geometry.html for more information.")
1010

1111
parser.add_argument('--nproj', '-n', type=int, help='Number of projections')
1212
parser.add_argument('--output', '-o', help='Output file name')

documentation/Doxygen/rtkThreeDCircularProjectionGeometry.dox

Lines changed: 0 additions & 289 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*!
2+
* \page DocGeo3D RTK 3D circular projection geometry
3+
*
4+
* This documentation page has been moved to a <a
5+
* href="https://docs.openrtk.org/en/latest/documentation/docs/Geometry.html">user
6+
* documentation page</a>.
7+
* */

0 commit comments

Comments
 (0)