#122
gdtest_attribution_on
OK
CONFIG
Attribution enabled (default): footer should contain 'Site created with Great Docs (v...)' after the author line.
Attribution enabled (default): footer should include 'Site created with Great Docs (v...)' after the author line.
Build Mode
● Has great-docs.yml
This package ships a pre-supplied config.
The great-docs init step is skipped and
great-docs build uses the spec-defined configuration directly.
Tests specific config options and their rendered output.
Dimensions
K14 K48
K14multiple authorsconfig
K48attribution: true (default)config
Source Files
gdtest_attribution_on/
__init__.py
"""Attribution on test package."""
core.py
"""Core functions."""
def greet(name: str) -> str:
"""Greet someone by name.
Parameters
----------
name : str
The name to greet.
Returns
-------
str
A greeting string.
"""
return f"Hello, {name}!"great-docs.yml
authors: - name: Test Author