Skip to content

Commit

Permalink
docs: adding title in example section (#524)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
clatapie and pyansys-ci-bot authored Oct 3, 2024
1 parent 4d25de6 commit 279a027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/524.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs: adding ``title`` in example section
2 changes: 2 additions & 0 deletions doc/source/user-guide/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ Here is an example of how to add the ``cheatsheet`` dictionary to the `html_them
{
"cheatsheet": {
"file": "<file name including the extension of the cheat sheet>",
"title": "<title of the cheat sheet>",
"version": "<version of the cheat sheet>",
"pages": "<list of names for the pages to include the cheat sheet on>", # Optional
},
Expand All @@ -194,6 +195,7 @@ main ``index.rst`` file and the ``learning.rst`` file in its "Getting started" s
{
"cheatsheet": {
"file": "getting_started/cheat_sheet.qmd",
"title": "My awesome cheat sheet",
"version": f"{version}",
"pages": ["index", "getting_started/learning"],
},
Expand Down

0 comments on commit 279a027

Please sign in to comment.