summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* Add another monkey-patch for sphinx-automodapi instead of installing from git...Jordan Cook2021-08-231-2/+7
* 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 eas...Jordan Cook2021-08-202-31/+5
* 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 out...Jordan Cook2021-08-201-0/+11
* More info and editing for Readme introJordan Cook2021-08-201-4/+7
* Add more detailed installation info and conda-forge badgeJordan Cook2021-08-201-21/+29
* s/whitelist/allowlistJordan Cook2021-08-191-1/+1
* Put all links on main API Reference page into a single toctree, now that head...Jordan Cook2021-08-193-42/+33
* Format package + module doc headings to be more readableJordan Cook2021-08-192-3/+11
* Add a simplified package doc templateJordan Cook2021-08-191-0/+8
* Add simplified module doc templateJordan Cook2021-08-191-0/+18
* Add sphinx-automodapi extension to add summaries at the top of module docsJordan Cook2021-08-191-1/+19
* Format changelogJordan Cook2021-08-141-0/+1
* Exclude cache headers from cache key by defaultJordan Cook2021-08-142-0/+4
* Add docs + example script for custom cache keysJordan Cook2021-08-142-1/+52
* Update user guide and ReadmeJordan Cook2021-08-144-30/+49
* Add a project logoJordan Cook2021-08-147-11/+13
* Drop testing for requests <=0.21Jordan Cook2021-08-141-4/+0
* Add section to user guide listing latest compatible releases for older python...Jordan Cook2021-08-141-0/+13
* Drop support for python 3.6Jordan Cook2021-08-141-2/+2
* Add some more details to contributing guide, and add sample caches for 0.7 pa...Jordan Cook2021-08-102-9/+22
* Apply whitespace/EOF fixes and isort updatesJordan Cook2021-08-087-7/+7
* Use nox to replace docs/Makefile, runtests.sh, and other local dev tasksJordan Cook2021-08-081-23/+0
* Add example for using requests-cache with responsesJordan Cook2021-08-071-0/+10
* Add better examples for using requests-cache with requests-mockJordan Cook2021-08-072-35/+68
* More doc formatting and class/module linksJordan Cook2021-08-072-55/+101
* Remove some unnecessary escapesJordan Cook2021-08-061-4/+4
* Add doc section and sample response for YAML serializerJordan Cook2021-07-213-49/+88
* Add more libraries to 'Related Projects' pageJordan Cook2021-07-211-7/+22
* Add some missing modules to API docs, and some additional doc formattingJordan Cook2021-07-206-58/+80
* Convert docs from rST to MyST, and switch to Furo themeJordan Cook2021-07-0925-973/+975
* Fix RST errors in Custom SerializersParker Hancock2021-07-091-11/+12
* Some serialization fixes & updates:Jordan Cook2021-07-031-4/+10
* Add option to exclude expired responses in keys(), values(), and response_cou...Jordan Cook2021-07-031-0/+12
* Merge pull request #286 from parkerhancock/serialization_pipelinesJordan Cook2021-06-221-16/+54
|\
| * Added documentationParker Hancock2021-06-151-16/+54
* | Merge pull request #290 from glensc/patch-1Jordan Cook2021-06-171-1/+1
|\ \
| * | docs: Fix filter_by_size exampleElan Ruusamäe2021-06-171-1/+1
| |/
* | docs: Fix rendering of response attributesElan Ruusamäe2021-06-171-0/+1
|/
* Rename BaseSerializer methods to dumps/loadsJordan Cook2021-06-111-4/+2
* Add tests and docsJordan Cook2021-06-113-17/+140
* Add Dependabot V2 config, and bump some dev dependenciesJordan Cook2021-06-111-0/+1
* adding note about ignored_parameters being removed from cached request dataParker Hancock2021-06-031-2/+3
* add note in documentation regarding Request ParametersParker Hancock2021-06-031-7/+11
* Compatibility fixes for older requests versionsJordan Cook2021-05-231-0/+3