Skip to content

Commit

Permalink
Merge pull request #39 from mattboehm/delete-command
Browse files Browse the repository at this point in the history
Update documentation for "delete" command and link.
  • Loading branch information
dhellmann committed Feb 17, 2016
2 parents 5c80de7 + 425e384 commit beaf97d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/source/command_ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ list

Show the runs previously recorded in the database.

.. _command-delete:

delete
======

Delete runs from the database.

.. _command-replay:

replay
Expand Down
2 changes: 2 additions & 0 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
dev
===

- Add :ref:`command-delete` to delete runs.
- Add delete link to the web view's runs page.
- Add :ref:`command-report` to produce static HTML output for a run.
- Fix a problem with the "ignore" path management under virtualenv.

Expand Down
3 changes: 2 additions & 1 deletion docs/source/server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ The server listens on ``http://127.0.0.1:8080`` by default. Visiting
that page in a browser causes the server to return a list of the runs
found in the database in reverse chronological order. For each run the
list shows its id, "description", start and end times, and any final
error message.
error message. Clicking the "X" link in the far left column will
permanently delete that run from the database.

.. image:: screenshots/runs.png
:width: 1235
Expand Down

0 comments on commit beaf97d

Please sign in to comment.