SchrodingerZhu / ReuseIR

Reuse Analysis in MLIR and Rust. Functional programming meets performance.
Apache License 2.0
15 stars 0 forks source link

[ReuseIR][Documentation] Create and deploy documentation page for ReuseIR #69

Closed Lancern closed 2 months ago

Lancern commented 2 months ago

We need a documentation page that hosts docs generated automatically by MLIR tablegen, which should at least cover the attributes, types, passes, and operations defined in ReuseIR. The documentation page may additionally contain extra pages rendered from markdown files in the source tree (for example, the documentation of the ReuseIR frontend and runtime should also be included).

Some examples from other MLIR dialects:

Most MLIR dialect docs, including the MLIR official docs, use Hugo together with this Hugo template.

Some immediate works required:

Lancern commented 2 months ago

Close as completed.