index.rst 730 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .. Django Hackathon Starter documentation master file, created by
  2. sphinx-quickstart on Sun Apr 12 22:33:44 2015.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to Django Hackathon Starter's documentation!
  6. ====================================================
  7. Contents:
  8. .. toctree::
  9. :maxdepth: 2
  10. Github
  11. ======
  12. .. automodule:: github
  13. :members:
  14. Instagram
  15. =========
  16. .. automodule:: instagram
  17. :members:
  18. Steam
  19. =====
  20. .. automodule:: steam
  21. :members:
  22. Tumblr
  23. ======
  24. .. automodule:: tumblr
  25. :members:
  26. Twilio
  27. ======
  28. .. automodule:: twilioapi
  29. :members:
  30. Indices and tables
  31. ==================
  32. * :ref:`genindex`
  33. * :ref:`modindex`
  34. * :ref:`search`