diff --git a/docs/.buildinfo b/docs/.buildinfo
index d6a2a88..d558d7c 100644
--- a/docs/.buildinfo
+++ b/docs/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: be625054012c59005cd92cdf8ec350c8
+config: 8626624fc90d1c39a94b9d4c064965c5
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/_sources/commiting.rst.txt b/docs/_sources/commiting.rst.txt
deleted file mode 100644
index 5fdf8b7..0000000
--- a/docs/_sources/commiting.rst.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-Committing to zroya
-===================
-
-Changes in C files
-------------------
-
-1) Build Python extension from C source
-
- > python setup.py build
-
- Make sure there are no errors.
-
-2) Test it with existing tests
-
- > python setup.py test
-
- Make sure all tests passed
-
-3) Write your own tests when necessary.
-
-4) Change documentation. See Changes in Documentation
-
-5) Make stubs
-
- > python setup.py stubs
-
-Changes in Python files
------------------------
-
-1) Test your changes with existing tests
-
- > python setup.py test
-
-2) Write your own tests when necessary.
-
-3) Change documentation. See Changes in Documentation
-
-4) Make stubs
-
- > python setup.py stubs
-
-Changes in documentation
-------------------------
-
-1) Build html documentation
-
- > python setup.py docs
diff --git a/docs/_sources/documentation.rst.txt b/docs/_sources/documentation.rst.txt
index e536f22..baa2fad 100644
--- a/docs/_sources/documentation.rst.txt
+++ b/docs/_sources/documentation.rst.txt
@@ -18,6 +18,12 @@ TemplateType
.. autoclass:: zroya.TemplateType
:members:
+TemplateDuration
+^^^^^^^^^^^^^^^^
+
+.. autoclass:: zroya.TemplateDuration
+ :members:
+
Audio
-----
diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js
index 5a14e90..56ceb34 100644
--- a/docs/_static/documentation_options.js
+++ b/docs/_static/documentation_options.js
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
- VERSION: '0.2.2',
+ VERSION: '0.2.4',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
diff --git a/docs/commiting.html b/docs/commiting.html
deleted file mode 100644
index 5d8d7d9..0000000
--- a/docs/commiting.html
+++ /dev/null
@@ -1,152 +0,0 @@
-
-
-
-
-
-
-
- Committing to zroya — Zroya 0.2 documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Committing to zroya
-
-
Changes in C files
-
-Build Python extension from C source
-
-> python setup.py build
-
Make sure there are no errors.
-
-
-Test it with existing tests
-
-> python setup.py test
-
Make sure all tests passed
-
-
-Write your own tests when necessary.
-
-Change documentation. See Changes in Documentation
-
-Make stubs
-
-> python setup.py stubs
-
-
-
-
-
-
Changes in Python files
-
-Test your changes with existing tests
-
-
-
-Write your own tests when necessary.
-
-Change documentation. See Changes in Documentation
-
-Make stubs
-
-> python setup.py stubs
-
-
-
-
-
-
Changes in documentation
-
-Build html documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/committing.html b/docs/committing.html
index 358888b..0d03fd6 100644
--- a/docs/committing.html
+++ b/docs/committing.html
@@ -6,7 +6,7 @@
- Committing to zroya — Zroya 0.2.2 documentation
+ Committing to zroya — Zroya 0.2.4 documentation
diff --git a/docs/content.html b/docs/content.html
index f89d730..24590b9 100644
--- a/docs/content.html
+++ b/docs/content.html
@@ -6,7 +6,7 @@
- Tutorial — Zroya 0.2.2 documentation
+ Tutorial — Zroya 0.2.4 documentation
diff --git a/docs/documentation.html b/docs/documentation.html
index a4461ae..b1259f9 100644
--- a/docs/documentation.html
+++ b/docs/documentation.html
@@ -6,7 +6,7 @@
- API Documentation — Zroya 0.2.2 documentation
+ API Documentation — Zroya 0.2.4 documentation
@@ -144,6 +144,16 @@ Template