Skip to content

Commit 15b5b18

Browse files
committed
Actualizar plugins
1 parent 82f738e commit 15b5b18

File tree

3 files changed

+180
-124
lines changed

3 files changed

+180
-124
lines changed

plugins/sphinx_roles/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ Currently supported:
66
* **ref:** Cross references for arbitrary locations (see [the sphinx docs](http://sphinx-doc.org/markup/inline.html#role-ref)). Limited to links inside a single document.
77
* **rfc:** An enhanced `:rfc:` role with support for anchors, like Sphinx's
88
* **term:** Reference to a term in the glossary
9-
* **term:** Reference to a option defined using the option directive
9+
* **option:** Reference to a option defined using the option directive
10+
* **eq:** Reference to a equation defined in a math directive's label option.
11+
* **math:** A Math directive that supports a :label: option like Sphinx's
1012

1113
The following are "semantic markup", they produce a HTML element with an extra
1214
CSS class for styling. The description is from the Sphinx docs.

plugins/sphinx_roles/sphinx_roles.plugin

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MinVersion = 7.4.0
99

1010
[Documentation]
1111
Author = Roberto Alsina
12-
Version = 0.3
12+
Version = 0.5.2
1313
Website = http://plugins.getnikola.com/#sphinx_roles
1414
Description = A set of reStructuredText roles for Sphinx compatibility
1515

0 commit comments

Comments
 (0)