more style fixes

This commit is contained in:
Abraham Toriz 2022-10-29 10:05:55 -05:00
parent 4d96688b9b
commit 45f83113ff
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 9 additions and 9 deletions

View File

@ -90,15 +90,15 @@ Life Cycle
Tiempo has the following life cycle: Tiempo has the following life cycle:
1. ``t in``. Starts activity time tracking. 1. ``t in`` starts activity time tracking.
2. ``t out``. Ends time tracking. 2. ``t out`` ends time tracking.
3. ``t resume``. Resumes tracking. 3. ``t resume`` resumes tracking.
4. ``t archive``. Archives tracking. 4. ``t archive`` archives tracking.
At all times you can see the state of this cycle with 2 commands: At all times you can see the state of this cycle with 2 commands:
* ``t list``. Displays time tracking summary. * ``t list`` displays time tracking summary.
* ``t display``. Displays tracking in depth. * ``t display`` displays tracking in depth.
So, let's start a new first task with: So, let's start a new first task with:
@ -214,7 +214,7 @@ And then you start a new activity with:
.. code:: shell-session .. code:: shell-session
$ t in \'My Task 2\' $ t in 'My Task 2'
Checked into sheet "default". Checked into sheet "default".
You can ensure you are tracking the new activity with: You can ensure you are tracking the new activity with:
@ -250,14 +250,14 @@ Now, add a new sheet with:
.. code:: shell-session .. code:: shell-session
$ t sheet \'My Amazing Project\' $ t sheet 'My Amazing Project'
Switching to sheet 'My Amazing Project' Switching to sheet 'My Amazing Project'
Then, start a new activity with: Then, start a new activity with:
.. code:: shell-session .. code:: shell-session
$ t in \'An Amazing Activity\' $ t in 'An Amazing Activity'
Checked into sheet "My Amazing Project". Checked into sheet "My Amazing Project".
You can check all your sheets and activities with: You can check all your sheets and activities with: