Skip to content

Commit

Permalink
add user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
houqp committed May 20, 2017
1 parent 124ff72 commit 273a1d0
Show file tree
Hide file tree
Showing 14 changed files with 407 additions and 4 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
web: oncall-dev ./configs/config.yaml --skip-build-assets
assets: build_assets watch
doc: bash -c 'cd docs && sphinx-autobuild -H 0.0.0.0 -p ${PORT} --ignore '*~' source build/html/'
4 changes: 4 additions & 0 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ pytest-mock
requests
gunicorn
flake8
Sphinx==1.5.6
sphinxcontrib-httpdomain
sphinx_rtd_theme
sphinx-autobuild
6 changes: 5 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)


livehtml:
sphinx-autobuild -b html -H 0.0.0.0 --ignore '*~' "$(SOURCEDIR)" "$(BUILDDIR)/html"
Binary file added docs/source/_static/add-remove-rosters.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/create-event.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/create-team.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/show-on-cal.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/substitute-events.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/swap-events.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/update-team.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
API
REST API
========

.. autofalcon:: oncall.doc_helper:app
15 changes: 14 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,23 @@
Welcome to Oncall's documentation!
==================================

Oncall_ is a calendar tool designed for scheduling and managing on-call shifts.
It is a standalone application that serves as source of truth for dynamic
ownership information as well as contact info.

.. _Oncall: http://oncall.tools
.. _Iris: http://iris.claims

At linkedin, we use Oncall together with our open-source escalation and
messaging system Iris_. The combination of the two provide a way to manage
on-call schedules and ensure that the person scheduled as on-call at a given
time is notified of any issues.

.. toctree::
:maxdepth: 2
:caption: Contents:
:caption: Table of contents

user_guide
api


Expand Down
Loading

0 comments on commit 273a1d0

Please sign in to comment.