Skip to content
BeeWare Docs
2025.12.3.29402.dev1

BeeWare Docs Tools Demo section one: page two

Navigation should render at the bottom of the page; "BeeWare Docs Tools Demo Section One" should be on the left, "Section Two" should be on the right. The footer should be below the navigation links. This confirms the theme configuration has been applied.

Class reference documentation

The following should show the reference documentation for the DocsTest class, located in docs_test.py, in the src/beeware_docs_tools directory. This verifies that the source code directory symlinking is working properly.

beeware_docs_tools.docs_test.DocsTest

DocsTest(arg1: int, arg2: int = 42, **kwargs)

This is the test class.

PARAMETER DESCRIPTION
arg1

A value.

TYPE: int

arg2

A value with a default.

TYPE: int DEFAULT: 42

kwargs

keyword arguments

DEFAULT: {}

attribute property

attribute: int

This is a test attribute.

method

method(arg1: int, arg2: int = 42, **kwargs)

This is a test method.

PARAMETER DESCRIPTION
arg1

A value.

TYPE: int

arg2

A value with a default.

TYPE: int DEFAULT: 42

kwargs

keyword arguments

DEFAULT: {}

Macro functionality

The following should say 'Brutus says "Hello world!"'. This confirms that global variables and macros defined via MkDocs-Macros are available.

Brutus says "Hello world!"