copier_python_docs#

Documentation tools.

Submodules#

Package Contents#

Functions#

chdir_docs

Ensure we are in the docs directory and return the root directory.

get_root

Get the project root directory.

Data#

DOCS

Docs directory.

PYPROJECT

Path to pyproject.toml.

CHECKS

Checks for the root directory.

API#

copier_python_docs.DOCS#

‘Path(…)’

Docs directory.

copier_python_docs.PYPROJECT#

‘Path(…)’

Path to pyproject.toml.

copier_python_docs.CHECKS#

None

Checks for the root directory.

copier_python_docs.chdir_docs() pathlib.Path#

Ensure we are in the docs directory and return the root directory.

copier_python_docs.get_root() pathlib.Path#

Get the project root directory.