Skip to content

Commit

Permalink
Merge branch 'release/v0.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi committed Oct 12, 2015
2 parents b1e7783 + 10e4e2d commit 156fbb4
Show file tree
Hide file tree
Showing 66 changed files with 11,950 additions and 2,295 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/inbox
/taas.egg-info
/venv
/static
Expand Down
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
python:
- '3.4'
before_install:
- sudo apt-get update -qq
- sudo apt-get install python3-dev
install:
- python setup.py install
script:
- python setup.py test
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

Reservation system for dog agility training ground.

[![Build Status](https://travis-ci.org/crypotex/taas.svg?branch=develop)](https://travis-ci.org/crypotex/taas)
[![Documentation Status](https://readthedocs.org/projects/taas/badge/?version=latest)](http://taas.readthedocs.org/en/latest/?badge=latest)

## Authors
- Andre Tättar
- Andre Tattar
- Annika Laumets
- Viktoria Plemakova
- Dmitri Tšumak
- Dmitri Tsumak

## Developer guidelines

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
source_suffix = '.rst'

# The encoding of source files.
#source_encoding = 'utf-8-sig'
source_encoding = 'utf-8'

# The master toctree document.
master_doc = 'index'
Expand Down
5 changes: 5 additions & 0 deletions docs/customer/mock.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Project mock
============

We have prototyped project UI using mockups and linked requirements to the corresponding UI screens.
You can access website mock by following this :download:`link <taas_mockup.pdf>`
Binary file added docs/customer/taas_mockup.pdf
Binary file not shown.
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ Developing TAAS
developer/guide


Information for customer
------------------------
.. toctree::
:maxdepth: 1

customer/mock


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

Expand Down

0 comments on commit 156fbb4

Please sign in to comment.