Skip to content

Commit

Permalink
add(README) # Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Aire-One committed Oct 21, 2021
1 parent cd600b0 commit 5b278ac
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,18 @@ A declarative API to connect signals for the AwesomeWM.

It completes the native `gears.signal` module to make signal connection easier
to manage.

# Documentation

API references for the latest release are available at https://aire-one.github.io/awesome-slot/index.html.

It is also possible to manually build the documentation locally using ldoc. The
documentation content is part of the source code, and all configurations needed
are provided by the `config.ld` file. To generate documentation, you need to
run :

```sh
ldoc .
```

The documentation site will be generated in the `doc` directory.

0 comments on commit 5b278ac

Please sign in to comment.