mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
Fix sphinx issues in docs
This commit is contained in:
parent
3452c3acd1
commit
ab7eb3e5df
@ -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
|
||||||
|
@ -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`
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user