An open API service indexing awesome lists of open source software.

https://github.com/leanprover/verso

Lean documentation authoring tool
https://github.com/leanprover/verso

Last synced: about 2 months ago
JSON representation

Lean documentation authoring tool

Awesome Lists containing this project

README

          

# Verso Manual HTML

This directory contains the Verso user's guide in HTML format. To read
it, you'll need a local web server. Python ships with one, which can
be run as follows:

```
python3 -m http.server 8080
```

Then, open `http://localhost:8080` to read the document.