index
:
pydoc.dev
master
Consistent API docs for Python inspired by docs.rs.
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2022-02-08
derive API visibility from Sphinx inventory files
Martin Fischer
2022-02-08
combine packages.txt & overrides.toml to packages.toml
Martin Fischer
2022-02-08
refactor: rename packages variable to package_paths
Martin Fischer
2022-02-08
add scrapy
Martin Fischer
2022-02-08
create start page
Martin Fischer
2022-02-08
support single-file packages
Martin Fischer
2022-02-08
add bottle
Martin Fischer
2022-02-07
improve deploy.sh
Martin Fischer
2022-02-07
format deploy.sh
Martin Fischer
2022-02-07
add *.pyc to .gitignore
Martin Fischer
2022-02-07
detect package_dir from setup.cfg
Martin Fischer
2022-02-07
check find_packages even when not running pydoctor
Martin Fischer
Helps finding package detection problems.
2022-02-07
support .zip archives
Martin Fischer
For some reason the numpy source dist uses .zip.
2022-02-07
add babel, djanog, docutils, markdown, mistletoe, numpy, sqlalchemy
Martin Fischer
2022-02-07
add click, jinja2, mako, pygments, sphinx & werkzeug
Martin Fischer
2022-02-07
make docformat default to restructuredtext
Martin Fischer
2022-02-07
initial commit
Martin Fischer