Skip to content

Commit c00fddb

Browse files
committed
DOC: changing the 3D geometry documentation to sphinx
1 parent 81ab771 commit c00fddb

File tree

6 files changed

+221
-292
lines changed

6 files changed

+221
-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 ../../documentation/docs/Geometry.md 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 ../../documentation/docs/Geometry.md 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.

0 commit comments

Comments
 (0)