summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor refresh/revalidate behaviorJordan Cook2022-04-092-29/+51
* Add example of loading settings from a config fileJordan Cook2022-04-011-20/+38
* Update docs, doc dependencies, changelog, and contributorsJordan Cook2022-04-016-27/+45
* More code cleanup and commentsJordan Cook2022-03-291-2/+2
* Add a 'Choosing a Backend' section to docsJordan Cook2022-03-171-3/+23
* Swap out appdirs for platformdirsJordan Cook2022-03-141-2/+2
* Add another article linkJordan Cook2022-03-141-0/+1
* Add support for Cache-Control: only-if-cached and corresponding options for r...Jordan Cook2022-03-112-0/+57
* Update changelog, docs, and bump versionJordan Cook2022-03-113-9/+9
* Change wording a bit on cache header behaviorJordan Cook2022-02-241-9/+8
* Update license, and remove (redundant?) copyright from Sphinx doc footerJordan Cook2022-02-151-1/+1
* Fix serialization in filesystem backend with binary content that is also vali...Jordan Cook2022-02-151-4/+7
* Add documentation example for backtesting with time-machineJordan Cook2022-02-151-0/+14
* Use only integers for expire_after values in tests and docsJordan Cook2022-02-151-3/+3
* 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 instea...Jordan Cook2021-09-182-4/+7
* Vectorize logo, color it to match light/dark theme colors on rtd, and add mod...Jordan Cook2021-09-1813-3/+368
* 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 Cache-C...Jordan Cook2021-09-062-4/+4
* 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 (backwards-...Jordan Cook2021-09-061-4/+4
* 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 b...Jordan Cook2021-08-301-1/+1
* 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
* Misc user guide edits/formattingJordan Cook2021-08-261-39/+42
* More docs on cache options; for clarity, refer to cache key behavior as 'requ...Jordan Cook2021-08-262-55/+129
* Add more notes on when to not use monkey-patchingJordan Cook2021-08-261-13/+22