-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also add a rudimentary example port of Shakespeare's Othello to the doc folder. Useful for benchmarking and probably testing HTML generation in the future. This just kept growing and I had to keep fixing pylint/pytest failures. Really should have made a branch and done it in a bunch of commits, then squashed later on if necessary - oh well. Closes #11 Under #18, some work on that got stuck here
- Loading branch information
Showing
62 changed files
with
8,174 additions
and
712 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
Large diffs are not rendered by default.
Oops, something went wrong.
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,13 @@ | ||
\header[aliases] | ||
|
||
\def_alias[B; Brabantio] | ||
\def_alias[BI; Bianca] | ||
\def_alias[C; Cassio] | ||
\def_alias[D; Desdemona] | ||
\def_alias[E; Emilia] | ||
\def_alias[G; Gratiano] | ||
\def_alias[I; Iago] | ||
\def_alias[L; Lodovico] | ||
\def_alias[M; Montano] | ||
\def_alias[O; Othello] | ||
\def_alias[R; Roderigo] |
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 @@ | ||
\header[dictionary] |
Oops, something went wrong.