Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ hidden_tocitem
Method
hidden_tocitem
awscli/botocore/docs/bcdoc/style.py:357–359 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
355
self.doc.write(
' :hidden:\n\n'
)
356
357
def
hidden_tocitem(self, item):
358
if
self.doc.target ==
'html'
:
359
self.tocitem(item)
360
361
def
table_of_contents(self, title=None, depth=None):
362
self.doc.write(
'.. contents:: '
)
Callers
nothing calls this directly
Calls
1
tocitem
Method · 0.95
Tested by
no test coverage detected