Skip to content

Commit

Permalink
Fix remaining docs issues
Browse files Browse the repository at this point in the history
  • Loading branch information
timcallow committed Jan 7, 2025
1 parent 30c3bd2 commit 20b4899
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions docs/source/cli_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Command line reference
:maxdepth: 1

generated/man/datalad-schedule
generated/man/datalad-finish
generated/man/datalad-reschedule
2 changes: 2 additions & 0 deletions docs/source/python_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ High-level API commands
:toctree: generated

schedule
finish
reschedule

0 comments on commit 20b4899

Please sign in to comment.