-
Notifications
You must be signed in to change notification settings - Fork 543
Add context to dated information #1013
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add context to dated information #1013
Conversation
f8c1fe6
to
27e59b9
Compare
27e59b9
to
213db93
Compare
Is there someway to make the data references machine parseable? We could then write a simple tool to remind us when references are ~6 months old, and we should check it they’re still true. |
I think this would fall under the general problem of automating keeping documentation and code in sync, and I would love to have a conversation about that. |
If we make sure that they are always of the form "as of {month} {year}" then we could use a simple regex to extract them. |
Added this bit |
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
Searching for references to "future" and "currently", these non-contextualized (context-free? isolated?) sections have been identified and modified.
In addition, the About This Guide and Contributing sections have been updated to reflect our policy of trying to contextualize future additions to the guide.