Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add CherryPy dependency and minimal install info to doc/install.txt. | W. Trevor King | 2012-02-25 | 1 | -21/+66 |
| | | | | | | | | | | | | | | | | I seem to have left CherryPy out of the earlier list. The extra handholding for minimal installations is an attempt to address problems people have had installing BE on non-Linux systems, where the standard build tools are less common. I also mention my Gentoo overlay and Michel Alexandre Salim's Fedora package, so people running Gentoo and Fedora don't have to bother figuring any of this out ;). Finally, I moved the package information up to the top of the install page, so people on supported systems realize they have an easy out before reading through the install procedure. | ||||
* | Mention `~/.local/bin/` when using default `--user` install. | W. Trevor King | 2011-11-08 | 1 | -1/+3 |
| | |||||
* | Correct doc/install.txt to refer to INSTALL_OPTIONS instead of PREFIX. | W. Trevor King | 2011-11-08 | 1 | -2/+2 |
| | | | | | | | This catches the docs up with the changes made in: commit a7ad89a6ad7da55089e6f9a4cdd645b7079ee04e Author: W. Trevor King <wking@drexel.edu> Date: Sat Apr 16 21:26:02 2011 -0400 | ||||
* | Add Jinja to the dependency documentation. | W. Trevor King | 2011-09-07 | 1 | -0/+2 |
| | |||||
* | Numpydoc is distributed in Gentoo's science overlay. | W. Trevor King | 2011-01-10 | 1 | -1/+4 |
| | |||||
* | Use Docutils' rst2doc instead of DocBook XML to generate man page. | W. Trevor King | 2011-01-10 | 1 | -23/+8 |
| | |||||
* | Document command line overrides for built documentation. | W. Trevor King | 2010-10-22 | 1 | -0/+17 |
| | |||||
* | Point out that official packages may not be up to date. | W. Trevor King | 2010-10-12 | 1 | -0/+2 |
| | |||||
* | Add dependency section to doc/install.txt. | W. Trevor King | 2010-09-28 | 1 | -0/+32 |
| | |||||
* | Converted Bzr -> Git references in README and doc/*.txt | W. Trevor King | 2010-06-24 | 1 | -8/+8 |
| | |||||
* | Many markup fixes in doc/ | W. Trevor King | 2010-06-22 | 1 | -1/+1 |
| | | | | | | | | Also added subdir option to generate-libbe-txt.make_module_txt(), in the hopes that subdir='.' would fix the missing reference errors, but no luck (although it did reduce them). I'm sticking with subdir='libbe' for now to avoid cluttering doc/ with autogenerated cruft. | ||||
* | Broke out install.txt + reStructuredText markup fixes | W. Trevor King | 2010-02-06 | 1 | -0/+55 |