Skip to content

Commit

Permalink
Merge pull request #8 from fimion/fix/0.2-version-update
Browse files Browse the repository at this point in the history
Version 0.2.0 Release
  • Loading branch information
fimion committed Nov 26, 2018
2 parents 27e391b + a67fa41 commit 6056673
Show file tree
Hide file tree
Showing 78 changed files with 17,831 additions and 13 deletions.
6 changes: 4 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
import sys
sys.path.insert(0, os.path.abspath('.'))

VERSION_NUMBER = '0.2.0'

# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
Expand Down Expand Up @@ -60,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1'
version = VERSION_NUMBER
# The full version, including alpha/beta/rc tags.
release = '0.1'
release = VERSION_NUMBER

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 4 additions & 0 deletions docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +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: f263500cfb0d5d2170f725a888bd40f0
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added docs/.doctrees/environment.pickle
Binary file not shown.
Binary file added docs/.doctrees/index.doctree
Binary file not shown.
25 changes: 25 additions & 0 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. wheniwork documentation master file, created by
sphinx-quickstart on Fri Jul 22 17:57:46 2016.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to wheniwork's documentation!
=====================================

Contents:

.. toctree::
:maxdepth: 2

.. automodule:: wheniwork
:members:



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

Binary file added docs/_static/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6056673

Please sign in to comment.