Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
15e40a8
Merge branch 'interactions-py:unstable' into unstable
FayeDel Apr 2, 2022
5f29455
Merge branch 'interactions-py:unstable' into unstable
FayeDel Apr 3, 2022
3583439
Merge branch 'interactions-py:unstable' into unstable
FayeDel Apr 4, 2022
870b1eb
Merge branch 'interactions-py:unstable' into unstable
FayeDel Apr 5, 2022
00ebd1b
chore!: pre-release for 4.1.1-rc.1 (#703)
i0bs Apr 5, 2022
237b677
Merge branch 'interactions-py:unstable' into unstable
FayeDel Apr 9, 2022
1d3ec28
ADMIN/revert: remove unwanted file.
i0bs Apr 11, 2022
11cdc5f
Merge branch 'interactions-py:unstable' into unstable
FayeDel Apr 28, 2022
c680a64
Merge pull request #777 from interactions-py/unstable
FayeDel May 6, 2022
6d4b5b8
chore: Update requirements.txt
FayeDel May 6, 2022
471808c
Merge branch 'interactions-py:unstable' into unstable
FayeDel May 8, 2022
856d010
Merge branch 'interactions-py:unstable' into unstable
FayeDel May 11, 2022
142be46
Merge pull request #785 from interactions-py/unstable
FayeDel May 13, 2022
beec34c
chore: Version bump.
FayeDel May 13, 2022
21fab25
docs: Adjust documentation linking, fix typos.
FayeDel May 16, 2022
20ce7e8
docs: Fix message intent reference.
FayeDel May 16, 2022
06203ac
chore/ADMIN: force version onto old pypi
i0bs May 18, 2022
47122b5
chore/ADMIN: fix content type
i0bs May 18, 2022
11b1c84
fix/ADMIN: correct improper description
i0bs May 18, 2022
16ae28e
revert/ADMIN: change back to original
i0bs May 18, 2022
27c93b3
docs: Fix Client reference.
FayeDel May 21, 2022
aa2702d
docs: Remove Modal beta error tag, fix grammar typo
FayeDel May 22, 2022
a9af83d
docs: Include private objects by default.
FayeDel May 22, 2022
26681ee
docs: Rebuild .mo/.po localisation for locales.
FayeDel May 22, 2022
9a366dc
ci: correct from checks.
pre-commit-ci[bot] May 22, 2022
7b9aba7
docs: Refactor language build default for PR review, remove :inherit:…
FayeDel May 22, 2022
a77807b
Merge remote-tracking branch 'origin/unstable-docs-repair' into unsta…
FayeDel May 22, 2022
449e409
docs: Include rest of locale (ext, context, etc).
FayeDel May 22, 2022
ec394ca
ci: correct from checks.
pre-commit-ci[bot] May 22, 2022
58e83ee
docs: Fix codeblocks in some areas, fix gateway documentation
FayeDel May 23, 2022
4cf257e
Merge branch 'interactions-py:stable' into unstable-docs-repair
FayeDel May 24, 2022
122aace
docs: Implement barebones better search capability
FayeDel May 24, 2022
d54a670
docs: Rebuild locale.
FayeDel May 24, 2022
36c828d
ci: correct from checks.
pre-commit-ci[bot] May 24, 2022
5dfbf22
docs: Correct models.command.po locale.
FayeDel May 25, 2022
46f22f9
docs: Adjust note/warning label spacing on component.py
FayeDel May 26, 2022
98a1d9f
docs: Adjust return doc spacing, rebuild locale.
FayeDel May 26, 2022
a9fe84b
Merge branch 'unstable' into unstable-docs-repair
FayeDel Jun 8, 2022
a26b50f
chore: Rebase from unstable, convert to attrs, rebuild locale.
FayeDel Jun 8, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,32 +1,19 @@
===============
interactions.py
===============

**Easy, simple, scalable and modular: a Python API wrapper for interactions.**

.. image:: https://img.shields.io/pypi/dm/discord-py-slash-command.svg
:target: https://pypi.python.org/pypi/discord-py-interactions/
:alt: PyPI Monthly Downloads

.. image:: https://img.shields.io/github/license/goverfl0w/discord-interactions.svg
:target: https://github.com/goverfl0w/discord-interactions/blob/master/LICENSE
:alt: License

.. image:: https://img.shields.io/pypi/pyversions/discord-py-interactions.svg
:target: https://pypi.python.org/pypi/discord-py-interactions/
:alt: PyPI Versions

.. image:: https://img.shields.io/pypi/v/discord-py-interactions.svg
:target: https://pypi.python.org/pypi/discord-py-interactions/
:alt: PyPI Version

.. image:: https://readthedocs.org/projects/discord-interactions/badge/?version=latest
:target: http://discord-interactions.readthedocs.io/?badge=latest
:alt: Documentation Status

.. image:: https://discord.com/api/guilds/789032594456576001/embed.png
:target: https://discord.gg/KkgMBVuEkx
:alt: Discord

----

Expand Down
8 changes: 8 additions & 0 deletions docs/api.gateway.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ Gateway
.. automodule:: interactions.api.gateway
:members:
:noindex:

.. automodule:: interactions.api.gateway.client
:members:
:noindex:

.. automodule:: interactions.api.gateway.heartbeat
:members:
:noindex:
24 changes: 12 additions & 12 deletions docs/api.http.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,50 +19,50 @@ HTTP
:members:
:noindex:

.. autoclass:: interactions.api.http.channel._ChannelRequest
.. autoclass:: interactions.api.http.channel.ChannelRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.emoji._EmojiRequest
.. autoclass:: interactions.api.http.emoji.EmojiRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.guild._GuildRequest
.. autoclass:: interactions.api.http.guild.GuildRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.interaction._InteractionRequest
.. autoclass:: interactions.api.http.interaction.InteractionRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.member._MemberRequest
.. autoclass:: interactions.api.http.member.MemberRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.message._MessageRequest
.. autoclass:: interactions.api.http.message.MessageRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.reaction._ReactionRequest
.. autoclass:: interactions.api.http.reaction.ReactionRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.scheduledEvent._ScheduledEventRequest
.. autoclass:: interactions.api.http.scheduledEvent.ScheduledEventRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.sticker._StickerRequest
.. autoclass:: interactions.api.http.sticker.StickerRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.thread._ThreadRequest
.. autoclass:: interactions.api.http.thread.ThreadRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.user._UserRequest
.. autoclass:: interactions.api.http.user.UserRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.webhook._WebhookRequest
.. autoclass:: interactions.api.http.webhook.WebhookRequest
:members:
:noindex:
2 changes: 1 addition & 1 deletion docs/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Bot Client
==========

.. automodule:: interactions.client
.. automodule:: interactions.client.bot
:members:
:noindex:
12 changes: 9 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"sphinx.ext.autosectionlabel",
"hoverxref.extension",
"karma_sphinx_theme",
"sphinx_search.extension",
]

