Skip to content

Commit

Permalink
Doc restyle (#1697)
Browse files Browse the repository at this point in the history
Co-authored-by: Lala Sabathil <lala@pycord.dev>
  • Loading branch information
BobDotCom and Lulalaby committed Oct 18, 2022
1 parent 9b5d49d commit 5e445b3
Show file tree
Hide file tree
Showing 21 changed files with 529 additions and 2,884 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
run: |
python -m pip install -U pip
pip install ".[docs]"
- name: Check Links
run: |
cd docs
make linkcheck
- name: Compile to html
run: |
cd docs
Expand Down
2 changes: 1 addition & 1 deletion discord/ext/commands/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class HelpCommand:
Internally instances of this class are deep copied every time
the command itself is invoked to prevent a race condition
mentioned in :issue:`2123`.
mentioned in :dpy-issue:`2123`.
This means that relying on the state of this class to be
the same between command invocations would not work as expected.
Expand Down
2 changes: 1 addition & 1 deletion discord/object.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Object(Hashable):
objects (if any) actually inherit from this class.
There are also some cases where some WebSocket events are received
in :issue:`strange order <21>` and when such events happened you would
in :dpy-issue:`strange order <21>` and when such events happened you would
receive this class rather than the actual data class. These cases are
extremely rare.
Expand Down

0 comments on commit 5e445b3

Please sign in to comment.