python2 -m unittest --verbose --catch --failfast tests.py
clean:
- rm -rv {*,.}/__pycache__/
+ rm -rv diaspy/__pycache__/
+ rm -rv diaspy/*.pyc
+ rm -rv ./__pycache__/
+ rm -rv *.pyc
import diaspy.client as client
import diaspy.people as people
import diaspy.notifications as notifications
+
+
+__version__ = '0.2.0'
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
clean:
- -rm -rf $(BUILDDIR)/*
+ -rm -rvf $(BUILDDIR)/*
html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
# built documents.
#
# The short X.Y version.
-version = '0.0.1'
+version = '0.2.0'
# The full version, including alpha/beta/rc tags.
-release = '0.0.1'
+release = '0.2.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
.. toctree::
:maxdepth: 4
- client
+ connection
models
streams
- connection
conversations
+ people
+ errors
+ client