module utils.doc_helper#

Short summary#

module onnxcustom.utils.doc_helper

Helpers to improve documentation rendering.

source on GitHub

Functions#

function

truncated documentation

fix_link_operator_md

The redering of file Operator.md breaks links. This …

Documentation#

Helpers to improve documentation rendering.

source on GitHub

The redering of file Operator.md breaks links. This function restores some of them.

Parameters:

markdown – a string or a filename

Returns:

modified content

source on GitHub