.. python-crowd documentation master file, created by sphinx-quickstart on Mon Jun 18 21:50:56 2012. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to python-crowd's documentation! ======================================== .. include:: ../README.rst :start-line: 3 Contents: .. toctree:: :maxdepth: 2 Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. automodule:: crowd :members: Simple Authentication Test ========================== .. literalinclude:: ../examples/simple_auth_test.py :lines: 2- :emphasize-lines: 8-9,18 :linenos: Simple Token Authentication =========================== .. literalinclude:: ../examples/simple_token_auth.py :lines: 2- :emphasize-lines: 8-9,18-19,26-27 :linenos: