mirror of https://github.com/ceph/ceph
0f2489406a
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> |
||
---|---|---|
.. | ||
basic-workflow.rst | ||
essentials.rst | ||
index.rst | ||
intro.rst | ||
issue-tracker.rst | ||
merging.rst | ||
running-tests-in-cloud.rst | ||
running-tests-locally.rst | ||
running-tests-using-teuth.rst | ||
tests-integration-tests.rst | ||
tests-unit-tests.rst |