Skip to content

Commit 3498b31

Browse files
authored
Update cylc/sphinx_ext/cylc_lang/autodocumenters.py
1 parent f12d0c4 commit 3498b31

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

cylc/sphinx_ext/cylc_lang/autodocumenters.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -250,17 +250,6 @@ def doc_spec(spec):
250250
return ret
251251

252252

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):
264253
"""Auto-documenter for Parsec configuration schemas.
265254
266255
This implementation translates a Parsec ``SPEC`` into an RST document then

0 commit comments

Comments
 (0)