Skip to content

Commit

Permalink
update docs readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bagustris committed Apr 18, 2024
1 parent f06664e commit 3250e2a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,12 @@ After that, check the built HTML in `build/html/index.html`
firefox build/html/index.html
```

## Generate RST files from docstring

To generate RST files from docstring, you can use the following command:

```bash
sphinx-apidoc -f -o source/ ../nkululeko/
```

If found any issues, please report them [here](https://github.com/felixbur/nkululeko/issues).

0 comments on commit 3250e2a

Please sign in to comment.