Skip to content

Commit

Permalink
Add a user readme
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Jul 29, 2024
1 parent 582c802 commit 258443b
Show file tree
Hide file tree
Showing 22 changed files with 290 additions and 43 deletions.
Binary file removed assets/images/camera-overlays.png
Binary file not shown.
Binary file added assets/images/leds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added assets/images/optional-rendering.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added assets/images/reduced-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/reduced_settings.png
Binary file not shown.
File renamed without changes
Binary file added assets/images/restore-camera-overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/robot-bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/robot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/time-controls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/ui-overview-unannotated.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/ui-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/ultrasound.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file removed assets/images/webots_overview.png
Binary file not shown.
File renamed without changes
Binary file removed assets/images/zone_folder.png
Binary file not shown.
330 changes: 287 additions & 43 deletions assets/user_readme.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions scripts/generate_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
subprocess.run(
[
"pandoc",
"--toc", # Add a table of contents
"--from", "gfm+definition_lists", # Use GitHub Flavored Markdown
"--shift-heading-level-by=-1", # Make the level 1 heading the title
"--self-contained", # Embed images in the HTML
"--metadata",
'pagetitle="title"',
Expand Down

0 comments on commit 258443b

Please sign in to comment.