mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 14:55:09 +01:00
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into v3.x
This commit is contained in:
36
docs/development/tech_docu/api/discord_client.rst
Normal file
36
docs/development/tech_docu/api/discord_client.rst
Normal file
@@ -0,0 +1,36 @@
|
||||
======================
|
||||
Discord Client
|
||||
======================
|
||||
|
||||
AA contains a web client for interacting with the Discord API. This client can be used independently from an installed Discord service in AA.
|
||||
|
||||
Location: ``allianceauth.services.modules.discord.discord_client``
|
||||
|
||||
.. contents:: :local:
|
||||
|
||||
|
||||
client
|
||||
======
|
||||
|
||||
.. automodule:: allianceauth.services.modules.discord.discord_client.client
|
||||
:members:
|
||||
|
||||
models
|
||||
======
|
||||
|
||||
.. automodule:: allianceauth.services.modules.discord.discord_client.models
|
||||
:members:
|
||||
:undoc-members:
|
||||
:member-order: bysource
|
||||
|
||||
exceptions
|
||||
==========
|
||||
|
||||
.. automodule:: allianceauth.services.modules.discord.discord_client.exceptions
|
||||
:members:
|
||||
|
||||
settings
|
||||
========
|
||||
|
||||
.. automodule:: allianceauth.services.modules.discord.discord_client.app_settings
|
||||
:members:
|
||||
27
docs/development/tech_docu/api/discord_service.rst
Normal file
27
docs/development/tech_docu/api/discord_service.rst
Normal file
@@ -0,0 +1,27 @@
|
||||
======================
|
||||
Discord Service
|
||||
======================
|
||||
|
||||
This page contains the technical documentation for the Discord service.
|
||||
|
||||
Location: ``allianceauth.services.modules.discord``
|
||||
|
||||
.. contents:: :local:
|
||||
|
||||
|
||||
api
|
||||
======
|
||||
|
||||
.. automodule:: allianceauth.services.modules.discord.api
|
||||
:members:
|
||||
:exclude-members: DiscordUser
|
||||
|
||||
.. autoclass:: DiscordUser
|
||||
:no-members: delete_user
|
||||
|
||||
|
||||
settings
|
||||
========
|
||||
|
||||
.. automodule:: allianceauth.services.modules.discord.app_settings
|
||||
:members:
|
||||
@@ -6,6 +6,8 @@ To reduce redundancy and help speed up development we encourage developers to ut
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
discord_client
|
||||
discord_service
|
||||
esi
|
||||
evelinks
|
||||
eveonline
|
||||
|
||||
@@ -6,9 +6,22 @@ Utilities and helper functions.
|
||||
|
||||
Location: ``allianceauth.utils``
|
||||
|
||||
.. contents:: :local:
|
||||
|
||||
|
||||
cache
|
||||
===========
|
||||
|
||||
.. automodule:: allianceauth.utils.cache
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
testing
|
||||
===========
|
||||
|
||||
.. automodule:: allianceauth.utils.testing
|
||||
:members:
|
||||
:exclude-members: NoSocketsTestCase
|
||||
|
||||
.. autoclass:: NoSocketsTestCase
|
||||
:no-members:
|
||||
|
||||
Reference in New Issue
Block a user