ceph/doc/dev/developer_guide
Kefu Chai 0f2489406a doc/dev: use prompt directive when appropriate
for 2 reasons:

* sphinx renders codeblock using python syntax highlighting by default,
  so it's not surprising that it highlight keywords like "export" in
  command line samples. so to render command line code blocks, we'd
  better specify the syntax explicitly for better rendering result.
* with the help of "prompt" directive, user is able to copy and paste
  the command without the prompt. for instance, with the default
  "::" directive, user will copy "$ ceph df", which is not very
  convenient, but with "prompt" directive, user only copies
  "ceph df".

Signed-off-by: Kefu Chai <kchai@redhat.com>
2020-09-05 00:03:52 +08:00
..
basic-workflow.rst doc/dev: use prompt directive when appropriate 2020-09-05 00:03:52 +08:00
essentials.rst doc/dev: use prompt directive when appropriate 2020-09-05 00:03:52 +08:00
index.rst
intro.rst
issue-tracker.rst
merging.rst doc/dev: add proper Merge PR format 2020-09-04 08:29:51 +10:00
running-tests-in-cloud.rst doc/dev: use prompt directive when appropriate 2020-09-05 00:03:52 +08:00
running-tests-locally.rst Merge pull request #33576 from lxbsz/fuse 2020-04-21 22:12:37 -07:00
running-tests-using-teuth.rst doc/dev: mention -l, -e and -n among useful options 2020-06-11 18:28:39 +05:30
tests-integration-tests.rst doc: add machine type in teuthology commands 2020-05-19 19:34:49 +05:30
tests-unit-tests.rst