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-18
add LICENSE
HEAD
master
Martin Fischer
2022-02-13
set docformat to google for mistletoe
Martin Fischer
2022-02-10
fix sphinx_inventory_url of Django
Martin Fischer
2022-02-10
merge CONTRIBUTING.md into README.md
Martin Fischer
2022-02-10
remove no longer used overrides.toml
Martin Fischer
2022-02-10
add docspec
Martin Fischer
2022-02-09
fix pydoc.py failing when module is skipped
Martin Fischer
2022-02-08
add more sphinx_inventory_urls
Martin Fischer
2022-02-08
remove markdown
Martin Fischer
2022-02-08
stop requiring py:module in sphinx inventory
Martin Fischer
2022-02-08
add sphinx_inventory_url for flask
Martin Fischer
2022-02-08
skip package if sphinx inventory lookup failed
Martin Fischer
2022-02-08
format with black
Martin Fischer
2022-02-08
refactor: introduce system_for_sphinx_inventory helper function
Martin Fischer
2022-02-08
add todo
Martin Fischer
2022-02-08
consider all modules that contain an object from a sphinx inventory public
Martin Fischer
2022-02-08
add sphinx_inventory_url for bottle
Martin Fischer
2022-02-08
skip inventory_url if it doesn't contain py:module
Martin Fischer
2022-02-08
add inv2json.py util script
Martin Fischer
2022-02-08
add sphinx_inventory_url for babel
Martin Fischer
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