summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update changelogJordan Cook2021-12-021-2/+2
|
* Fix some typos in docs for custom serializers, and add a test for itJordan Cook2021-11-191-17/+12
|
* Add support for Cache-Control: immutableJordan Cook2021-10-231-0/+1
|
* Make per-request expiration thread-safe by passing via request headers ↵Jordan Cook2021-09-182-4/+7
| | | | instead of session attribute, and use Cache-Control request headers by default
* Vectorize logo, color it to match light/dark theme colors on rtd, and add ↵Jordan Cook2021-09-1813-3/+368
| | | | modified version to Readme
* Add note about ResourceWarnings to Troubleshooting sectionJordan Cook2021-09-181-2/+16
|
* Add some more links to 'Related Projects' pageJordan Cook2021-09-181-1/+4
|
* Use redirect in rtd config instead of placeholder 'advanced_usage' pageJordan Cook2021-09-081-5/+0
|
* Use sphinx_autodoc_typehints extension instead of autodoc's built-in type hintsJordan Cook2021-09-081-0/+4
|
* Fix a Sphinx warningJordan Cook2021-09-081-1/+2
|
* Compress and scale logo a bit moreJordan Cook2021-09-0813-4/+4
|
* Add a custom 404 pageJordan Cook2021-09-082-0/+8
|
* Add note to Troubleshooting section about deprecated importsJordan Cook2021-09-071-0/+1
|
* Update changelog and Readme linksv0.8.0Jordan Cook2021-09-071-6/+8
|
* Alias/rename old_data_on_error to stale_if_error for consistency with ↵Jordan Cook2021-09-062-4/+4
| | | | Cache-Control: stale-if-error (backwards-compatibile)
* Allow match_headers to optionally accept a list of specific headers to matchJordan Cook2021-09-062-11/+11
|
* Alias/rename 'include_get_headers' to 'match_headers' for clarity ↵Jordan Cook2021-09-061-4/+4
| | | | (backwards-compatibile)
* Format examplesJordan Cook2021-09-041-27/+28
|
* Add compatibility example with requests-oauthlibJordan Cook2021-09-041-0/+15
|
* Add compatibility example with requests-ratelimiterJordan Cook2021-09-041-2/+29
|
* Add link to example from Python Web Scraping bookJordan Cook2021-09-041-0/+1
|
* Revert renaming DynamoDB backend classes; a minor inconsistency is probably ↵Jordan Cook2021-08-301-1/+1
| | | | better than an unnecessary API change
* Some formatting for examplesJordan Cook2021-08-293-46/+33
|
* Minor edits for Readme and Related ProjectsJordan Cook2021-08-282-7/+9
|
* Move Roman's original Code Shelter note under Project Info docsJordan Cook2021-08-282-0/+25
|
* Move Code of Conduct with the rest of the 'project info' docsJordan Cook2021-08-281-3/+65
|
* Add some more troubleshooting info to docsJordan Cook2021-08-283-22/+59
|
* Add example with URL patternsJordan Cook2021-08-271-0/+13
|
* Add example with ThreadPoolExecutorJordan Cook2021-08-271-0/+13
|
* Fix a couple icon stylesJordan Cook2021-08-273-3/+3
|
* Add Font Awesome 5 icons to main page headersJordan Cook2021-08-2725-33/+47
|
* Add more details on troubleshooting & debuggingJordan Cook2021-08-2710-48/+113
|
* Reorganize user docs: break down User Guide and Advanced Usage sections into ↵Jordan Cook2021-08-2630-1238/+1256
| | | | smaller pages
* Misc user guide edits/formattingJordan Cook2021-08-261-39/+42
|
* More docs on cache options; for clarity, refer to cache key behavior as ↵Jordan Cook2021-08-262-55/+129
| | | | 'request matching', and selective caching options as 'cache filtering'
* Add more notes on when to not use monkey-patchingJordan Cook2021-08-261-13/+22
|
* Update Cache Headers section of User GuideJordan Cook2021-08-261-35/+64
|
* Add example to docs of exporting a cacheJordan Cook2021-08-251-5/+28
|
* Move 'Cache Files' docs that apply to both SQLite and Filesystem backends to ↵Jordan Cook2021-08-251-13/+115
| | | | main User Guide page
* Update Readme intro and link another article on examples pageJordan Cook2021-08-231-0/+1
|
* Add another monkey-patch for sphinx-automodapi instead of installing from ↵Jordan Cook2021-08-231-2/+7
| | | | git URL
* Make itsdangerous dependency optionalJordan Cook2021-08-211-0/+5
|
* Add CLI arg to benchmark script to select a backendJordan Cook2021-08-201-2/+2
|
* Better backend docsJordan Cook2021-08-202-31/+84
|
* Better serializer docsJordan Cook2021-08-202-3/+23
|
* Move autosummaries to module docstrings instead of template, to make them ↵Jordan Cook2021-08-202-31/+5
| | | | easier to customize
* Add logos & icons for backends & serializersJordan Cook2021-08-2031-0/+1
|
* Link to some articles & blog posts about requests-cache in the Examples sectionJordan Cook2021-08-201-8/+17
|
* Add warning for pre-release docs (formatted similarly to rtd warnings for ↵Jordan Cook2021-08-201-0/+11
| | | | outdated docs)
* More info and editing for Readme introJordan Cook2021-08-201-4/+7
|