commit | 49b26fa517165f991c35a4afcbef1fcb26836bec | [log] [tgz] |
---|---|---|
author | larryhastings <larry@hastings.org> | Sat May 01 21:19:24 2021 -0700 |
committer | GitHub <noreply@github.com> | Sat May 01 21:19:24 2021 -0700 |
tree | 1dd85a398089b1f909365d3bf9c38339f4c93db8 | |
parent | 318ca1764ca02692e19e5ea05078281b93c8106a [diff] [blame] |
bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746) Add "Annotations Best Practices" HOWTO doc.
diff --git a/Doc/howto/index.rst b/Doc/howto/index.rst index e0dacd2..eae8f14 100644 --- a/Doc/howto/index.rst +++ b/Doc/howto/index.rst
@@ -30,4 +30,5 @@ ipaddress.rst clinic.rst instrumentation.rst + annotations.rst