# Stackoverflow said that this is gonna cure my LaTeX errors for ref handling.
Expand All @@ -57,7 +58,11 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = "de"

# Language is commented out because of PR reviews. In a RTD-hosted case,
# the variable seems to be skipped.
# language = "de"

locale_dirs = ["locale/"]
gettext_compact = True

Expand All @@ -66,8 +71,9 @@
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ["_build"]

# This should fix wrong sort
autodoc_member_order = "bysource"
# This autodocs private attrs and also fixes wrong sort
autodoc_default_options = {"member-order": "bysource", "private-members": True}


# -- Options for HTML output -------------------------------------------------

Expand Down
3 changes: 2 additions & 1 deletion docs/context.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Event Context
=============

.. automodule:: interactions.context
.. automodule:: interactions.client.context
:members:
:inherited-members:
:noindex:
2 changes: 1 addition & 1 deletion docs/enums.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Enumerable Objects
==================

.. automodule:: interactions.enums
.. automodule:: interactions.client.enums
:members:
:noindex:
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Some more unique features that are exclusive to our interactions include:
- **Event-triggered callbacks**: whether a component, application command or interaction response, you'll never need to worry about bridging responses.
- **Dual-way decorator logic**: a decorator can act as both a constructor for an interaction, as well as a callback.
- **API-strict naming**: no more confusion with the naming approach of many libraries; we follow the naming style of interactions from the officially curated Discord Developers documentation.
- **Extensive framework structure**: (**pending in** ``4.1.0``) build your own tools and technologies for our library to develop and integrate community creations.
- **Extensive framework structure**: build your own tools and technologies for our library to develop and integrate community creations.

What do we not offer?
*********************
Expand Down Expand Up @@ -88,7 +88,7 @@ Advanced Search
* :ref:`modindex`
* :ref:`search`

.. _contribution requirements: https://github.com/interactions-py/library/blob/stable/CONTRIBUTING.md
.. _contribution requirements: https://github.com/interactions-py/library/blob/stable/CONTRIBUTING.rst
.. _MIT License: https://github.com/interactions-py/library/blob/stable/LICENSE
.. _Pull Requests: https://github.com/interactions-py/library/pulls
.. _Issues: https://github.com/interactions-py/library/issues
Binary file removed docs/locale/de/LC_MESSAGES/api.cache.mo
Binary file not shown.
Loading