#documentation #documentation-generator #cli #uiua

app uiua-doc-gen

Documentation generator for Uiua libraries

9 releases

new 0.15.1 Apr 7, 2025
0.15.0 Feb 11, 2025
0.14.6 Dec 29, 2024
0.14.4 Nov 25, 2024

#1404 in Text processing

Download history 134/week @ 2024-12-09 23/week @ 2024-12-16 78/week @ 2024-12-23 30/week @ 2024-12-30 8/week @ 2025-01-06 2/week @ 2025-01-13 1/week @ 2025-02-03 119/week @ 2025-02-10 12/week @ 2025-02-17

519 downloads per month

MIT license

195KB
1.5K SLoC

uiua doc gen

This is a command line tool to generate documentation from your Uiua libraries.

Demo image

Limitations

This tool is still in development and has some limitations:

  • Only the declarations in lib.ua files are considered. If you import bindings from other files, they will not be displayed in this version.
  • There's only one theme available for the generated documentation.
  • Can not embed images yet.

Prerequisites

  • You need to have Rust installed in your system.
  • Your library must have a single lib.ua file in the root of the project with all the declarations.

Usage

  1. Install the package globally:

    cargo install uiua-doc-gen
    
  2. Open a terminal in the root of your Uiua project and run:

    uiua-doc-gen --name project-name
    
  3. The documentation will be generated in the doc-site folder.

Hosting on GitHub Pages

The generated website is a static site, so you can host it on GitHub Pages. To do that, follow the steps in the uiua-doc-gen-action repository.

Dependencies

~30–61MB
~1M SLoC