-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added demo doc and resources * Incorporated JPE's feedback * Update DEMO.rst * Updated demo * Moved files * Update DEMO_2.rst * Update DEMO_2.rst * Update DEMO_2.rst * Update DEMO_2.rst * Update DEMO_2.rst Todo: named arguments, check RST rendering * Update DEMO_2.rst * Update DEMO_2.rst * Update DEMO_2.rst * Update DEMO_2.rst * Update DEMO_2.rst * Update DEMO_2.rst * Update DEMO_2.rst * Changed file name to tutorial Plus other fixes * remove tests/BDD/features/normalization_file_handling.feature from .gitignore * proper restructuredtext + indentation, etc * Removed duplicate file and edits * Update tutorial.rst * Update tutorial.rst * add unit test, make error of file parsing more readable * Make opcode counts output (`--diffcounts`) more palatable in markdown and rst, some changes to tutorial... * add results for kaldi * add example cli output for worddiffs * bump version * Show inline terminal output in tutorial instead of image, add output for 2nd benchmark, add restructuredtext diff dialect, add css for terminal output * put all output in terminal container + lineblock * only build html for readthedocs * Add required version * documentatio config: use html_css_files * css file relative to static path * proper readthedocs conf * fancier terminal screens * improve terminal output: break on any char, remove unnecessary zerowidthspaces * final tutorial cleanup, add output for wer results, improve XML regex (to avoid eg. " is 5 < 6, or is 5 > 6" to filter out "< 6, or is 5 >") * use simpler rst notation for code blocks and inline code * use \\1e instead of r'\1e' (better for documentation) * Proper :param: doctags, use rtype or inline type definition in future * Further using the more readable :: syntax for code-blocks * add_zero_width_space not used, set default sphinx highlight language to none * remove hard-wrap op text
- Loading branch information
1 parent
748c33f
commit 1799f46
Showing
35 changed files
with
2,237 additions
and
133 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,3 @@ venv/ | |
ENV/ | ||
env.bak/ | ||
venv.bak/ | ||
|
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 |
---|---|---|
@@ -1,4 +1,10 @@ | ||
version: 2 | ||
|
||
python: | ||
version: 3.7 | ||
install: | ||
- requirements: docs/requirements.txt | ||
|
||
formats: | ||
- htmlzip | ||
- epub |
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 |
---|---|---|
@@ -1 +1 @@ | ||
1.0rc5 | ||
1.0rc6 |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.