Skip to content

Commit

Permalink
wip / checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Squyres <[email protected]>
  • Loading branch information
jsquyres committed Aug 16, 2023
1 parent 76b454c commit 12ff0f7
Show file tree
Hide file tree
Showing 126 changed files with 2,421 additions and 1,281 deletions.
17 changes: 8 additions & 9 deletions docs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@

OUTDIR = _build
SPHINX_CONFIG = conf.py
#SPHINX_OPTS ?= -W --keep-going -j auto -T
SPHINX_OPTS ?= -W -T
SPHINX_OPTS ?= -W --keep-going -j auto

# Note: it is significantly more convenient to list all the source
# files here using wildcards (vs. listing every single .rst file).
Expand All @@ -42,16 +41,17 @@ RST_SOURCE_FILES = \
$(srcdir)/man/man1/*.rst \
$(srcdir)/man/man5/*.rst

# JMS Remove prterun dir?
BOGUS= \
$(srcdir)/man/man1/prterun/*.rst \
bogus

EXTRA_DIST = \
requirements.txt \
$(SPHINX_CONFIG) \
$(RST_SOURCE_FILES)

# Note that the man pages also include files over in ../src/docs, so
# we list them here for dependency reasons (but we don't need to list
# them in EXTRA_DIST, so we make them distinct from RST_SOURCE_FILES).
OTHER_RST_SOURCE_FILES = \
$(srcdir)/../src/docs/*.rst

###########################################################################

# Note: we list all the man pages explicitly (as opposed to using
Expand All @@ -73,8 +73,6 @@ PRTE_MAN5 = \

MAN_OUTDIR = $(OUTDIR)/man

# JMS Do we want to ditch the subdir?
#PRTE_MAN1_RST = $(PRTE_MAN1:%.1=man/man1/%.1.rst) man/man1/prterun/*.rst
PRTE_MAN1_RST = $(PRTE_MAN1:%.1=man/man1/%.1.rst)
PRTE_MAN1_BUILT = $(PRTE_MAN1:%.1=$(MAN_OUTDIR)/%.1)

Expand Down Expand Up @@ -107,6 +105,7 @@ EXTRA_DIST += \
ALL_MAN_BUILT = \
$(PRTE_MAN1_BUILT) $(PRTE_MAN5_BUILT)
$(ALL_MAN_BUILT): $(RST_SOURCE_FILES) $(IMAGE_SOURCE_FILES)
$(ALL_MAN_BUILT): $(OTHER_RST_SOURCE_FILES)
$(ALL_MAN_BUILT): $(TEXT_SOURCE_FILES) $(SPHINX_CONFIG)

# List both commands (HTML and man) in a single rule because they
Expand Down
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('./_ext'))
extensions = [ ]

# -- Project information -----------------------------------------------------

Expand Down Expand Up @@ -122,7 +120,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
import sphinx_rtd_theme
extensions.extend(['recommonmark', "sphinx_rtd_theme"])
extensions = ['recommonmark', "sphinx_rtd_theme"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
1 change: 0 additions & 1 deletion docs/man/man1/cli-allow-run-as-root.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-bind-to.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-dash-host.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-debug-daemons-file.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-debug-daemons.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-display.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-dvm-hostfile.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-dvm.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-forward-signals.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-launcher-hostfile.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-leave-session-attached.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-map-by.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-noprefix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-notifications.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-output.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-personality.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-pmixmca.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-prefix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-prtemca.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-rank-by.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-runtime-options.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-stream-buffering.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-tmpdir-tool.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-tmpdir.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-tune.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/cli-x.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/deprecated-bind-to-core.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/deprecated-display-allocation.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/deprecated-display-devel-allocation.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/deprecated-display-devel-map.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/deprecated-display-map.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/deprecated-display-topo.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/deprecated-gmca.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/deprecated-mca.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/deprecated-merge-stderr-to-stdout.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/deprecated-output-directory.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/deprecated-output-filename.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/deprecated-report-bindings.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/deprecated-tag-output.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/deprecated-timestamp-output.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/deprecated-xml.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/help-schizo-hostfile-syntax.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/help-schizo-relative-indexing.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/help-schizo-session-dir.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/man/man1/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Commands (section 1)
prte.1.rst
prte_info.1.rst
prted.1.rst
prterun.1.rst
prterun/prterun.1.rst
prun.1.rst
1 change: 0 additions & 1 deletion docs/man/man1/placement-diagnostics.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/placement-examples.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/placement-fundamentals.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/placement-limits.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/placement-overview.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/man/man1/placement-rankfiles.rst

This file was deleted.

1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-allow-run-as-root.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-bind-to.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-dash-host.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-debug-daemons-file.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-debug-daemons.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-display.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-dvm-hostfile.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-dvm.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-forward-signals.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-launcher-hostfile.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-leave-session-attached.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-map-by.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-noprefix.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-notifications.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-output.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-personality.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-pmixmca.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-prefix.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-prtemca.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-rank-by.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-runtime-options.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-stream-buffering.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-tmpdir-tool.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-tmpdir.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-tune.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/cli-x.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/deprecated-bind-to-core.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/deprecated-display-allocation.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/deprecated-display-devel-map.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/deprecated-display-map.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/deprecated-display-topo.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/deprecated-gmca.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/deprecated-mca.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/deprecated-output-directory.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/deprecated-output-filename.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/deprecated-report-bindings.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/deprecated-tag-output.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/deprecated-timestamp-output.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/deprecated-xml.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/help-schizo-hostfile-syntax.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/help-schizo-relative-indexing.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/help-schizo-session-dir.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/placement-diagnostics.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/placement-examples.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/placement-fundamentals.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/placement-limits.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/placement-overview.rst
1 change: 1 addition & 0 deletions docs/man/man1/prterun/placement-rankfiles.rst
File renamed without changes.
Loading

0 comments on commit 12ff0f7

Please sign in to comment.