Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc:install: we only use CherryPy for HTTPS. | W. Trevor King | 2012-08-29 | 1 | -2/+2 |
| | | | | We use wsgiref.simple_server for HTTP. | ||||
* | doc:tutorial: document `be serve-storage`. | W. Trevor King | 2012-08-29 | 1 | -3/+17 |
| | |||||
* | Update CherryPy dependency package to python-cherrypy3 on Debian. | W. Trevor King | 2012-05-10 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | Thanks to Tim Mazid for reporting the bug, and Israel Basurto for suggesting the fix. On Wed, May 09, 2012 at 07:26:14PM +1000, Tim Mazid wrote: > $ interfaces/web/cfbe.py ~/projects/proj/ > Bugs Everywhere Directory v1.4 > Traceback (most recent call last): > File "interfaces/web/cfbe.py", line 42, in <module> > cherrypy.quickstart(WebInterface, '/', app_config) > AttributeError: 'module' object has no attribute 'quickstart' > > This is with the latest be from git, and python-cherrypy 2.3.0-3 from > Debian wheezy. | ||||
* | Fix deb-python -> dev-python typo in doc/install.txt. | W. Trevor King | 2012-04-26 | 1 | -1/+1 |
| | |||||
* | Oops, forgot to bump the version and date when tweaking the man page. | W. Trevor King | 2012-02-25 | 1 | -2/+2 |
| | |||||
* | Use a bare URL for the link from the man page to online docs. | W. Trevor King | 2012-02-25 | 1 | -4/+3 |
| | | | | | This will make it easier (possible?) for people using the roff version of the man page to follow the link. | ||||
* | Use $ instead of % for the prompt in the man page bug submission example. | W. Trevor King | 2012-02-25 | 1 | -3/+3 |
| | |||||
* | Add CherryPy dependency and minimal install info to doc/install.txt. | W. Trevor King | 2012-02-25 | 2 | -21/+69 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | Shuffle doc/conf.py to get the Git revision into the Sphinx documentation. | W. Trevor King | 2012-02-17 | 1 | -10/+12 |
| | |||||
* | Ran update-copyright.py. | W. Trevor King | 2012-02-16 | 1 | -10/+10 |
| | |||||
* | 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 |
| | |||||
* | Add 'Power features' page to the docs. | W. Trevor King | 2011-05-25 | 2 | -0/+28 |
| | |||||
* | Run update_copyright.py. | W. Trevor King | 2011-05-25 | 1 | -1/+2 |
| | |||||
* | Mention Stats.print_callees() in doc/hacking.txt. | W. Trevor King | 2011-05-12 | 1 | -0/+4 |
| | |||||
* | Mention Stats.print_callers() in doc/hacking.txt. | W. Trevor King | 2011-05-12 | 1 | -3/+7 |
| | |||||
* | Fix links to libbe.util.id from doc/tutorial.txt. | W. Trevor King | 2011-05-11 | 1 | -3/+3 |
| | |||||
* | Fix `IDs` and `Mercurial guide` links in docs. | W. Trevor King | 2011-02-23 | 2 | -4/+4 |
| | |||||
* | Numpydoc is distributed in Gentoo's science overlay. | W. Trevor King | 2011-01-10 | 1 | -1/+4 |
| | |||||
* | Update link to Numpy docstring guidelines. | W. Trevor King | 2011-01-10 | 1 | -1/+1 |
| | |||||
* | Use Docutils' rst2doc instead of DocBook XML to generate man page. | W. Trevor King | 2011-01-10 | 4 | -170/+86 |
| | |||||
* | Bumped to version 1.0.01.0.0 | Chris Ball | 2011-01-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/be | Chris Ball | 2011-01-08 | 1 | -7/+6 |
|\ | |||||
| * | Cleanup linking from doc/tutorial.txt to email and HTTP docs. | W. Trevor King | 2010-12-06 | 1 | -7/+6 |
| | | |||||
* | | Clarify that bugs cannot contain multi-line descriptions | Dieter Plaetinck | 2010-10-31 | 1 | -4/+5 |
|/ | |||||
* | 'be vXXX' -> 'be XXX' in Sphinx-generated docs to avoid git-hash confusion. | W. Trevor King | 2010-10-22 | 1 | -0/+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 manpage/DocBook section to doc/doc.txt. | W. Trevor King | 2010-09-28 | 1 | -0/+21 |
| | |||||
* | Add dependency section to doc/install.txt. | W. Trevor King | 2010-09-28 | 1 | -0/+32 |
| | |||||
* | Wrap `rm` in the RM variable in doc/Makefile. | W. Trevor King | 2010-09-28 | 1 | -1/+2 |
| | | | | This is more consistent with the example set by the root Makefile. | ||||
* | Converted man page source to DocBook V5.0. | W. Trevor King | 2010-09-28 | 2 | -134/+133 |
| | | | | | | | | This has the dual benefits of keeping up with the current DocBook standard as well as removing the dependency on SGML parsers like docbook-to-man and docbook2man which may not be available on all systems. An XSLT processor and the DocBook style sheets are easier dependencies to satisfy. | ||||
* | Fixed mnt -> mtn typos in doc/spam.txt | Thomas Keller | 2010-06-27 | 1 | -1/+1 |
| | |||||
* | Added CFBE invocation notes to doc/http.txt. | W. Trevor King | 2010-06-26 | 1 | -3/+9 |
| | | | | This closes #bea/c72# and its dependent tag #bea/e23#. | ||||
* | Moved doc/html.txt -> doc/http.txt. | W. Trevor King | 2010-06-26 | 2 | -2/+2 |
| | | | | | `be html` is an HTML interface, but only CFBE (and `be serve`) use HTTP. | ||||
* | Updated docs b/c of new Monotone backend | W. Trevor King | 2010-06-26 | 3 | -20/+30 |
| | |||||
* | Converted Bzr -> Git references in README and doc/*.txt | W. Trevor King | 2010-06-24 | 1 | -8/+8 |
| | |||||
* | Ran update_copyright.py | W. Trevor King | 2010-06-22 | 1 | -1/+16 |
| | |||||
* | Merge from Trevor. | Chris Ball | 2010-06-22 | 5 | -43/+47 |
|\ | |||||
| * | Merged Chris' tutorial BE server URL update | W. Trevor King | 2010-06-22 | 1 | -4/+4 |
| |\ | |/ |/| | |||||
* | | Change location of be --serve'd bugs URL to http://bugs.bugseverywhere.org/ | Chris Ball | 2010-06-22 | 1 | -4/+4 |
| | | |||||
* | | Merge with Trevor | Chris Ball | 2010-06-22 | 1 | -1/+8 |
|\ \ | |||||
* \ \ | Merge with Trevor. | Chris Ball | 2010-06-20 | 14 | -43/+1054 |
|\ \ \ | |||||
| | | * | Many markup fixes in doc/ | W. Trevor King | 2010-06-22 | 5 | -43/+47 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | Use Sphinx autosummary (required by numpydoc) | wking | 2010-06-22 | 1 | -1/+2 |
| | | | |||||
| | * | Added intersphinx_mapping to doc/conf.py. | wking | 2010-06-22 | 1 | -0/+6 |
| |/ | | | | | | | | | See http://sphinx.pocoo.org/ext/intersphinx.html#confval-intersphinx_mapping | ||||
| * | Merged initial Sphinx documentation structure. | W. Trevor King | 2010-02-08 | 15 | -125/+579 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -55/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ;). | ||||
| | * | Fixed docstrings so only Sphinx errors are "autosummary" and "missing attribute" | W. Trevor King | 2010-02-07 | 4 | -56/+2 |
| | | |