sphinx-doc/sphinx

testcode directives should support the same options as code-block

Open

#6.858 aberto em 23 de nov. de 2019

Ver no GitHub
 (2 comments) (3 reactions) (0 assignees)Python (1.985 forks)batch import
extensionshelp wantedtype:enhancement

Métricas do repositório

Stars
 (5.625 stars)
Métricas de merge de PR
 (Mesclagem média 10d 11h) (11 fundiu PRs em 30d)

Description

It's relatively easy to switch .. code-block:: directives out for .. testcode:: directives to make sure that documentation is up-to-date with respect to an implementation, which is great.

However, code blocks support several nice options that testcode blocks don't, making it impossible to substitute them 1-for-1 in all situations. For example, options like :caption: and :name: seem both very useful and like they should hopefully be easy to support, and the closer to parity the two directives are, the easier it will be to switch between them as desired.

Guia do colaborador