meta icon indicating copy to clipboard operation
meta copied to clipboard

A community dedicated to supporting tools for technical and scientific communication and interactive computing

Results 100 meta issues
Sort by recently updated
recently updated
newest added

### Problem statement Our `sphinx-book-theme` has a sub-optimal underlying configuration, which makes it unnecessarily difficult to maintain, extend, and sub-theme (we care about sub-theming so that things like the quantecon...

The documentation for writing `sphinx` extensions can be confusing and incomplete. It would be nice to put together a style guide that captures some of the learning from the `ebp`...

Putting together a list of issues/discussions related to **latex** in ebp repos here. Which will help us get a holistic view, possible approaches, and tracking progress(the list is in progress)....

enhancement

Now that myst markdown is becoming more well known, people may wish to use it in contexts that we did not expect, or extend it for other tools, languages, etc....

As implemented in https://github.com/executablebooks/sphinx-book-theme/pull/172, there is actually now https://github.com/pre-commit/action instead of the direct implementation I've used in most other repos - [x] jupyter-book (https://github.com/executablebooks/jupyter-book/issues/825) - [x] myst-nb - [x] myst-parser...

Might be useful, to handle e.g. multi-line/row/column cells etc, see e.g. - RST tables: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#tables - Pandoc tables: https://pandoc.org/MANUAL.html#tables Also I quite like list-tables: https://docutils.sourceforge.io/docs/ref/rst/directives.html#list-table Basically what is a good...

enhancement
discussion

We released v0.15 of the MyST parser a few weeks back, we should write up a little post about the updates. Let's try to follow the same pattern as our...

:label: blog-post

We currently have a [markdown-it plugin template](https://github.com/executablebooks/markdown-it-plugin-template) to help others build their own `markdown-it` plugins. We've also got the [`mdit-py-plugins`](https://github.com/executablebooks/mdit-py-plugins) repository, which has a collection of Python plugins for the...

enhancement

# Background I've found myself often creating new Sphinx extensions from scratch. Each time I do this, there are a bunch of semi-random questions to ask around how to structure...

enhancement

I would find it rather useful if the gallery is (roughly) ordered by the popularity of the project rather than the current random shuffle for each deployment (random by page...

documentation