From 54e12896b494ec38ef136ac9777f039ca51ff94d Mon Sep 17 00:00:00 2001 From: Lisandro Dalcin Date: Sat, 11 May 2013 11:46:14 +0300 Subject: [PATCH] Update year 2012 -> 2013 --- LICENSE.txt | 2 +- docs/source/usrman/Makefile | 8 ++++---- docs/source/usrman/conf.py | 4 ++-- docs/source/usrman/make.bat | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 3c59e6a..7c64ed4 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -9,7 +9,7 @@ LICENSE: MPI for Python :Address: CCT CONICET, 3000 Santa Fe, Argentina -Copyright (c) 2012, Lisandro Dalcin. +Copyright (c) 2013, Lisandro Dalcin. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/docs/source/usrman/Makefile b/docs/source/usrman/Makefile index f488bef..7ed4227 100644 --- a/docs/source/usrman/Makefile +++ b/docs/source/usrman/Makefile @@ -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/PETScforPython.qhcp" + @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/MPIforPython.qhcp" @echo "To view the help file:" - @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/PETScforPython.qhc" + @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/MPIforPython.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/PETScforPython" - @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/PETScforPython" + @echo "# mkdir -p $$HOME/.local/share/devhelp/MPIforPython" + @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/MPIforPython" @echo "# devhelp" epub: diff --git a/docs/source/usrman/conf.py b/docs/source/usrman/conf.py index f4063e2..538361f 100644 --- a/docs/source/usrman/conf.py +++ b/docs/source/usrman/conf.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # MPI for Python documentation build configuration file, created by -# sphinx-quickstart on Mon Jul 23 13:42:07 2012. +# sphinx-quickstart on Sat May 11 08:44:19 2013. # # This file is execfile()d with the current directory set to its containing dir. # @@ -45,7 +45,7 @@ # General information about the project. project = u'MPI for Python' -copyright = u'2012, Lisandro Dalcin' +copyright = u'2013, Lisandro Dalcin' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/docs/source/usrman/make.bat b/docs/source/usrman/make.bat index 167298f..470a50f 100644 --- a/docs/source/usrman/make.bat +++ b/docs/source/usrman/make.bat @@ -99,9 +99,9 @@ if "%1" == "qthelp" ( echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: - echo.^> qcollectiongenerator %BUILDDIR%\qthelp\PETScforPython.qhcp + echo.^> qcollectiongenerator %BUILDDIR%\qthelp\MPIforPython.qhcp echo.To view the help file: - echo.^> assistant -collectionFile %BUILDDIR%\qthelp\PETScforPython.ghc + echo.^> assistant -collectionFile %BUILDDIR%\qthelp\MPIforPython.ghc goto end )