25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 년 전
14 년 전
123456789101112131415161718192021222324252627282930313233
  1. Documentation Help:
  2. ===================
  3. 1. To rebuild documentation
  4. ---------------------------
  5. make html
  6. 2. Install
  7. -----------
  8. easy_install sphinx
  9. 3. Build modules again (if you have added new modules)
  10. ----------------------
  11. python generate_modules.py ../cgi-bin -d . -f
  12. help:
  13. NOTE: if you do this, all existing changes to the source files will be lost
  14. python generate_modules.py [source] -d [destination] [-f to rebuild]
  15. 4. General Sphinx Help
  16. ----------------------
  17. 1. install sphinx
  18. 2. create a docs folder
  19. 3. in the docs folder, do sphinx-quickstart (say yes to autodocs and viewcode)
  20. 4. generate module .txt files using generate_modules.py script by Thomas Waldmann
  21. 5. add cool css and icons in _static folder
  22. 6. update conf.py and add sys.path.append - change .rst to .txt
  23. 7. run "make html"