1
0

index.rst 535 B

12345678910111213141516171819202122232425262728293031
  1. .. PyWebIO documentation master file, created by
  2. sphinx-quickstart on Fri Mar 13 21:00:26 2020.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to PyWebIO's documentation!
  6. ===================================
  7. .. toctree::
  8. :maxdepth: 2
  9. :caption: 使用手册
  10. guide
  11. input
  12. output
  13. .. toctree::
  14. :maxdepth: 2
  15. :caption: 开发手册
  16. arch
  17. Indices and tables
  18. ==================
  19. * :ref:`genindex`
  20. * :ref:`modindex`
  21. * :ref:`search`