Skip to content

Commit 6056673

Browse files
authored
Merge pull request #8 from fimion/fix/0.2-version-update
Version 0.2.0 Release
2 parents 27e391b + a67fa41 commit 6056673

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+17831
-13
lines changed

conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
import sys
2222
sys.path.insert(0, os.path.abspath('.'))
2323

24+
VERSION_NUMBER = '0.2.0'
25+
2426
# -- General configuration ------------------------------------------------
2527

2628
# If your documentation needs a minimal Sphinx version, state it here.
@@ -60,9 +62,9 @@
6062
# built documents.
6163
#
6264
# The short X.Y version.
63-
version = '0.1'
65+
version = VERSION_NUMBER
6466
# The full version, including alpha/beta/rc tags.
65-
release = '0.1'
67+
release = VERSION_NUMBER
6668

6769
# The language for content autogenerated by Sphinx. Refer to documentation
6870
# for a list of supported languages.

docs/.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: f263500cfb0d5d2170f725a888bd40f0
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/.doctrees/environment.pickle

11.2 KB
Binary file not shown.

docs/.doctrees/index.doctree

35.6 KB
Binary file not shown.

docs/_sources/index.rst.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.. wheniwork documentation master file, created by
2+
sphinx-quickstart on Fri Jul 22 17:57:46 2016.
3+
You can adapt this file completely to your liking, but it should at least
4+
contain the root `toctree` directive.
5+
6+
Welcome to wheniwork's documentation!
7+
=====================================
8+
9+
Contents:
10+
11+
.. toctree::
12+
:maxdepth: 2
13+
14+
.. automodule:: wheniwork
15+
:members:
16+
17+
18+
19+
Indices and tables
20+
==================
21+
22+
* :ref:`genindex`
23+
* :ref:`modindex`
24+
* :ref:`search`
25+

docs/_static/ajax-loader.gif

673 Bytes
Loading

0 commit comments

Comments
 (0)