-
Notifications
You must be signed in to change notification settings - Fork 40
Minor documentation updates for eregs clear command #361
Comments
Good point about Heads up that the way all of that is stored will be changing soon(-ish) as part of #356. We had a file-system based system for quite a while but are migrating to using Django's models (including proper foreign key dependencies), which should make a lot of this code easier to understand. |
Thanks for the quick response, @cmc333333. My bad re: diff directory structure, I was looking at the |
Doc update is in PR #363. |
#361: removing deprecated --http_cache parameter
#363 resolved, thanks again! |
While reviewing the behavior of the
eregs clear
command, I noticed two minor documentation updates that can be made.When running
eregs clear --help
, I believe the following output refers to a regulation part rather than title onclear.py
:19:And in the "Parsing New Rules" documentation's "Fetching the Rule" section, there's mention of a
--http-cache
parameter which does not look like it's recognized anymore. It looks like thehttp_client
's cache is always cleared onclear.py
:31.I'll return to this and put together a pull request.
The text was updated successfully, but these errors were encountered: