Package snippet

Snippet provides a way to extract code snippet so that they can be inserted in documentation.

Expand source code
#
# Copyright (C) 2020 Arm Mbed. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
"""Snippet provides a way to extract code snippet so that they can be inserted in documentation."""
from snippet._version import __version__

Sub-modules

snippet.api

Code Snippet APIs.

snippet.cli

CLI definition.

snippet.config

Definition of the configuration of snippet.

snippet.exceptions

Snippet exceptions.

snippet.snippet

Text snippet extractor.

snippet.workflow

Definition of the full workflow.