Did you actually generate the documentation to check the rendering of the output?
Still not right.
You have to use :program: right before mpiexec (keeping the back ticks in mpiexec) in the introductory paragraph, as done in other parts of the docs (e.g. mpi4py.futures.rst).
You need a blank line after the ------- line in the title, as done everywhere else.
Also, you should squash all your changes in a single commit, no need add noise to the project's history for a few extra lines o documentation.
This is still not right. Look at
install.rst
.::
after... like
.mpiexec
line with two spaces and start with$
.Updated.
Did you actually generate the documentation to check the rendering of the output?
Still not right.
:program:
right beforempiexec
(keeping the back ticks in mpiexec) in the introductory paragraph, as done in other parts of the docs (e.g.mpi4py.futures.rst
).-------
line in the title, as done everywhere else.Also, you should squash all your changes in a single commit, no need add noise to the project's history for a few extra lines o documentation.
Updated after building the docs myself, and squashed down to one commit.