-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace unicode chars that RST auto-substitutes (#406)
To check for unicode characters, one can run: `find source/docs -name "*.rst" | xargs grep -P '[^\x00-\x7F]'`. It may be prudent to remove all unicode characters, but this commit only removes curly quotes, en/em-dashes, non-breaking spaces, and ellipses, for which RST has simple substitutions from ASCII.
- Loading branch information
1 parent
eef780c
commit 23a644f
Showing
59 changed files
with
275 additions
and
275 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.