-
Notifications
You must be signed in to change notification settings - Fork 902
Beautification of rst documentation #11367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
ed28457
b5eba4e
d5b9eb7
33869de
03d3e2e
cbc4601
87a5e09
23deccf
92049e6
8ea416c
252f3be
cffffdd
c5fdcc0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,4 +94,4 @@ EXAMPLES | |
} | ||
|
||
.. seealso:: | ||
:ref:`MPIX_Query_rocm_support` | ||
* :ref:`MPIX_Query_rocm_support` |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,4 +94,4 @@ EXAMPLES | |
} | ||
|
||
.. seealso:: | ||
:ref:`MPIX_Query_cuda_support` | ||
* :ref:`MPIX_Query_cuda_support` |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,7 +99,7 @@ INPUT PARAMETERS | |
OUTPUT PARAMETER | ||
---------------- | ||
* ``MPI_Raccumulate``: RMA request | ||
* ``IERROR``: Fortran only: Error status (integer). | ||
* ``ierror``: Fortran only: Error status (integer). | ||
|
||
DESCRIPTION | ||
----------- | ||
|
@@ -145,11 +145,11 @@ The MPI standard prescribes portable Fortran syntax for the | |
*TARGET_DISP* argument only for Fortran 90. FORTRAN 77 users may use the | ||
non-portable syntax | ||
|
||
:: | ||
.. code-block:: fortran | ||
|
||
INTEGER*MPI_ADDRESS_KIND TARGET_DISP | ||
|
||
where MPI_ADDRESS_KIND is a constant defined in mpif.h and gives the | ||
where ``MPI_ADDRESS_KIND`` is a constant defined in ``mpif.h`` and gives the | ||
length of the declared integer in bytes. | ||
|
||
|
||
|
@@ -172,4 +172,6 @@ ERRORS | |
.. include:: ./ERRORS.rst | ||
|
||
.. seealso:: | ||
:ref:`MPI_Put` :ref:`MPI_Get_accumulate` :ref:`MPI_Reduce` | ||
* :ref:`MPI_Put` | ||
* :ref:`MPI_Get_accumulate` | ||
* :ref:`MPI_Reduce` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In list-ifying all the See Also's, I don't think I have a strong opinion, but I do have an opinion. 😄 We took our cue from other Linux and MacOS man pages on how to do the See Also's. For example, And if I Meaning: if we want to keep with conventions of other man pages, we should probably add commas to our list of man pages, not bullets. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I partially agree ;) The man-page comma-separated links might be good for a terminal view, but definitely not for a HTML page view. The links gets bunched together. I think this should be fixed via some other means, e.g. by some customization of the |
Uh oh!
There was an error while loading. Please reload this page.