From 83da8ccd5716f5be19f9be8e36949c58a3f741eb Mon Sep 17 00:00:00 2001 From: brandjon Date: Wed, 18 Apr 2018 07:35:15 -0700 Subject: Fix anchors for docstring section RELNOTES: None PiperOrigin-RevId: 193354556 --- site/docs/skylark/skylint.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/docs/skylark/skylint.md b/site/docs/skylark/skylint.md index 8a18cfa599..73fbd51172 100644 --- a/site/docs/skylark/skylint.md +++ b/site/docs/skylark/skylint.md @@ -95,9 +95,10 @@ See [documentation on depsets](depsets.md) for background and examples of use. ### Docstrings - + + -Categories: [missing-docstring] [bad-docstring-format] +Categories: [missing-module-docstring] [missing-function-docstring] [bad-docstring-format] The Skylark conventions for docstrings are similar to the [the Python conventions](https://google.github.io/styleguide/pyguide.html?showone=Comments#Comments). -- cgit v1.2.3