We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f51045 commit 778e63bCopy full SHA for 778e63b
doc/contributing/docs/markup.rst
@@ -17,4 +17,5 @@ This section will guide you through our typical documentation formatting cases.
17
markup/links
18
markup/tables
19
markup/code
20
+ markup/gui
21
markup/admonitions
doc/contributing/docs/markup/gui.rst
@@ -0,0 +1,8 @@
1
+Referring to GUI elements
2
+=========================
3
+
4
+To mention a GUI element, use the ``:gui:`` directive:
5
6
+.. code-block:: rst
7
8
+ Click the :gui:`OK` button.
0 commit comments