-
-
Notifications
You must be signed in to change notification settings - Fork 50
Labels
MLIRAnything related to MLIRAnything related to MLIRdocumentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
Background
CMake uses add_mlir_doc(...) to generate dialect and interface docs, but they aren’t surfaced in our docs site yet.
Problem
Users can’t easily find dialect/op/interface documentation.
Proposal:
- Update CMake/docs to copy or build generated docs into
docs/_build(or Sphinx sources), and link them fromdocs/mlir.md.
Examples:
add_mlir_doc(MQTRefOps MLIRMQTRefDialect Dialects/ -gen-dialect-doc)
add_mlir_doc(MQTRefInterfaces MLIRMQTRefInterfaces Dialects/ -gen-op-interface-docs)Acceptance criteria:
- Generated artifacts included in published docs; navigation links present.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
MLIRAnything related to MLIRAnything related to MLIRdocumentationImprovements or additions to documentationImprovements or additions to documentation