BeeWare Docs Tools Demo section one¶
Non-homepage sidebar logo¶
The logo icon in the left sidebar should be small on all pages other than the homepage. The site title and version number should be rendered next to it with the site title in slightly larger font, and the version number in smaller font.
This verifies that the theme is being properly applied.
Include external markdown from a local file¶
The following section should have only a header, and a paragraph with inline code followed by a code block. There should be no text between the code block and the next header. This verifies that the external include extension is working with local files.
Test including local content¶
This content is being included from the local file. It
includes inline code and a code block.
def main():
pass
Include external markdown from a URL¶
The following section should have only a header, some text and a Markdown list.
This verifies that the external include extension is working, and that
url_download is enabled.
Test including remote content¶
This content is being included remotely via URL. It contains a Markdown list:
- List item 0
- List item 1
- List item 2
Footer navigation¶
Navigate to Section One - Page Two for the final check.