Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged initial Sphinx documentation structure. | W. Trevor King | 2010-02-08 | 1 | -0/+44 |
| | | | | | | | | | | | There's still a long way to go in this direction, but the basic framework is now in place. Toss in numpydoc-style docstrings http://projects.scipy.org/numpy/wiki/CodingStyleGuidelines when you have time, and things will gradually improve over time. I also punted our user ID creation/parsing in libbe.ui.util.user to the email module. This way IDs are handled in an RFC-compliant way (less suprising for users) and by someone else (less work for us :). | ||||
* | Consolidated Makefile and doc/man/module.mk. Incorperated doc/Makefile. | W. Trevor King | 2010-02-08 | 1 | -44/+0 |
| | | | | | | | | | | | Now make sphinx builds the Sphinx HTML documentation (in doc/.build/html), and make clean cleans up everything. Having a separate module.mk was just making things confusing, so I took it out ;). | ||||
* | Moved manpage source doc/src to doc/man | W. Trevor King | 2010-02-05 | 1 | -0/+44 |