-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bigtable: docs Snippet only includes half of documentation #7522
Comments
@sethtroisi Thanks for the report! @crwilcox, @theacodes This bug actually affetcs anywhere in Sphinx where we try to address snippets which re-use the same ID: the |
It doesn't seem to be a very wide spread problem
|
Looking for unmatched tags with
|
My inclination is to remove the assertions nested between the same-named blocks (perhaps moving them to the bottom, with assignments where needed). The snippets are certainly not functioning as unit tests, and their primary purpose is documentation, rather than system testing. |
Small problem with
snippets_table.py
forgoogle.cloud.bigtable.row.DirectRow.clear
documentation only showing half the example code (e.g. not actually showing the running of the clear command)This is because the test has two parts and the snippit is only including the first.
The text was updated successfully, but these errors were encountered: