Flatten genindex to not group names.
Also better width in the tables.
This commit is contained in:
3
docs/_templates/genindex.html
vendored
3
docs/_templates/genindex.html
vendored
@ -17,10 +17,11 @@
|
||||
key = key.substr(12); // discord.ext.
|
||||
}
|
||||
|
||||
if(el.textContent.endsWith('method)') || el.textContent.indexOf('()') !== -1) {
|
||||
if(el.textContent.indexOf('()') !== -1) {
|
||||
key = key + '()'
|
||||
}
|
||||
el.textContent = key;
|
||||
}
|
||||
document.querySelectorAll("td").forEach(el => el.style.width = 'auto');
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user