Add documentation about notifications

This commit is contained in:
Julien Duponchelle
2016-06-30 10:55:47 +02:00
parent 543b423e03
commit 758a427a76
145 changed files with 777 additions and 424 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh
#
# Copyright (C) 2015 GNS3 Technologies Inc.
#
@ -28,7 +28,7 @@ export PYTEST_BUILD_DOCUMENTATION=1
rm -Rf docs/api/
mkdir -p docs/api/examples
py.test -v tests/handlers
py.test -v tests
export PYTHONPATH=.
python3 gns3server/web/documentation.py