forked from JoFrhwld/FAVE
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate documentation from ReStructured Text to MarkDown #1
Merged
chrisbrickhouse
merged 22 commits into
chrisbrickhouse:master
from
JoFrhwld:feature/newdocs
Sep 28, 2022
Merged
Migrate documentation from ReStructured Text to MarkDown #1
chrisbrickhouse
merged 22 commits into
chrisbrickhouse:master
from
JoFrhwld:feature/newdocs
Sep 28, 2022
Conversation
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
Bug fixes for custom dictionaries
(cherry picked from commit 6bc72a4)
Update documentation for FAVE 2: * Include warning for old users on reading migration guide. * Write migration guide with FAQ * Simplify TOC code * Add index.rst for code and usage sections of docs * Add sphinx-project module into conf to make doc updates easier
This commit adds some testing for the cmudictionary.py module. In testing cmudictionary.CMU_Dictionary.add_dictionary_entries() a bug was uncovered in .check_transcription() which caused the output file to have more spaces than necessary. The cause was that function did not split the phone string when it was supposed to. This commit fixes the error and includes the test to prevent regression.
An error in cmudictionary.py caused add_dict to be overwritten and change type when a transcribed word was not in the cmu dictionary and had not yet been added to the output dictionary. This led to an obvious type error and a not obvious failure to add custom dictionaries. This commit fixes the issue by adding the given word as a key to add_dict and adds a test to prevent regressions. Resolves #59
commit 6bc72a4 Author: Christian Brickhouse <brickhouse@stanford.edu> Date: Wed Aug 17 23:10:36 2022 -0700 Update deps, expand author info in toml commit 694ba50 Author: Christian Brickhouse <brickhouse@stanford.edu> Date: Wed Aug 17 23:09:34 2022 -0700 Bump version to 2.0.2-dev commit 716f95e Author: Christian Brickhouse <brickhouse@stanforf.edu> Date: Wed Aug 17 22:43:25 2022 -0700 Fix unintended overwrite of add_dict An error in cmudictionary.py caused add_dict to be overwritten and change type when a transcribed word was not in the cmu dictionary and had not yet been added to the output dictionary. This led to an obvious type error and a not obvious failure to add custom dictionaries. This commit fixes the issue by adding the given word as a key to add_dict and adds a test to prevent regressions. Resolves #59 commit 40503a6 Author: Christian Brickhouse <brickhouse@stanforf.edu> Date: Wed Aug 17 22:31:34 2022 -0700 Add cmu_dict... test and fix write error This commit adds some testing for the cmudictionary.py module. In testing cmudictionary.CMU_Dictionary.add_dictionary_entries() a bug was uncovered in .check_transcription() which caused the output file to have more spaces than necessary. The cause was that function did not split the phone string when it was supposed to. This commit fixes the error and includes the test to prevent regression.
chrisbrickhouse
changed the title
rst to md
Migrate documentation from ReStructured Text to MarkDown
Sep 28, 2022
The Github workflow uses the requirements.txt to figure out what dependencies are needed for the documentation build.
chrisbrickhouse
pushed a commit
that referenced
this pull request
Oct 10, 2022
mean_stdv should ignore None or np.NAN
chrisbrickhouse
added a commit
that referenced
this pull request
Oct 10, 2022
squashed commit of: ipa column aeh to ae: working on docs markdown depend ipa column aeh to ae: poetry lock woes move from rst to myst conversion cleanup Add myst-parser to docs/requirements.txt for build The Github workflow uses the requirements.txt to figure out what dependencies are needed for the documentation build. Migrate documentation from ReStructured Text to MarkDown (#1) * readme * ipa column * aeh to ae: * working on docs * markdown depend * Update deps, expand author info in toml (cherry picked from commit 6bc72a4) * Docs: write migration guide and doc updates Update documentation for FAVE 2: * Include warning for old users on reading migration guide. * Write migration guide with FAQ * Simplify TOC code * Add index.rst for code and usage sections of docs * Add sphinx-project module into conf to make doc updates easier * Add cmu_dict... test and fix write error This commit adds some testing for the cmudictionary.py module. In testing cmudictionary.CMU_Dictionary.add_dictionary_entries() a bug was uncovered in .check_transcription() which caused the output file to have more spaces than necessary. The cause was that function did not split the phone string when it was supposed to. This commit fixes the error and includes the test to prevent regression. * Fix unintended overwrite of add_dict An error in cmudictionary.py caused add_dict to be overwritten and change type when a transcribed word was not in the cmu dictionary and had not yet been added to the output dictionary. This led to an obvious type error and a not obvious failure to add custom dictionaries. This commit fixes the issue by adding the given word as a key to add_dict and adds a test to prevent regressions. Resolves JoFrhwld#59 * Squashed commit of the following: commit 6bc72a4 Author: Christian Brickhouse <brickhouse@stanford.edu> Date: Wed Aug 17 23:10:36 2022 -0700 Update deps, expand author info in toml commit 694ba50 Author: Christian Brickhouse <brickhouse@stanford.edu> Date: Wed Aug 17 23:09:34 2022 -0700 Bump version to 2.0.2-dev commit 716f95e Author: Christian Brickhouse <brickhouse@stanforf.edu> Date: Wed Aug 17 22:43:25 2022 -0700 Fix unintended overwrite of add_dict An error in cmudictionary.py caused add_dict to be overwritten and change type when a transcribed word was not in the cmu dictionary and had not yet been added to the output dictionary. This led to an obvious type error and a not obvious failure to add custom dictionaries. This commit fixes the issue by adding the given word as a key to add_dict and adds a test to prevent regressions. Resolves JoFrhwld#59 commit 40503a6 Author: Christian Brickhouse <brickhouse@stanforf.edu> Date: Wed Aug 17 22:31:34 2022 -0700 Add cmu_dict... test and fix write error This commit adds some testing for the cmudictionary.py module. In testing cmudictionary.CMU_Dictionary.add_dictionary_entries() a bug was uncovered in .check_transcription() which caused the output file to have more spaces than necessary. The cause was that function did not split the phone string when it was supposed to. This commit fixes the error and includes the test to prevent regression. * not appropriate to log git versions anymore * fixing a copy-paste error from elsewhere * fixing the tqdm pbar update * updating * ipa column * aeh to ae: * poetry lock woes * move from rst to myst * conversion cleanup * Add myst-parser to docs/requirements.txt for build The Github workflow uses the requirements.txt to figure out what dependencies are needed for the documentation build. Co-authored-by: Christian Brickhouse <brickhouse@stanford.edu> Co-authored-by: Christian Brickhouse <brickhouse@stanforf.edu> Update deps, expand author info in toml
chrisbrickhouse
added a commit
that referenced
this pull request
Oct 10, 2022
squashed commit of: ipa column aeh to ae: working on docs markdown depend ipa column aeh to ae: poetry lock woes move from rst to myst conversion cleanup Add myst-parser to docs/requirements.txt for build The Github workflow uses the requirements.txt to figure out what dependencies are needed for the documentation build. Migrate documentation from ReStructured Text to MarkDown (#1) * readme * ipa column * aeh to ae: * working on docs * markdown depend * Update deps, expand author info in toml (cherry picked from commit 6bc72a4) * Docs: write migration guide and doc updates Update documentation for FAVE 2: * Include warning for old users on reading migration guide. * Write migration guide with FAQ * Simplify TOC code * Add index.rst for code and usage sections of docs * Add sphinx-project module into conf to make doc updates easier * Add cmu_dict... test and fix write error This commit adds some testing for the cmudictionary.py module. In testing cmudictionary.CMU_Dictionary.add_dictionary_entries() a bug was uncovered in .check_transcription() which caused the output file to have more spaces than necessary. The cause was that function did not split the phone string when it was supposed to. This commit fixes the error and includes the test to prevent regression. * Fix unintended overwrite of add_dict An error in cmudictionary.py caused add_dict to be overwritten and change type when a transcribed word was not in the cmu dictionary and had not yet been added to the output dictionary. This led to an obvious type error and a not obvious failure to add custom dictionaries. This commit fixes the issue by adding the given word as a key to add_dict and adds a test to prevent regressions. Resolves JoFrhwld#59 * Squashed commit of the following: commit 6bc72a4 Author: Christian Brickhouse <brickhouse@stanford.edu> Date: Wed Aug 17 23:10:36 2022 -0700 Update deps, expand author info in toml commit 694ba50 Author: Christian Brickhouse <brickhouse@stanford.edu> Date: Wed Aug 17 23:09:34 2022 -0700 Bump version to 2.0.2-dev commit 716f95e Author: Christian Brickhouse <brickhouse@stanforf.edu> Date: Wed Aug 17 22:43:25 2022 -0700 Fix unintended overwrite of add_dict An error in cmudictionary.py caused add_dict to be overwritten and change type when a transcribed word was not in the cmu dictionary and had not yet been added to the output dictionary. This led to an obvious type error and a not obvious failure to add custom dictionaries. This commit fixes the issue by adding the given word as a key to add_dict and adds a test to prevent regressions. Resolves JoFrhwld#59 commit 40503a6 Author: Christian Brickhouse <brickhouse@stanforf.edu> Date: Wed Aug 17 22:31:34 2022 -0700 Add cmu_dict... test and fix write error This commit adds some testing for the cmudictionary.py module. In testing cmudictionary.CMU_Dictionary.add_dictionary_entries() a bug was uncovered in .check_transcription() which caused the output file to have more spaces than necessary. The cause was that function did not split the phone string when it was supposed to. This commit fixes the error and includes the test to prevent regression. * not appropriate to log git versions anymore * fixing a copy-paste error from elsewhere * fixing the tqdm pbar update * updating * ipa column * aeh to ae: * poetry lock woes * move from rst to myst * conversion cleanup * Add myst-parser to docs/requirements.txt for build The Github workflow uses the requirements.txt to figure out what dependencies are needed for the documentation build. Co-authored-by: Christian Brickhouse <brickhouse@stanford.edu> Co-authored-by: Christian Brickhouse <brickhouse@stanforf.edu> Update deps, expand author info in toml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Markdown format for docs via myst