.editorconfig
.flake8
.gitignore
.gitlab-ci.yml
LICENSE
README.md
setup.cfg
setup.py
elisp/numpydoctor.el
numpydoctor/__init__.py
numpydoctor/__main__.py
numpydoctor/application.py
numpydoctor/ast_tools.py
numpydoctor/docstring_tools.py
numpydoctor/type_tools.py
numpydoctor.egg-info/PKG-INFO
numpydoctor.egg-info/SOURCES.txt
numpydoctor.egg-info/dependency_links.txt
numpydoctor.egg-info/entry_points.txt
numpydoctor.egg-info/requires.txt
numpydoctor.egg-info/top_level.txt
test/test_application.py
test/test_ast_tools.py
test/test_docstring_tools.py
test/test_type_tools.py
test/_fixtures/pymodule.py
test/_fixtures/pymodule_fill_missing.py
test/_fixtures/pymodule_fix.py