index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix sidebar scrolling on mobile
Josh
2020-06-28
1
-1
/
+7
*
Refactor CSS to use a colour palette and make light theme greyer.
Rapptz
2020-06-28
1
-109
/
+147
*
Make tables scroll if they overflow.
Rapptz
2020-06-27
2
-0
/
+12
*
Revert "Fix table wrapping"
Rapptz
2020-06-27
2
-24
/
+17
*
Add border radius and padding to inline code
James
2020-06-27
1
-0
/
+2
*
Fix table wrapping
Rapptz
2020-06-27
2
-17
/
+24
*
Fix margins in 600px view of settings and label
Rapptz
2020-06-27
1
-4
/
+3
*
Fix jank on iPads
Josh
2020-06-27
1
-4
/
+5
*
Show classmethods separately in attribute table
Rapptz
2020-06-27
1
-0
/
+3
*
Alphabetically sort attributetable output
Rapptz
2020-06-27
1
-1
/
+1
*
Show the search bar on mobile
Rapptz
2020-06-27
1
-2
/
+27
*
[matrix] General Sidebar cleanup (#5061)
Josh
2020-06-27
1
-3
/
+17
*
Various RTD related fixes.
Rapptz
2020-06-25
3
-6
/
+30
*
Set colours for active sidebar elements
Josh B
2020-06-08
1
-4
/
+6
*
Fix sidebar active link selection
Josh B
2020-06-01
1
-2
/
+2
*
First pass at double header display
Rapptz
2020-05-31
5
-43
/
+199
*
Create settings icon for mobile
Josh B
2020-05-31
2
-10
/
+17
*
Use new HTML5 <section> instead of <div class="section">
Rapptz
2020-05-30
1
-0
/
+12
*
[matrix] Search to top, icon
Jens Reidel
2020-05-29
2
-3
/
+18
*
First pass at centering content for large displays
Rapptz
2020-05-29
1
-1
/
+18
*
Add dark theme for codeblocks
Rapptz
2020-05-29
2
-1
/
+143
*
Actually make overflowing have a scrollbar on mobile
Rapptz
2020-05-29
1
-1
/
+2
*
Fix codeblock related things with mobile responsiveness.
Rapptz
2020-05-29
1
-4
/
+7
*
Use default scrollbar for body on webkit browsers
Josh
2020-05-29
1
-5
/
+3
*
[matrix] Modal cleanup
Josh
2020-05-29
3
-29
/
+40
*
[matrix] Dark Theme
Josh
2020-05-29
7
-20
/
+154
*
Proper padding for the copy button
Rapptz
2020-05-28
1
-2
/
+1
*
Reverse the related links
Rapptz
2020-05-28
1
-1
/
+1
*
Use html_js_files instead of the old approach to add JS files.
Rapptz
2020-05-28
1
-2
/
+5
*
Cleanup copy button CSS and add a hover-over explanation.
Rapptz
2020-05-28
2
-9
/
+3
*
Rewrite the DOM to use CSS grids
Rapptz
2020-05-27
3
-407
/
+502
*
add copy codeblock button
NCPlayz
2020-05-27
3
-2
/
+60
*
[matrix] Add sans-serif font toggle to settings modal
Josh
2020-05-27
3
-8
/
+102
*
[matrix] Create settings modal
Josh
2020-05-27
3
-7
/
+84
*
[matrix] Refactor docs JS
Josh
2020-05-27
2
-63
/
+71
*
Add favicon
Nadir Chowdhury
2020-05-26
2
-1
/
+1
*
Use actual viewport tag with initial-scale set to 1
Rapptz
2020-05-26
1
-1
/
+1
*
Add fixed header links, fix some parts of mobile UI
Jens Reidel
2020-05-25
1
-5
/
+23
*
Bump Sphinx to 3.0.3
Rapptz
2020-05-25
1
-2
/
+2
*
make documentation sphinx 3.x compatible
Riley Shaw
2020-05-25
2
-3
/
+4
*
Move table JS outside of scrolling
Rapptz
2020-05-25
1
-7
/
+8
*
Bump Sphinx to 2.4.4
Rapptz
2020-05-25
1
-1
/
+1
*
Add attributetable and add some class-level sections.
Rapptz
2020-05-25
5
-4
/
+435
*
Consistent usage of RST inline code within Guild.features references
Rapptz
2020-05-23
1
-9
/
+9
*
Implement some missing attributes of `Guild` (and `Guild.edit`)
NCPlayz
2020-05-23
2
-7
/
+59
*
use `_channel_factory` instead of manual checking in `Guild._sync`
NCPlayz
2020-05-23
1
-9
/
+3
*
isinstance(x, y) and isinstance(x, z) -> isinstance(x, (y, z))
NCPlayz
2020-05-23
1
-1
/
+1
*
Change _handshaking variable when handshake terminate
매리
2020-05-23
1
-0
/
+1
*
Add spoiler keyword argument to Attachment.to_file
Zomatree
2020-05-23
1
-2
/
+6
*
Fix TypeError in chunker
apple502j
2020-05-23
1
-1
/
+1
[next]