aboutsummaryrefslogtreecommitdiff
path: root/pydoc.py
AgeCommit message (Expand)Author
2022-02-10merge CONTRIBUTING.md into README.mdMartin Fischer
2022-02-09fix pydoc.py failing when module is skippedMartin Fischer
2022-02-08add more sphinx_inventory_urlsMartin Fischer
2022-02-08stop requiring py:module in sphinx inventoryMartin Fischer
2022-02-08add sphinx_inventory_url for flaskMartin Fischer
2022-02-08skip package if sphinx inventory lookup failedMartin Fischer
2022-02-08format with blackMartin Fischer
2022-02-08refactor: introduce system_for_sphinx_inventory helper functionMartin Fischer
2022-02-08add todoMartin Fischer
2022-02-08consider all modules that contain an object from a sphinx inventory publicMartin Fischer
2022-02-08skip inventory_url if it doesn't contain py:moduleMartin Fischer
2022-02-08add sphinx_inventory_url for babelMartin Fischer
2022-02-08derive API visibility from Sphinx inventory filesMartin Fischer
2022-02-08combine packages.txt & overrides.toml to packages.tomlMartin Fischer
2022-02-08refactor: rename packages variable to package_pathsMartin Fischer
2022-02-08create start pageMartin Fischer
2022-02-08support single-file packagesMartin Fischer
2022-02-07detect package_dir from setup.cfgMartin Fischer
2022-02-07check find_packages even when not running pydoctorMartin Fischer
2022-02-07support .zip archivesMartin Fischer
2022-02-07make docformat default to restructuredtextMartin Fischer
2022-02-07initial commitMartin Fischer