Skip to content

Commit

Permalink
Added status command in the docs 📖
Browse files Browse the repository at this point in the history
  • Loading branch information
adiultra committed Jun 1, 2016
1 parent ac429ca commit 81e282d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/basic-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ There are various Basic commands in the app. These commands are entered with the

new
open
status
view
append
mark
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'TodX', 'TodX Documentation',
author, 'TodX', 'One line description of project.',
author, 'TodX', 'The Cool Todo app',
'Miscellaneous'),
]

Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Quick Start

TodX is a great Todo app. But you need to first learn a tool to use it. Learn it below.

For installation, refer to the `install instructions_`
For installation, refer to the `install instructions`_

:ref: `install`
.. _install instructions:: Installation

Basic Commands
--------------
Expand Down
18 changes: 18 additions & 0 deletions docs/status.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
======
Status
======

Command
-------

``status`` or ``stat``

Function
--------

Tells if a list is open or not.

Explanation
-----------

Tells wether a list is _opened_ or not. Useful before executing commands like ``append`` and ``qdelete``.

0 comments on commit 81e282d

Please sign in to comment.