-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some of the content went into various rst files in `docs/`
- Loading branch information
1 parent
15645d8
commit f462b4c
Showing
5 changed files
with
65 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,7 @@ Notes | |
on_meta_dot_json | ||
making_links_to_existing_content | ||
wishlist | ||
unit_tests | ||
|
||
|
||
Useful links | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Unit tests | ||
============== | ||
|
||
This library comes with several test pages/assignments: | ||
|
||
* pages: | ||
|
||
* `plain_text` -- source is just plain old text. start simple, ya know? | ||
* `uses_latex` -- a page that contains latex math | ||
* `has_remote_images` -- a page that has remote images embedded | ||
* `has_local_images` -- a page that uses local images | ||
* `uses_droplets` -- a page using [the Droplets framework from UWEX](https://media.uwex.edu/app/droplets/index.html). | ||
* `uses_droplets_via_style` -- a page using [the Droplets framework from UWEX](https://media.uwex.edu/app/droplets/index.html). The code enabling Droplets comes from a header/footer contained in a style folder. The main purpose of this test page is the header/footer style thing. | ||
|
||
* assignments: | ||
* `programming_assignment` -- an assignment that has a local image | ||
|
||
The above list is not exhaustive. |