Skip to content

Commit 9000dba

Browse files
fix typo in fig-height schema (#4666)
1 parent a413fb0 commit 9000dba

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

src/resources/editor/tools/vs-code.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12596,7 +12596,7 @@ var require_yaml_intelligence_resources = __commonJS({
1259612596
schema: "number",
1259712597
description: {
1259812598
short: "Default height for figures generated by Matplotlib or R graphics",
12599-
long: "Default width for figures generated by Matplotlib or R graphics.\n\nNote that with the Jupyter engine, this option has no effect when\nprovided at the cell level; it can only be provided with\ndocument or project metadata.\n"
12599+
long: "Default height for figures generated by Matplotlib or R graphics.\n\nNote that with the Jupyter engine, this option has no effect when\nprovided at the cell level; it can only be provided with\ndocument or project metadata.\n"
1260012600
}
1260112601
},
1260212602
{
@@ -12628,7 +12628,7 @@ var require_yaml_intelligence_resources = __commonJS({
1262812628
schema: "number",
1262912629
description: {
1263012630
short: "The aspect ratio of the plot, i.e., the ratio of height/width.\n",
12631-
long: "The aspect ratio of the plot, i.e., the ratio of height/width. When `fig-asp` is specified, \nthe height of a plot (the option `fig-height`) is calculated from `fig-width * fig-asp`.\n\nThe `fig-asp` option is only available within the knitr engine.\n"
12631+
long: "The aspect ratio of the plot, i.e., the ratio of height/width. When `fig-asp` is specified,\nthe height of a plot (the option `fig-height`) is calculated from `fig-width * fig-asp`.\n\nThe `fig-asp` option is only available within the knitr engine.\n"
1263212632
}
1263312633
},
1263412634
{
@@ -19844,7 +19844,7 @@ var require_yaml_intelligence_resources = __commonJS({
1984419844
"Content to include at the beginning of the document body (e.g.&nbsp;after\nthe <code>&lt;body&gt;</code> tag in HTML, or the\n<code>\\begin{document}</code> command in LaTeX).",
1984519845
"Content to include at the end of the document body (before the\n<code>&lt;/body&gt;</code> tag in HTML, or the\n<code>\\end{document}</code> command in LaTeX).",
1984619846
"Include contents at the beginning of the document body (e.g.&nbsp;after\nthe <code>&lt;body&gt;</code> tag in HTML, or the\n<code>\\begin{document}</code> command in LaTeX).\nA string value or an object with key \u201Cfile\u201D indicates a filename\nwhose contents are to be included\nAn object with key \u201Ctext\u201D indicates textual content to be\nincluded",
19847-
"Include content at the end of the document body, immediately after\nthe markdown content. While the content will be included before the\nclosing <code>&lt;/body&gt;</code> tag in HTML and the\n<code>\\end{document}</code> command in LaTeX, this option specifically\nrefers to the end of the content.\nA string value or an object with key \u201Cfile\u201D indicates a filename\nwhose contents are to be included\nAn object with key \u201Ctext\u201D indicates textual content to be\nincluded",
19847+
"Include content at the end of the document body immediately after the\nmarkdown content. While it will be included before the closing\n<code>&lt;/body&gt;</code> tag in HTML and the\n<code>\\end{document}</code> command in LaTeX, this option refers to the\nend of the markdown content.\nA string value or an object with key \u201Cfile\u201D indicates a filename\nwhose contents are to be included\nAn object with key \u201Ctext\u201D indicates textual content to be\nincluded",
1984819848
"Include contents at the end of the header. This can be used, for\nexample, to include special CSS or JavaScript in HTML documents.\nA string value or an object with key \u201Cfile\u201D indicates a filename\nwhose contents are to be included\nAn object with key \u201Ctext\u201D indicates textual content to be\nincluded",
1984919849
"Path (or glob) to files to publish with this document.",
1985019850
{

src/resources/editor/tools/yaml/web-worker.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/editor/tools/yaml/yaml-intelligence-resources.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5572,7 +5572,7 @@
55725572
"schema": "number",
55735573
"description": {
55745574
"short": "Default height for figures generated by Matplotlib or R graphics",
5575-
"long": "Default width for figures generated by Matplotlib or R graphics.\n\nNote that with the Jupyter engine, this option has no effect when\nprovided at the cell level; it can only be provided with\ndocument or project metadata.\n"
5575+
"long": "Default height for figures generated by Matplotlib or R graphics.\n\nNote that with the Jupyter engine, this option has no effect when\nprovided at the cell level; it can only be provided with\ndocument or project metadata.\n"
55765576
}
55775577
},
55785578
{
@@ -5604,7 +5604,7 @@
56045604
"schema": "number",
56055605
"description": {
56065606
"short": "The aspect ratio of the plot, i.e., the ratio of height/width.\n",
5607-
"long": "The aspect ratio of the plot, i.e., the ratio of height/width. When `fig-asp` is specified, \nthe height of a plot (the option `fig-height`) is calculated from `fig-width * fig-asp`.\n\nThe `fig-asp` option is only available within the knitr engine.\n"
5607+
"long": "The aspect ratio of the plot, i.e., the ratio of height/width. When `fig-asp` is specified,\nthe height of a plot (the option `fig-height`) is calculated from `fig-width * fig-asp`.\n\nThe `fig-asp` option is only available within the knitr engine.\n"
56085608
}
56095609
},
56105610
{
@@ -12820,7 +12820,7 @@
1282012820
"Content to include at the beginning of the document body (e.g.&nbsp;after\nthe <code>&lt;body&gt;</code> tag in HTML, or the\n<code>\\begin{document}</code> command in LaTeX).",
1282112821
"Content to include at the end of the document body (before the\n<code>&lt;/body&gt;</code> tag in HTML, or the\n<code>\\end{document}</code> command in LaTeX).",
1282212822
"Include contents at the beginning of the document body (e.g.&nbsp;after\nthe <code>&lt;body&gt;</code> tag in HTML, or the\n<code>\\begin{document}</code> command in LaTeX).\nA string value or an object with key “file” indicates a filename\nwhose contents are to be included\nAn object with key “text” indicates textual content to be\nincluded",
12823-
"Include content at the end of the document body, immediately after\nthe markdown content. While the content will be included before the\nclosing <code>&lt;/body&gt;</code> tag in HTML and the\n<code>\\end{document}</code> command in LaTeX, this option specifically\nrefers to the end of the content.\nA string value or an object with key “file” indicates a filename\nwhose contents are to be included\nAn object with key “text” indicates textual content to be\nincluded",
12823+
"Include content at the end of the document body immediately after the\nmarkdown content. While it will be included before the closing\n<code>&lt;/body&gt;</code> tag in HTML and the\n<code>\\end{document}</code> command in LaTeX, this option refers to the\nend of the markdown content.\nA string value or an object with key “file” indicates a filename\nwhose contents are to be included\nAn object with key “text” indicates textual content to be\nincluded",
1282412824
"Include contents at the end of the header. This can be used, for\nexample, to include special CSS or JavaScript in HTML documents.\nA string value or an object with key “file” indicates a filename\nwhose contents are to be included\nAn object with key “text” indicates textual content to be\nincluded",
1282512825
"Path (or glob) to files to publish with this document.",
1282612826
{

src/resources/schema/document-figures.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
description:
1515
short: "Default height for figures generated by Matplotlib or R graphics"
1616
long: |
17-
Default width for figures generated by Matplotlib or R graphics.
17+
Default height for figures generated by Matplotlib or R graphics.
1818
1919
Note that with the Jupyter engine, this option has no effect when
2020
provided at the cell level; it can only be provided with
@@ -44,7 +44,7 @@
4444
short: |
4545
The aspect ratio of the plot, i.e., the ratio of height/width.
4646
long: |
47-
The aspect ratio of the plot, i.e., the ratio of height/width. When `fig-asp` is specified,
47+
The aspect ratio of the plot, i.e., the ratio of height/width. When `fig-asp` is specified,
4848
the height of a plot (the option `fig-height`) is calculated from `fig-width * fig-asp`.
4949
5050
The `fig-asp` option is only available within the knitr engine.

0 commit comments

Comments
 (0)