ceph/doc
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
..
_ext doc: drop py2 support 2020-07-05 10:58:28 +08:00
_static
_templates
_themes/ceph
api
ceph-volume Merge pull request #36241 from jan--f/c-v-mpath-support 2020-09-01 13:29:32 +02:00
cephadm cephadm: Update error message on host failure 2020-08-25 12:58:17 +02:00
cephfs Merge PR #36773 into master 2020-08-26 10:46:07 -07:00
changelog
dev doc/dev: use prompt directive when appropriate 2020-09-05 00:03:52 +08:00
images
install doc: remove references to ceph-deploy 2020-09-02 21:14:36 +02:00
man doc: add clean-temps to osdmaptool.rst 2020-08-27 17:02:08 +00:00
mgr doc: remove references to ceph-deploy 2020-09-02 21:14:36 +02:00
mon
rados doc/dev: use prompt directive when appropriate 2020-09-05 00:03:52 +08:00
radosgw Merge pull request #36954 from HeinleinSupport/wip-doc-remove-ceph-deploy 2020-09-04 07:15:35 +10:00
rbd changes the link to internal 2020-09-03 10:29:06 +02:00
releases doc/releases: add Nautilus 14.2.11 to timeline 2020-08-15 22:55:44 +02:00
scripts script/gen_state_diagram.py: s/python/python3/ 2020-08-28 20:35:21 +08:00
start doc: remove references to ceph-deploy 2020-09-02 21:14:36 +02:00
.gitignore
architecture.rst
CMakeLists.txt
conf.py doc: add sphinx.ext.mathjax for math-to-MathML rendering 2020-09-01 09:53:18 +08:00
favicon.ico
foundation.rst doc/foundation: add bloomberg 2020-06-17 13:47:07 -05:00
glossary.rst
governance.rst doc/governance: add Patrick to CLTW 2020-07-09 10:31:05 -07:00
index.rst
logo.png
man_index.rst doc: remove references to ceph-deploy 2020-09-02 21:14:36 +02:00
README.md