.flake8
.gitignore
AUTHORS
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
dev-requirements.txt
pytest.ini
readthedocs.yml
rtd-requirements.txt
setup.py
tox.ini
.github/workflows/python-package.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/src/times_two.m
docs/src/times_two_napoleon.m
sphinxcontrib/__init__.py
sphinxcontrib/mat_directives.py
sphinxcontrib/mat_documenters.py
sphinxcontrib/mat_lexer.py
sphinxcontrib/mat_types.py
sphinxcontrib/matlab.py
sphinxcontrib_matlabdomain.egg-info/PKG-INFO
sphinxcontrib_matlabdomain.egg-info/SOURCES.txt
sphinxcontrib_matlabdomain.egg-info/dependency_links.txt
sphinxcontrib_matlabdomain.egg-info/namespace_packages.txt
sphinxcontrib_matlabdomain.egg-info/not-zip-safe
sphinxcontrib_matlabdomain.egg-info/requires.txt
sphinxcontrib_matlabdomain.egg-info/top_level.txt
tests/test_autodoc.py
tests/test_duplicated_link.py
tests/test_lexer.py
tests/test_matlabify.py
tests/test_package_links.py
tests/test_package_prefix.py
tests/test_parse_mfile.py
tests/test_pymat.py
tests/test_pymat_common_root.py
tests/roots/test_autodoc/Makefile
tests/roots/test_autodoc/conf.py
tests/roots/test_autodoc/index.rst
tests/roots/test_autodoc/make.bat
tests/roots/test_autodoc/target/ClassExample.m
tests/roots/test_duplicate_link/.gitignore
tests/roots/test_duplicate_link/Makefile
tests/roots/test_duplicate_link/base.rst
tests/roots/test_duplicate_link/conf.py
tests/roots/test_duplicate_link/groups.rst
tests/roots/test_duplicate_link/index.rst
tests/roots/test_duplicate_link/make.bat
tests/roots/test_duplicate_link/_src/+replab/Domain.m
tests/roots/test_duplicate_link/_src/+replab/FiniteGroup.m
tests/roots/test_duplicate_link/_src/+replab/Group.m
tests/roots/test_duplicate_link/_src/+replab/Monoid.m
tests/roots/test_duplicate_link/_src/+replab/NiceFiniteGroup.m
tests/roots/test_package_links/Makefile
tests/roots/test_package_links/conf.py
tests/roots/test_package_links/contents.rst
tests/roots/test_package_links/make.bat
tests/roots/test_package_links/+replab/Action.m
tests/roots/test_package_links/+replab/Str.m
tests/roots/test_package_prefix/Makefile
tests/roots/test_package_prefix/conf.py
tests/roots/test_package_prefix/index.rst
tests/roots/test_package_prefix/make.bat
tests/roots/test_package_prefix/+package/func.m
tests/roots/test_package_prefix/+package/+subpkg/func.m
tests/roots/test_pymat/Makefile
tests/roots/test_pymat/conf.py
tests/roots/test_pymat/index.rst
tests/roots/test_pymat/make.bat
tests/roots/test_pymat/matsrc/func.m
tests/roots/test_pymat/pysrc/func.py
tests/roots/test_pymat_common_root/Makefile
tests/roots/test_pymat_common_root/conf.py
tests/roots/test_pymat_common_root/index.rst
tests/roots/test_pymat_common_root/make.bat
tests/roots/test_pymat_common_root/base/MatlabClass.m
tests/roots/test_pymat_common_root/base/PythonClass.py
tests/roots/test_pymat_common_root/base/__init__.py
tests/test_data/Application.mlapp
tests/test_data/Bool.m
tests/test_data/ClassAbstract.m
tests/test_data/ClassBySource.m
tests/test_data/ClassContainingParfor.m
tests/test_data/ClassExample.m
tests/test_data/ClassInheritHandle.m
tests/test_data/ClassLongProperty.m
tests/test_data/ClassWithAttributes.m
tests/test_data/ClassWithBuiltinOverload.m
tests/test_data/ClassWithBuiltinProperties.m
tests/test_data/ClassWithCommentHeader.m
tests/test_data/ClassWithDoubleQuotedString.m
tests/test_data/ClassWithDummyArguments.m
tests/test_data/ClassWithEllipsisProperties.m
tests/test_data/ClassWithEndOfLineComment.m
tests/test_data/ClassWithEnumMethod.m
tests/test_data/ClassWithErrors.m
tests/test_data/ClassWithEvent.m
tests/test_data/ClassWithEventMethod.m
tests/test_data/ClassWithFunctionArguments.m
tests/test_data/ClassWithFunctionVariable.m
tests/test_data/ClassWithGetMethod.m
tests/test_data/ClassWithGetterSetter.m
tests/test_data/ClassWithLineContinuation.m
tests/test_data/ClassWithMethodAttributes.m
tests/test_data/ClassWithMethodsWithSpaces.m
tests/test_data/ClassWithNameMismatch.m
tests/test_data/ClassWithPropertyAttributes.m
tests/test_data/ClassWithStringEllipsis.m
tests/test_data/ClassWithStrings.m
tests/test_data/ClassWithUndocumentedMembers.m
tests/test_data/ClassWithUnknownAttributes.m
tests/test_data/ClassWithoutIndent.m
tests/test_data/PropTypeOld.m
tests/test_data/ValidateProps.m
tests/test_data/f_example.m
tests/test_data/f_inputargs_error.m
tests/test_data/f_no_input_no_output_no_parentheses.m
tests/test_data/f_with_comment_header.m
tests/test_data/f_with_dummy_argument.m
tests/test_data/f_with_function_variable.m
tests/test_data/f_with_latin_1.m
tests/test_data/f_with_name_mismatch.m
tests/test_data/f_with_nested_function.m
tests/test_data/f_with_string_ellipsis.m
tests/test_data/f_with_utf8.m
tests/test_data/readme.txt
tests/test_data/script.m
tests/test_data/script_with_comment_header.m
tests/test_data/script_with_comment_header_2.m
tests/test_data/script_with_comment_header_3.m
tests/test_data/script_with_comment_header_4.m
tests/test_data/+package/package_func.m
tests/test_data/@ClassFolder/ClassFolder.m
tests/test_data/@ClassFolder/a_static_func.m
tests/test_data/@ClassFolder/classMethod.m
tests/test_data/submodule/ClassInheritDifferentModules.m
tests/test_data/submodule/TestFibonacci.m
tests/test_data/submodule/f_comment_after_docstring.m
tests/test_data/submodule/f_docstring_no_newline.m
tests/test_data/submodule/f_ellipsis_after_equals.m
tests/test_data/submodule/f_ellipsis_empty_output.m
tests/test_data/submodule/f_ellipsis_in_comment.m
tests/test_data/submodule/f_ellipsis_in_input.m
tests/test_data/submodule/f_ellipsis_in_output.m
tests/test_data/submodule/f_ellipsis_in_output_multiple.m
tests/test_data/submodule/f_empty_output.m
tests/test_data/submodule/f_no_docstring.m
tests/test_data/submodule/f_no_input.m
tests/test_data/submodule/f_no_input_parentheses.m
tests/test_data/submodule/f_no_output.m
tests/test_data/submodule/f_no_spaces.m
tests/test_data/submodule/f_with_tabs.m
tests/test_docs/Makefile
tests/test_docs/conf.py
tests/test_docs/index.rst
tests/test_docs/make.bat