Skip to content

Commit f8a300a

Browse files
committed
simplify test data
1 parent ac0208b commit f8a300a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quartodoc/tests/test_validation.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EXAMPLE_SECTIONS = [
55
{'title': 'Preperation Functions',
6-
'desc': 'Functions that fetch and analyze python objects.\nThey prepare a basic representation of your doc site.\n',
6+
'desc': 'Functions that fetch python objects.\nThey prepare a representation of your site.\n',
77
'contents': ['Auto', 'blueprint', 'collect', 'get_object', 'preview']},
88
{'title': 'Docstring Renderers',
99
'desc': 'Renderers convert parsed docstrings into a target format, like markdown.\n',
@@ -13,9 +13,9 @@
1313
{'name': 'MdRenderer.render_header', 'dynamic': True}]
1414
},
1515
{'title': 'API Builders',
16-
'desc': 'Builders are responsible for building documentation. They tie all the pieces\nof quartodoc together.\n',
16+
'desc': 'Builders build documentation. They tie all the pieces\nof quartodoc together.\n',
1717
'contents': [{'kind': 'auto', 'name': 'Builder', 'members': []},
18-
'Builder.from_quarto_config', 'Builder.build', 'Builder.write_index', 'Builder.write_doc_pages']
18+
'Builder.from_quarto_config', 'Builder.build', 'Builder.write_index']
1919
},
2020
]
2121

0 commit comments

Comments
 (0)