Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | |||||
| | * | Use numpydoc and generate-libbe-txt.py to autogenerate API documentation | W. Trevor King | 2010-02-06 | 8 | -40/+82 |
| | | | |||||
| | * | Added bugdir and comment modules to Sphinx docs | W. Trevor King | 2010-02-06 | 3 | -0/+16 |
| | | | |||||
| | * | Added libbe.bug to the Sphinx documentation | W. Trevor King | 2010-02-06 | 5 | -3/+76 |
| | | | |||||
| | * | Broke out install.txt + reStructuredText markup fixes | W. Trevor King | 2010-02-06 | 4 | -100/+130 |
| | | | |||||
| | * | Added page titles to the documentation & adjusted section levels. | W. Trevor King | 2010-02-06 | 7 | -86/+123 |
| | | | |||||
| | * | Sphynx now gets version string automatically. | W. Trevor King | 2010-02-05 | 1 | -2/+4 |
| | | | |||||
| | * | Moved manpage source doc/src to doc/man | W. Trevor King | 2010-02-05 | 2 | -1/+1 |
| | | | |||||
| | * | Created Sphinx framework with sphinx-quickstart and added .txt extensiosns | W. Trevor King | 2010-02-05 | 9 | -0/+303 |
| |/ | |||||
| * | Encourage a run of `make` to build auto-generated files. | W. Trevor King | 2010-01-27 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Ben's "unintuitive test procedure" bug: Date: Wed, 27 Jan 2010 14:09:14 +1100 From: Ben Finney Subject: [Be-devel] Re: Test suite on Trevor's development branch ... > $ python ./test.py > Traceback (most recent call last): [...] > ImportError: No module named _version So it's not possible to simply get a copy of the branch and try running the test suite. ... | ||||
| * | Rewrote documentation | W. Trevor King | 2010-01-24 | 4 | -32/+484 |
| | | |||||
| * | Reorganized documentation to clean doc/ for user-readable files | W. Trevor King | 2010-01-23 | 4 | -1/+2 |
| | | |||||
| * | Added doc/distributed_bugtracking with some simple use-case notes | W. Trevor King | 2010-01-03 | 1 | -0/+46 |
| | | |||||
| * | Updated copyright information | W. Trevor King | 2010-01-01 | 1 | -1/+1 |
| | | |||||
| * | Merged be.restructure, major internal reorganization. | W. Trevor King | 2009-12-31 | 2 | -0/+98 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a bunch of classes to make the commands, user interfaces, and storage backends more abstract and distinct. This should make it much easier to extend and maintain BE. Features: * Directory restructured: becommands/ -> libbe/commands submods sorted by functionality. * Lots of new classes: Option, Argument, Command InputOutput, StorageCallbacks, UserInterface Storage * Consolidated ID handling in libbe.util.id * Transitioned VCS backends for Python-based VCSs from subprocess calss to internal python calls. Plus the user-visible changes: * New bugdir/bug/comment ID format replaces old bug:comment format. * Deprecated support for `be diff` on Arch and Darcs <= 2.3.1. A new backend abstraction (Storage) makes the former implementation ungainly. * Improved command completion. * Removed commands close, open, email_bugs, * Flipped some arguments `be assign BUG-ID [ASSIGNEE]` -> `be status ASSIGNED BUG-ID ...` `be severity BUG-ID SEVERITY` -> `be severity SEVERITY BUG-ID ...` `be status BUG-ID STATUS` -> `be status STATUS BUG-ID ...` In the merge: * Added 'commit' to list of pagerless commands. * Updated doc/README.dev See #bea86499-824e-4e77-b085-2d581fa9ccab/1100c966-9671-4bc6-8b68-6d408a910da1# for a discussion of why the changes were made and some of the difficulties en-route. | ||||
| | * | Emptied interfaces directory | W. Trevor King | 2009-12-29 | 2 | -0/+130 |
| |/ | | | | | | | | | Mostly throwing out a bunch of outdated GUIs. The email interface hasn't been moved over to the new 'Command' format yet... | ||||
| * | Ran the new update_copyright.py | W. Trevor King | 2009-11-19 | 1 | -0/+1 |
|/ |