Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revise
annotations.py
with new generic container types. (#755)
* Update normalizers.rst * Update normalizers.rst * Update point.rst add .. autoclass:: BasePoint to Reference section. * Update point.rst Correct last commit to autoclass:: BasePoint * Update conf.py Add intersphinx mapping to python 3 inventory. * Add new module for type annotation definitions. * Add type annotations and edit/add documentation. * Update font.py Correct import error. * fixed name discrepancy in defaultLayer properties. * Fix name discrepancy in defaultLayer properties. * Add overview and reference items. * Edit minor details. * Change to . * Revert "Change to ." This reverts commit e7152b0. i# * Changed type.py to types.py and updtated font.py accordingly. * Recommitting due to error. * - Update _getReverseComponentMapping and _getReverseComponentMapping methods in base/layer.py and fontshell/layer.py to return mappings to tuple. - Update base/layer.py with doc revisions and type annotations. - Update layer.rst accordingly. - Fix link to fontParts.world in various .rst files. * Revise documentation. * Add annotations.py. * Remove types.py. * Revise documentation. * Fixed type annotation. * Add documentation tools folder and module for docstring generation. * vert "Add documentation tools folder and module for docstring generation." This reverts commit fa52b70. * Add docstring generation module. * Refacor extraction of exceptions and normalizers with new CodeAnalyzer class. * Add type annotation. * Update fonttools from 4.53.1 to 4.54.1 (#746) * Revise and add annotation and documentation. - add Interpolatable protocol and compatible type variable to `annotations.py` - add and improve annotations and documentation in `base.py` * correct naming error. * Add/improve documentation. * Add documentation regarding review to `rererence` function. * Add/improve documentation. * Update base.py (#750) * update docstrings of `base.reference` and `BaseBPoint.type`. * Revise `annotations.py` with new generic container types. * Revert "Update documentation (#739)" This reverts commit 3d67a1d. * Resolve merge conflicts. * Add Sublime Text project folders. * Add Sublime Text project folders. * Remove unnecessary list comprehensions. * Remove Sublime Text project files. * Solve merge conflict. * Resolve merge conflicts. * Add Sublime Text project folders. * Resolve merge conflicts. * Resolve merge conflicts. * Resolve merge conflicts. * Add type aliases and improve names. * Revise type annotation in accordance with changes in `annotations.py` * Correct naming errors. * Tweak error message language * Fix type * Remove list comprehensions --------- Co-authored-by: pyup.io bot <[email protected]> Co-authored-by: Ben Kiel <[email protected]> Co-authored-by: Ben Kiel <[email protected]>
- Loading branch information