Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Rushabh Mehta b624972f0d added new docs 14 anos atrás
..
README added new docs 14 anos atrás
default.css added new docs 14 anos atrás
pygments.css added new docs 14 anos atrás
wnflogo200.gif added new docs 14 anos atrás

README

Documentation Help:
===================

1. To rebuild documentation
---------------------------

(set webnotes path in conf.py in this folder)
make html

2. Install
-----------

easy_install sphinx

3. Build modules again (if you have added new modules)
----------------------

python generate_modules.py ../ -d . -f

help:

python generate_modules.py [source] -d [destination] [-f to rebuild]

4. General Sphinx Help
----------------------

1. install sphinx
2. create a docs folder
3. in the docs folder, do sphinx-quickstart (say yes to autodocs and viewcode)
4. generate module .txt files using generate_modules.py script by Thomas Waldmann
5. add cool css and icons in _static folder
6. update conf.py and add sys.path.append - change .rst to .txt
7. run "make html"