summaryrefslogtreecommitdiff
path: root/requests_cache/patcher.py
Commit message (Collapse)AuthorAgeFilesLines
* Demote most logging.info statements to debugJordan Cook2021-04-101-1/+1
|
* Improvements to Sphinx documentation:Jordan Cook2021-04-031-19/+22
| | | | | | | | | | | | | | * Use sphinx-apidoc to auto-generate sources for backend modules * Still manually adding other modules for more control over formatting * Add a couple more contributors I missed * Include contributors on readthedocs * Add 'all' Makefile target and clean auto-generated docs * Remove unused build targets in Makefile * Update interpshinx links that have moved * Fix some interpshinx links * Fix some `:ref:` links using auto-generated labels (and some manually added labels where convenient) * Fix some docstring formatting * Fix remaining build warnings
* Split 'core' module into 'session' and 'patcher' modules; keep placeholder ↵Jordan Cook2021-04-021-0/+131
'core' module for backwards-compatibility