Skip to content

Commit

Permalink
DOC : Changing the 3D geometry documentation to sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-grc committed Jan 6, 2025
1 parent 60ba980 commit 8b71694
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 292 deletions.
2 changes: 1 addition & 1 deletion applications/rtksimulatedgeometry/rtksimulatedgeometry.ggo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package "rtksimulatedgeometry"
purpose "Creates an RTK geometry file from simulated/regular trajectory. See https://www.openrtk.org/Doxygen/DocGeo3D.html for more information."
purpose "Creates an RTK geometry file from simulated/regular trajectory. See ../../documentation/docs/Geometry.md for more information."

option "verbose" v "Verbose execution" flag off
option "config" - "Config file" string no
Expand Down
2 changes: 1 addition & 1 deletion applications/rtksimulatedgeometry/rtksimulatedgeometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
def main():
# Argument parsing
parser = argparse.ArgumentParser(description=
"Creates an RTK geometry file from simulated/regular trajectory. See https://www.openrtk.org/Doxygen/DocGeo3D.html for more information.")
"Creates an RTK geometry file from simulated/regular trajectory. See ../../documentation/docs/Geometry.md for more information.")

parser.add_argument('--nproj', '-n', type=int, help='Number of projections')
parser.add_argument('--output', '-o', help='Output file name')
Expand Down
289 changes: 0 additions & 289 deletions documentation/Doxygen/rtkThreeDCircularProjectionGeometry.dox

This file was deleted.

Loading

0 comments on commit 8b71694

Please sign in to comment.