---------------------------------------------------------------------- This is the API documentation for the gdtest_flit library. ---------------------------------------------------------------------- ## Functions Utility functions compose(parts: list) -> str Compose parts into a document. Parameters ---------- parts List of document parts. Returns ------- str Composed document. publish(document: str, target: str = 'web') -> bool Publish a document to a target. Parameters ---------- document Document content. target Publication target (web, pdf, epub). Returns ------- bool True if published successfully.