You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.
On previous services, we were using HTTPie to provide examples in the documentation of the service.
On python, we use to have docstrings which are executable, and we could check if the doc was valid with the library we're creating.
I believe we can accomplish something similar here for the readinglist, with HTTPie examples tested automatically. We could even integrate that as a new target of or CI.
That would help us to be sure our documentation is up to date with the latest code.
What do you think?
The text was updated successfully, but these errors were encountered:
On previous services, we were using HTTPie to provide examples in the documentation of the service.
On python, we use to have docstrings which are executable, and we could check if the doc was valid with the library we're creating.
I believe we can accomplish something similar here for the readinglist, with HTTPie examples tested automatically. We could even integrate that as a new target of or CI.
That would help us to be sure our documentation is up to date with the latest code.
What do you think?
The text was updated successfully, but these errors were encountered: