From 20b4899aa79267ee87fcec9912c79aeb1f08d340 Mon Sep 17 00:00:00 2001 From: Tim Callow Date: Tue, 7 Jan 2025 10:10:05 +0100 Subject: [PATCH] Fix remaining docs issues --- docs/Makefile | 8 ++++---- docs/source/cli_reference.rst | 2 ++ docs/source/python_reference.rst | 2 ++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 29b72a7..8c4868a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -87,9 +87,9 @@ qthelp: @echo @echo "Build finished; now you can run "qcollectiongenerator" with the" \ ".qhcp project file in $(BUILDDIR)/qthelp, like this:" - @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/datalad_helloworld.qhcp" + @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/datalad_slurm.qhcp" @echo "To view the help file:" - @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/datalad_helloworld.qhc" + @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/datalad_slurm.qhc" applehelp: $(SPHINXBUILD) -b applehelp $(ALLSPHINXOPTS) $(BUILDDIR)/applehelp @@ -104,8 +104,8 @@ devhelp: @echo @echo "Build finished." @echo "To view the help file:" - @echo "# mkdir -p $$HOME/.local/share/devhelp/datalad_helloworld" - @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/datalad_helloworld" + @echo "# mkdir -p $$HOME/.local/share/devhelp/datalad_slurm" + @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/datalad_slurm" @echo "# devhelp" epub: diff --git a/docs/source/cli_reference.rst b/docs/source/cli_reference.rst index c5e1908..19accf3 100644 --- a/docs/source/cli_reference.rst +++ b/docs/source/cli_reference.rst @@ -5,3 +5,5 @@ Command line reference :maxdepth: 1 generated/man/datalad-schedule + generated/man/datalad-finish + generated/man/datalad-reschedule diff --git a/docs/source/python_reference.rst b/docs/source/python_reference.rst index 3f7892f..b3b2a47 100644 --- a/docs/source/python_reference.rst +++ b/docs/source/python_reference.rst @@ -6,3 +6,5 @@ High-level API commands :toctree: generated schedule + finish + reschedule