Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
dist_fit → probfit.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpearce committed Nov 11, 2016
1 parent 3de7d80 commit 2399b16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@ qthelp:
@echo
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/dist_fit.qhcp"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/probfit.qhcp"
@echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/dist_fit.qhc"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/probfit.qhc"

devhelp:
$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
@echo
@echo "Build finished."
@echo "To view the help file:"
@echo "# mkdir -p $$HOME/.local/share/devhelp/dist_fit"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/dist_fit"
@echo "# mkdir -p $$HOME/.local/share/devhelp/probfit"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/probfit"
@echo "# devhelp"

epub:
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# dist_fit documentation build configuration file, created by
# probfit documentation build configuration file, created by
# sphinx-quickstart on Sat Nov 10 11:16:37 2012.
#
# This file is execfile()d with the current directory set to its containing dir.
Expand Down Expand Up @@ -216,7 +216,7 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'probfit.tex', u'dist\\_fit Documentation',
('index', 'probfit.tex', u'probfit Documentation',
u'Piti Ongmongkolkul', 'manual'),
]

Expand Down

0 comments on commit 2399b16

Please sign in to comment.