Skip to content

Commit

Permalink
letting sphinx format the msgstr; copy using rsync.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Aug 14, 2017
1 parent 8d4cc80 commit 9ec1d5c
Show file tree
Hide file tree
Showing 17 changed files with 1,719 additions and 1,216 deletions.
3 changes: 1 addition & 2 deletions doc/runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ git checkout $(cd $SOURCEDOCDIR; git branch | grep ^\* | cut -b2-)
echo '=========================================================================='
echo "copy/update files from the documentation"
echo '--------------------------------------------------------------------------'
cp -pu $SOURCEDOCDIR/*.rst .
rsync -rt --exclude Makefile --exclude conf.py --exclude locale --exclude --make.bat --exclude welcome-letter.txt $SOURCEDOCDIR ..
rm api.rst
rsync -r $SOURCEDOCDIR/images .

echo "done copying/updating files from documentation"
echo '--------------------------------------------------------------------------'
Expand Down
39 changes: 25 additions & 14 deletions doc/use_cases-jbq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,12 @@ Let the database fit the garden
on the corresponding row, and click on **edit**. change the quantity to 0,
fill in the reason and preferably also the date of change.

If you need add any details about the plant death, please use a
**note**, and re-use the note category "death_cause".

Plants with **quantity** zero are shown with a different colour in
the results view. This helps distinguish them from live plants.

.. admonition:: we find a plant without a label
:class: toggle

Expand Down Expand Up @@ -697,8 +703,25 @@ Let the database fit the garden

We keep two boxes with labels of the two types, ready to be used.

- Our workflow includes moving plants around in the garden, keep track of
current locations and history of movements.
- Our garden has two exposition greenhouses, and several warm and cold
greenhouses where we keep the largest part of our collection. Plants are
moved to the exposition when flowering and back to the "warehouse" when
less interesting for the exposition. For each plant in our collection we
need to know its current locations and history of movements.

.. admonition:: planned action
:class: toggle

The action starts by moving the plants around, and collecting the
plant code either on paper, or in our mobile app, if we had one.

We then go to the desktop terminal and revise all plants one by one
changing their location in the database. It is important that the
date of the location change is correctly memorized, because this
tells us how long a plant stays in the exposition.

If we had a mobile app, we would just upload the info to the server
and we would be done.

.. admonition:: ex-post correction
:class: toggle
Expand Down Expand Up @@ -733,18 +756,6 @@ Let the database fit the garden

.. image:: images/1000000000000608000002D2BA2D181475D5AD7C.png

.. admonition:: planned action
:class: toggle

The action starts by moving the plants around, and collecting the
plant code either on paper, or in our mobile app, if we had one.

We then go to the desktop terminal and revise all plants one by one
changing their location in the database.

If we had a mobile app, we would just upload the info to the server
and we would be done.

- As plants enter the flowering stage, we can review their identification
directly, or we take pictures of details of the flower, hoping that a
visiting specialist could help completing the identification.
Expand Down

0 comments on commit 9ec1d5c

Please sign in to comment.