We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12d0c4 commit 3498b31Copy full SHA for 3498b31
cylc/sphinx_ext/cylc_lang/autodocumenters.py
@@ -250,17 +250,6 @@ def doc_spec(spec):
250
return ret
251
252
253
-class Doc(ViewList):
254
- """Convenience wrapper for ViewList to allow us to use it to
255
- collect lines of RST, with options to underline."""
256
- def append(self, text, underline=None):
257
- super().append(text, '', 1)
258
- if underline:
259
- super().append(underline * len(text), '', 1)
260
- super().append('', '', 1)
261
-
262
263
-class CylcAutoDirective(Directive):
264
"""Auto-documenter for Parsec configuration schemas.
265
266
This implementation translates a Parsec ``SPEC`` into an RST document then
0 commit comments