Skip to content

Enable discussions #33

@jack-burridge-cfh

Description

@jack-burridge-cfh

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions