8000 GitHub - ekgame/uiua-doc-gen: Documentation generator for Uiua
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ekgame/uiua-doc-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Documentation generator for Uiua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0