#094
gdtest_source_branch
OK
CONFIG
Tests source.branch: develop config
Tests source.branch: 'develop' override. Source links should point to the 'develop' branch instead of auto-detected main/master. Two functions (read_data, write_data) with NumPy docs.
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
K2
K2source.branch overrideconfig
Source Files
gdtest_source_branch/
__init__.py
"""Package testing source.branch develop config."""
__version__ = "0.1.0"
__all__ = ["read_data", "write_data"]
def read_data(path: str) -> str:
"""
Read data from a file path.
Parameters
----------
path
The file path to read from.
Returns
-------
str
The file contents.
"""
return ""
def write_data(path: str, data: str) -> None:
"""
Write data to a file path.
Parameters
----------
path
The file path to write to.
data
The data to write.
"""
passREADME.md
# gdtest-source-branch Tests source.branch: develop config.
great-docs.yml
source: branch: develop