.. index:: single: directive ignored title_text ---------- .. comment ignored .. comment ignored Command :cmake:command:`some_cmd` explicit cmake domain. Command :command:`some_cmd` without target. Command :command:`some_cmd ` with target. Command :command:`some_cmd_` placeholder without target. Command :command:`some_cmd_ ` placeholder with target. Command :command:`some_cmd()` with parens. Command :command:`some_cmd(SUB)` with subcommand. Command :command:`some_cmd(SUB) ` with subcommand and target. Command :command:`some_cmd (SUB) ` with space and subcommand and target. Command :command:`some command ` with space and target. Variable :variable:`some variable ` space and target. Variable :variable:`_VARIABLE` with leading placeholder. Variable :variable:`VARIABLE_` with trailing placeholder. Variable :variable:`_VARIABLE ` with leading placeholder and target. Variable :variable:`VARIABLE_ ` with trailing placeholder and target. Environment variable :envvar:`SOME_ENV_VAR`. Environment variable :envvar:`some env var ` with space and target. Generator :generator:`Some Generator` with space. Generator :cpack_gen:`Some Generator` with space. Generator expression :genex:`SOME_GENEX`. Generator expression :genex:`$` with brackets. Generator expression :genex:`$` with brackets and parameter. Generator expression :genex:`some genex ` with space and target. Generator expression :genex:`$ ` with brackets, space, and target. Generator expression :genex:`$ ` with brackets, parameter, space, and target. Inline literal ``~!@#$%^&*( )_+-=\\[]{}'":;,<>.?/``. Inline link `Link Text `_. Inline link `Link Text \ `_. Inline literal ``__`` followed by inline link `Link Text `_. .. |not replaced| replace:: not replaced through toctree .. |not replaced in literal| replace:: replaced in parsed literal .. toctree:: :maxdepth: 2 testRSTtoc1 /testRSTtoc2 .. cmake-module:: testRSTmod.cmake .. cmake:command:: some_cmd Command some_cmd description. .. command:: other_cmd Command other_cmd description. .. cmake:envvar:: some_var Environment variable some_var description. .. envvar:: other_var Environment variable other_var description. .. cmake:genex:: SOME_GENEX Generator expression SOME_GENEX description. .. genex:: $ Generator expression $ description. .. cmake:variable:: some_var Variable some_var description. .. variable:: other_var Variable other_var description. .. parsed-literal:: Parsed-literal included without directive. Common Indentation Removed # |not replaced in literal| .. code-block:: cmake # Sample CMake code block if(condition) message(indented) endif() # |not replaced in literal| A literal block starts after a line consisting of two colons :: Literal block. Common Indentation Removed # |not replaced in literal| or after a paragraph ending in two colons:: Literal block. Common Indentation Removed # |not replaced in literal| but not after a line ending in two colons:: in the middle of a paragraph. A literal block can be empty:: .. productionlist:: grammar: `production` production: "content rendered" .. note:: Notes are called out. .. versionadded:: 1.2 Version blocks are preserved. .. versionchanged:: 2.3 Version blocks are preserved. .. |substitution| replace:: |nested substitution| with multiple lines becomes one line .. |nested substitution| replace:: substituted text .. include:: testRSTinclude1.rst .. include:: /testRSTinclude2.rst