Skip to content

Commit

Permalink
Merge tag 'v1.0.1' into develop
Browse files Browse the repository at this point in the history
update doc urls
  • Loading branch information
thespacedoctor committed Sep 25, 2016
2 parents 1ef94c8 + 18c4895 commit b826c73
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/_api/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# tastic documentation build configuration file, created by
# sphinx-quickstart on Sun Sep 25 18:53:56 2016.
# sphinx-quickstart on Sun Sep 25 20:21:32 2016.
#
# This file is execfile()d with the current directory set to its
# containing dir.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/_api/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. tastic documentation master file, created by
sphinx-quickstart on Sun Sep 25 18:53:56 2016.
sphinx-quickstart on Sun Sep 25 20:21:32 2016.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Expand Down
2 changes: 1 addition & 1 deletion tastic/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0'
__version__ = '1.0.1'
4 changes: 2 additions & 2 deletions tastic/tests/test_tastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_projects_function(self):

# DOCUMENT LEVEL METHODS AND PROPERTIES
# LOAD UP THE TASKPAPER FILE
taskpaperFile = pathToOutputDir + "/test.taskpaper"
taskpaperFile = pathToOutputDir + "/saturday-tasks.taskpaper"
doc = document(taskpaperFile)

# PROJECT LEVEL METHODS AND PROPERTIES
Expand Down Expand Up @@ -210,7 +210,7 @@ def test_task_function(self):

# DOCUMENT LEVEL METHODS AND PROPERTIES
# LOAD UP THE TASKPAPER FILE
taskpaperFile = pathToOutputDir + "/test.taskpaper"
taskpaperFile = pathToOutputDir + "/saturday-tasks.taskpaper"
doc = document(taskpaperFile)

# TASK LEVEL METHODS AND PROPERTIES
Expand Down

0 comments on commit b826c73

Please sign in to comment.