From 881e493907dfaba58466649cb2a5911693936aa5 Mon Sep 17 00:00:00 2001 From: Andrew Su Date: Fri, 19 Apr 2024 16:00:44 -0700 Subject: [PATCH] Update citations.md - clarify cache location --- basics/citations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/citations.md b/basics/citations.md index 5d451aa..c5efefc 100644 --- a/basics/citations.md +++ b/basics/citations.md @@ -252,4 +252,4 @@ Metasources like ORCID update over time as you publish new sources. As such, the ## Cache -If you have many sources, generating the citations for all of them can take a while. To save time, the cite process keeps a time-to-live cache for Manubot/ORCID/etc. network requests. If a cached response hasn't expired, it is used instead of making a new request. To clear this, simply delete the cache file in `_cite`. You can also customize the default expire times in the Python code in `_cite`. +If you have many sources, generating the citations for all of them can take a while. To save time, the cite process keeps a time-to-live cache for Manubot/ORCID/etc. network requests. If a cached response hasn't expired, it is used instead of making a new request. To clear this, simply delete the cache directory `_cite/.cache`. You can also customize the default expire times in the Python code in `_cite`.