.. -*- rst-mode -*- ===================== README: The Sandbox ===================== The Sandbox_ is a place to play around, to try out and share ideas. It's a part of the Subversion repository but it isn't distributed as part of Docutils_ releases. It's OK to make a mess in the sandbox! But please, play nice. A project-specific subdirectory should be created for each new project. Any developer who wants to play in the sandbox may create their own subdirectory (suggested name: SourceForge ID, or given name + family initial), but project directories are recommended over personal directories, which discourage collaboration. For more information, please see the `Docutils Project Policies`_. The Sandbox_ is mirrored at the Docutils web site, so the `Docutils Web Site`_ documentation applies as well. .. This link gives readers a way to *go to* the sandbox: .. _Sandbox: ./ .. _Docutils: http://docutils.sourceforge.net/ .. _Docutils Project Policies: http://docutils.sourceforge.net/docs/dev/policies.html#the-sandbox .. _Docutils Web Site: http://docutils.sourceforge.net/docs/dev/website.html Sandbox Projects ================ .. contents:: :local: Project Infrastructure ---------------------- `docutils-update `_ is a script that is installed as a cron job on BerliOS.de to automatically update the Docutils `web site`_ whenever the SVN files change. Any .html document with a corresponding .txt file is regenerated whenever the .txt file changes. .. _web site: http://docutils.sf.net/docs/dev/website.html Documenting Python ------------------ Some work has been done on enabling Docutils to write the `"Documenting Python" variant of LaTeX`__, which we're calling "DocPy". __ http://docs.python.org/doc/doc.html * `Edward Loper's sandbox `__. The example "asyncore.rst" file was originally adapted by Steve Holden and Bill Sconce. * `Dave Kuhlman's sandbox `__ and `his homepage `__. * `docpy-writer `__ was used for ctypes documentation. Other Sandbox Projects ---------------------- * ``_ contains documentation, reasoning and experimental code for support of syntax highlight in docutils. * ``_ is a place to try out and discuss variants of the latex2e writer. * ``_ is a front end for the generation of PDF documents from a reStructuredText source in one step cleaning up intermediate files. For other sandbox projects, please see the `Docutils Link List`_. .. _Docutils Link List: http://docutils.sf.net/docs/user/links.html