Fix sphinx issues in docs

This commit is contained in:
ErikKalkoken 2021-02-17 09:35:18 +01:00
parent 3452c3acd1
commit ab7eb3e5df
3 changed files with 7 additions and 6 deletions

View File

@ -14,7 +14,7 @@ models
=========== ===========
.. autoclass:: allianceauth.notifications.models.Notification .. autoclass:: allianceauth.notifications.models.Notification
:members: view, set_level, LEVEL_CHOICES :members: LEVEL_CHOICES, mark_viewed, set_level
:undoc-members: :undoc-members:
managers managers

View File

@ -49,4 +49,5 @@ Auto Groups are configured via models in the Admin Interface, a user will requir
| eve_autogroups.delete_autogroupsconfig | Can delete model | None. | | eve_autogroups.delete_autogroupsconfig | Can delete model | None. |
+-------------------------------------------+------------------+----------------+ +-------------------------------------------+------------------+----------------+
``` ```
There exists more models that will be automatically created and maintained by this module, they do not require end-user/admin interaction. `managedalliancegroup` `managedcorpgroups` There exists more models that will be automatically created and maintained by this module, they do not require end-user/admin interaction. `managedalliancegroup` `managedcorpgroups`

View File

@ -38,14 +38,14 @@ To install we need a copy of the server. You can find the latest version from [t
Download the server, replacing the link with the link you got earlier. Download the server, replacing the link with the link you got earlier.
```url ```text
http://dl.4players.de/ts/releases/3.13.2/teamspeak3-server_linux_amd64-3.13.2.tar.bz2 http://dl.4players.de/ts/releases/3.13.2/teamspeak3-server_linux_amd64-3.13.2.tar.bz2
``` ```
Now we need to extract the file. Now we need to extract the file.
```bash ```bash
tar -xf teamspeak3-server_linux_amd64-3.1.0.tar.bz2 tar -xf teamspeak3-server_linux_amd64-3.1.0.tar.bz2
``` ```
### Create User ### Create User