We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3e39e commit d116072Copy full SHA for d116072
2 files changed
docs/conf.py
@@ -61,10 +61,10 @@
61
62
# -- Custom Lexers -----------------------------------------------------------
63
64
-from lexers import FijiGroovyLexer
+from lexers import SciJavaGroovyLexer
65
66
def setup(app):
67
- app.add_lexer('fijigroovy', FijiGroovyLexer)
+ app.add_lexer('scijava-groovy', SciJavaGroovyLexer)
68
69
# -- Options for HTML output -------------------------------------------------
70
docs/ops/doc/examples/example_gaussian_subtraction.rst
@@ -9,7 +9,7 @@ SciJava Ops via Fiji's sripting engine with `script parameters`_:
9
10
.. tabs::
11
12
- .. code-tab:: fijigroovy
+ .. code-tab:: scijava-groovy
13
14
#@ ImgPlus img
15
#@ Double (label="Sigma:", value=5.0) sigma
0 commit comments