Skip to content

Commit

Permalink
Add a user facing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Jul 29, 2024
1 parent 479e5d6 commit 0d7d190
Show file tree
Hide file tree
Showing 21 changed files with 295 additions and 32 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ Of the the folders that are not included in the release, the `tests` folder cont
12. ~~setup script~~
13. ~~releases~~
14. documentation
1. dev setup
1. ~~dev setup~~
2. user usage
3. how it works
3. ~~how it works~~
15. simulator tests
- vision position
- vision orientation
Expand Down
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.
Binary file added assets/images/open-with-python.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/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
Binary file added assets/images/python-unfound.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/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.
Binary file added assets/images/release-contents.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/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
File renamed without changes
320 changes: 290 additions & 30 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 0d7d190

Please sign in to comment.