From 7720cca5325eae71595e6355d6599448c30377fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 23 Feb 2016 11:32:48 +0100 Subject: Add annotator in baggy theme + Documentation about annotations --- docs/en/index.rst | 1 + docs/en/user/annotations.rst | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 docs/en/user/annotations.rst (limited to 'docs/en') diff --git a/docs/en/index.rst b/docs/en/index.rst index ab58ca6b..54d79e0c 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -29,6 +29,7 @@ The main documentation for this application is organized into a couple sections: user/configuration user/first_article user/errors_during_fetching + user/annotations user/import user/download_articles user/filters diff --git a/docs/en/user/annotations.rst b/docs/en/user/annotations.rst new file mode 100644 index 00000000..d30b2c52 --- /dev/null +++ b/docs/en/user/annotations.rst @@ -0,0 +1,24 @@ +Annotations +=========== + +In each article you read, you can write annotations. It's easier to understand with some pictures. + +Select the part of the article that you want to comment and click on the pencil: + +.. image:: ../../img/user/annotations_1.png + :alt: Select your text + :align: center + +Then, write your comment: + +.. image:: ../../img/user/annotations_2.png + :alt: Write your comment + :align: center + +The text is now highlighted and you can read your comment if you move the mouse cursor over it. + +.. image:: ../../img/user/annotations_3.png + :alt: Read your comment + :align: center + +You can create as many comments as you wish. -- cgit v1.2.3 From 4dc872238a61f33c886c423c5812cc578b3b1cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 26 Feb 2016 13:59:08 +0100 Subject: Rename CommentBundle with AnnotationBundle --- docs/en/user/annotations.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/en') diff --git a/docs/en/user/annotations.rst b/docs/en/user/annotations.rst index d30b2c52..fab854aa 100644 --- a/docs/en/user/annotations.rst +++ b/docs/en/user/annotations.rst @@ -3,22 +3,22 @@ Annotations In each article you read, you can write annotations. It's easier to understand with some pictures. -Select the part of the article that you want to comment and click on the pencil: +Select the part of the article that you want to annotate and click on the pencil: .. image:: ../../img/user/annotations_1.png :alt: Select your text :align: center -Then, write your comment: +Then, write your annotation: .. image:: ../../img/user/annotations_2.png - :alt: Write your comment + :alt: Write your annotation :align: center -The text is now highlighted and you can read your comment if you move the mouse cursor over it. +The text is now highlighted and you can read your annotation if you move the mouse cursor over it. .. image:: ../../img/user/annotations_3.png - :alt: Read your comment + :alt: Read your annotation :align: center -You can create as many comments as you wish. +You can create as many annotations as you wish. -- cgit v1.2.3