Skip to content

Commit

Permalink
Replace _metalad with _helloworld for easier grepping
Browse files Browse the repository at this point in the history
  • Loading branch information
mslw committed Feb 9, 2022
1 parent 1929a22 commit 8e9bcbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/Makefile
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_metalad.qhcp"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/datalad_helloworld.qhcp"
@echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/datalad_metalad.qhc"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/datalad_helloworld.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_metalad"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/datalad_metalad"
@echo "# mkdir -p $$HOME/.local/share/devhelp/datalad_helloworld"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/datalad_helloworld"
@echo "# devhelp"

epub:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# datalad_metalad documentation build configuration file, created by
# datalad_helloworld documentation build configuration file, created by
# sphinx-quickstart on Tue Oct 13 08:41:19 2015.
#
# This file is execfile()d with the current directory set to its
Expand Down

0 comments on commit 8e9bcbc

Please sign in to comment.