I don't know how many people are paying attention to Django and learning Django. It is necessary to start with the document. However, all documents provided by Django are in the docs directory and are written in the rest format. How can this problem be converted. In fact, it is very simple. If you download the docutils package, decompress the package and you can see a file named buildhtml in the tools directory. copy the file to the docs directory, and then run the command line:
Python buildhtml. py
So thisProgramThe text files in the current directory are automatically converted to HTML files. How are you doing? It's easy.
======================================
The blog from limodou is selected above.
Http://blog.donews.com/limodou/archive/2005/11/11/623564.aspx
Additionally, you need to install the docutils package after downloading it. Otherwise, Python buildhtml. py cannot work.
Installation Method: Enter the directory after docutils decompression, and then execute: Python setup. py install