Skip to content

Commit 7f31193

Browse files
committed
simplify test data
1 parent 34d287e commit 7f31193

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

quartodoc/tests/test_validation.py

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

44
EXAMPLE_SECTIONS = [
55
{'title': 'Preperation Functions',
6-
'desc': 'These functions fetch and analyze python objects, including parsing docstrings.\nThey prepare a basic representation of your doc site that can be rendered and built.\n',
6+
'desc': 'Functions that fetch and analyze python objects.\nThey prepare a basic representation of your doc 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',
@@ -15,9 +15,9 @@
1515
{'name': 'MdRenderer.summarize', 'dynamic': True}]
1616
},
1717
{'title': 'API Builders',
18-
'desc': 'Builders are responsible for building documentation. They tie all the pieces\nof quartodoc together, and can be defined in your _quarto.yml config.\n',
19-
'contents': [{'kind': 'auto', 'name': 'Builder', 'members': []},
20-
'Builder.from_quarto_config', 'Builder.build', 'Builder.write_index', 'Builder.write_doc_pages', 'Builder.write_sidebar', 'Builder.create_inventory']
18+
'desc': 'Builders are responsible for building documentation. They tie all the pieces\nof quartodoc together.\n',
19+
'contents': [{'kind': 'auto', 'name': 'Builder', 'members': []},
20+
'Builder.from_quarto_config', 'Builder.build', 'Builder.write_index', 'Builder.write_doc_pages', 'Builder.write_sidebar', 'Builder.create_inventory']
2121
},
2222
]
2323

0 commit comments

Comments
 (0)