Commit 41a242b
authored
Merge pull request #1049 from cderici/documentation-add-user-api
#1049
#### Description
Apparently we don't have the user api in [pylibjuju documentation](https://pythonlibjuju.readthedocs.io/en/latest/api/modules.html). This adds `juju.user` module to the Sphinx build for the User api to be auto generated among all the other modules.
#### QA Steps
No functionality changes. Watch the doc build and make sure the `juju.user` page is within the Public API section, containing docstrings for all the functions in `juju.user` module.
You can also locally test this, get the changes, and run `make docs`, and check the `docs/_build/api` and make sure you have the `juju.user.html` generated.2 files changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments