---------------------------------------------------------------------- This is the API documentation for the gdtest_directives library. ---------------------------------------------------------------------- ## Functions Utility functions process(data: list) -> list Process data using the current pipeline. Parameters ---------- data The data to process. Returns ------- list A processed copy. %versionadded 2.0 %versionchanged 2.1 Returns a copy. %deprecated 3.0 Use `new_process` instead. %note Inline note. %warning Multiline warning. Preserve this paragraph. %caution Inline caution. %danger Inline danger. %important Inline important. %tip Inline tip. %hint Inline hint.