-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Pandoc for converting Github Markdown into docstring RST
* Proof of concept usage of pandoc * Regenerate opset * Use gfm instead of markdown format Seems like it mostly affects usage of unicode chars (like for ellipsis, quotes) - it leaves them as ASCII instead. * Use simple replace to preserve Tensor<T> notation * Point relative hyperlinks to current onnx/docs * Fix indents when docstring isn't generated * Add comment to pandoc req * Batch pandoc calls for ~9x faster runtime * Move pandoc import to call site * Move pandoc import further down * Don't parametrise on separator Co-authored-by: Jakub Bachurski <[email protected]>
- Loading branch information
1 parent
27707ce
commit 4942117
Showing
5 changed files
with
4,115 additions
and
2,418 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.