Skip to content

Commit e3aa6b7

Browse files
committed
docs: A variety of updates
Shuffle the docs organization around per discussion on github. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 8c24e08 commit e3aa6b7

29 files changed

+115
-68
lines changed

docs/Makefile.am

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,23 @@ IMAGE_SOURCE_FILES = \
3535
$(srcdir)/installing-open-mpi/required-support-libraries-dependency-graph.png
3636
RST_SOURCE_FILES = \
3737
$(srcdir)/*.rst \
38-
$(srcdir)/app-debug/*.rst \
39-
$(srcdir)/building-apps/*.rst \
40-
$(srcdir)/developers/*.rst \
41-
$(srcdir)/faq/*.rst \
42-
$(srcdir)/features/*.rst \
38+
$(srcdir)/release-notes/*.rst \
4339
$(srcdir)/installing-open-mpi/*.rst \
4440
$(srcdir)/installing-open-mpi/*/*.rst \
41+
$(srcdir)/features/*.rst \
42+
$(srcdir)/building-apps/*.rst \
43+
$(srcdir)/launching-apps/*.rst \
44+
$(srcdir)/tuning-apps/*.rst \
45+
$(srcdir)/tuning-apps/*/*.rst \
46+
$(srcdir)/app-debug/*.rst \
47+
$(srcdir)/faq/*.rst \
48+
$(srcdir)/developers/*.rst \
4549
$(srcdir)/license/*.rst \
50+
$(srcdir)/news/*.rst \
4651
$(srcdir)/man-openmpi/*.rst \
4752
$(srcdir)/man-openmpi/man*/*.rst \
4853
$(srcdir)/man-openshmem/*.rst \
49-
$(srcdir)/man-openshmem/man*/*.rst \
50-
$(srcdir)/networking/*.rst \
51-
$(srcdir)/news/*.rst \
52-
$(srcdir)/release-notes/*.rst \
53-
$(srcdir)/running-apps/*.rst
54+
$(srcdir)/man-openshmem/man*/*.rst
5455

5556
EXTRA_DIST = \
5657
requirements.txt \

docs/developers/terminology.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ terminology in order to make the rest of the discussion easier.
88
Modular Component Architecture (MCA)
99
------------------------------------
1010

11-
:doc:`See this section </running-apps/tuning>` for a discussion of the
12-
Modular Component Architecture (MCA). Seriously. Go read it now.
13-
From reading that section, you should understand the following terms
14-
before continuing reading these docs:
11+
:ref:`See this section <label-mca>` for a discussion of the Modular
12+
Component Architecture (MCA). Seriously. Go read it now. From
13+
reading that section, you should understand the following terms before
14+
continuing reading these docs:
1515

1616
* Project
1717
* Framework

docs/faq/general-tuning.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,9 @@ the ``mpi_warn_on_fork`` MCA parameter. For example:
173173
shell$ mpirun --mca mpi_warn_on_fork 0 ...
174174
175175
Of course, systems that ``dlopen("libmpi.so", ...)`` may not use Open
176-
MPI's ``mpirun``, and therefore may need to use (JMS: this ref no
177-
longer exists -- it moved to running-apps/tuning.rst) a different
178-
mechanism to set MCA parameters
179-
<faq-general-tuning-setting-mca-params>`.
176+
MPI's ``mpirun``, and therefore may need to use (**JMS: this ref no
177+
longer exists -- it moved to elsewhere**) a different mechanism to set
178+
MCA parameters <faq-general-tuning-setting-mca-params>`.
180179

181180
/////////////////////////////////////////////////////////////////////////
182181

docs/faq/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,4 @@ that they are worth categorizing in an official way.
2929

3030
large-clusters
3131

32-
ompio
33-
3432
general-tuning

docs/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,11 @@ Table of contents
6767
features/index
6868
validate
6969
version-numbering
70+
mca
7071
building-apps/index
71-
running-apps/index
72+
launching-apps/index
73+
tuning-apps/index
7274
app-debug/index
73-
networking/index
7475
faq/index
7576
developers/index
7677
contributing
File renamed without changes.

docs/running-apps/index.rst renamed to docs/launching-apps/index.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _label-running-mpi-applications:
22

3-
Running MPI applications
4-
========================
3+
Launching MPI applications
4+
==========================
55

66
Open MPI can launch MPI processes in a wide variety of environments,
77
but they can generally be broken down into two categories:
@@ -18,9 +18,8 @@ but they can generally be broken down into two categories:
1818
:maxdepth: 1
1919

2020
quickstart
21-
pmix-and-prrte
2221
prerequisites
23-
tuning
22+
pmix-and-prrte
2423

2524
localhost
2625
ssh
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)