An open API service indexing awesome lists of open source software.

https://github.com/sam-martin/sphinx-node-name-cheat-sheet

A site that makes it easy to figure out what node classes your Sphinx extension needs to use for the desired formatting.
https://github.com/sam-martin/sphinx-node-name-cheat-sheet

Last synced: 8 months ago
JSON representation

A site that makes it easy to figure out what node classes your Sphinx extension needs to use for the desired formatting.

Awesome Lists containing this project

README

          

Sphinx Node Name Cheat Sheet
====================================

When writing Sphinx extensions I've never found an easy way to figure out what docutils or Sphinx
node classes I should be using to get the desired formatting.
This documentation is intended to be a quick reference to figure out what your favourite RST turns into when it gets parsed
into a docutils or Sphinx object within the RST rendering engine!

In creating the examples I used `RST | Sphinx | Sublime `_
as a reference as I found it incredibly useful when starting my Sphinx journey!