Skip to content

Commit 4c4063a

Browse files
committed
doc/dev: add formatting to basic workflow
Add some formatting to a few sections near the end of doc/dev/developer_guide_basic-workflow.rst. Signed-off-by: Zac Dover <[email protected]>
1 parent 6822f4b commit 4c4063a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/dev/developer_guide/basic-workflow.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -501,17 +501,17 @@ the merge message input will be automatically populated.
501501
Using .githubmap to Find a Reviewer's Email Address
502502
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
503503
If you cannot find the email address of the reviewer on his or her GitHub
504-
page, you can look it up in the **.githubmap** file, which can be found in
505-
the repository at **/ceph/.githubmap**.
504+
page, you can look it up in the ``.githubmap`` file, which can be found in
505+
the repository at ``/ceph/.githubmap``.
506506

507507
Using "git log" to find a Reviewer's Email Address
508508
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
509509
If you cannot find a reviewer's email address by using the above methods, you
510510
can search the git log for their email address. Reviewers are likely to have
511-
committed something before. If they have made previous contributions, the git
511+
committed something before. If they have made previous contributions, the git
512512
log will probably contain their email address.
513513

514-
Use the following command
514+
Use the following command:
515515

516516
.. prompt:: bash [branch-under-review]$
517517

@@ -521,9 +521,9 @@ Using ptl-tool to Generate Merge Commits
521521
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
522522

523523
Another method of generating merge commits involves using Patrick Donnelly's
524-
**ptl-tool** pull commits. This tool can be found at
525-
**/ceph/src/script/ptl-tool.py**. Merge commits that have been generated by
526-
the **ptl-tool** have the following form::
524+
``ptl-tool`` to pull commits. This tool can be found at
525+
``/ceph/src/script/ptl-tool.py``. Merge commits that have been generated by the
526+
``ptl-tool`` have the following form::
527527

528528
Merge PR #36257 into main
529529
* refs/pull/36257/head:

0 commit comments

Comments
 (0)