Skip to content

Commit

Permalink
Guide readme + cleaning repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed May 12, 2024
1 parent ad19981 commit be7145a
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions guide/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
book
src/examples/*.png
17 changes: 17 additions & 0 deletions guide/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Cushy User Guide

The Cushy user guide contains examples that are generated using Cushy's virtual
recorder functionality. To build this guide:

1. Install mdbook and mdbook-variables
2. Capture examples:

```sh
CAPTURE=1 cargo test -p guide-examples --examples
```

3. Build the guide:

```sh
mdbook build guide
```
Empty file added guide/src/examples/.gitkeep
Empty file.
Binary file removed guide/src/examples/align.png
Binary file not shown.
Binary file removed guide/src/examples/composition_makewidget.png
Binary file not shown.
Binary file removed guide/src/examples/composition_widget.png
Binary file not shown.
Binary file removed guide/src/examples/composition_wrapperwidget.png
Binary file not shown.
Binary file removed guide/src/examples/hello_world.png
Binary file not shown.
Binary file removed guide/src/examples/intro.png
Binary file not shown.
Binary file removed guide/src/examples/thread_progress.png
Binary file not shown.

0 comments on commit be7145a

Please sign in to comment.