-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hello,
I know this isn't an issue but I didn't know where to put it. There are a few things I'd like to discuss:
- Nested tables, and morerows/morecols support
- Wiki-like index as an option, I find myself adding this to a lot of my
conf.py
def rst_file_transform(docname: str) -> str:
docname = "Home" if docname == "index" else docname
return f"{docname}.rst"
def rst_link_transform(docname: str) -> str:
return "Home" if docname == "index" else docname- _Sidebar option would also be really nice
- Document names as titles so it looks nicer on some wikis
But apart from tables, all the others are opinionated so it may be good to discuss. So would it be possible to enable discussions?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels