[ARVADOS] updated: 3f9fefd28e1da09f006b00406b4a156b8d87d72e

Git user git at public.curoverse.com
Wed Jun 21 10:15:18 EDT 2017


Summary of changes:
 .../tutorials/tutorial-keep-collection-lifecycle.html.textile.liquid  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  3f9fefd28e1da09f006b00406b4a156b8d87d72e (commit)
      from  01c692dd9d29436f98c8550aabd3eb3897ccadb1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 3f9fefd28e1da09f006b00406b4a156b8d87d72e
Author: radhika <radhika at curoverse.com>
Date:   Wed Jun 21 10:14:52 2017 -0400

    11823: few small doc updates
    
    Arvados-DCO-1.1-Signed-off-by: Radhika Chippada <radhika at curoverse.com>

diff --git a/doc/user/tutorials/tutorial-keep-collection-lifecycle.html.textile.liquid b/doc/user/tutorials/tutorial-keep-collection-lifecycle.html.textile.liquid
index ad8ce1e..1bc775a 100644
--- a/doc/user/tutorials/tutorial-keep-collection-lifecycle.html.textile.liquid
+++ b/doc/user/tutorials/tutorial-keep-collection-lifecycle.html.textile.liquid
@@ -4,7 +4,7 @@ navsection: userguide
 title: "Keep collection lifecycle"
 ...
 
-During it's lifetime, a keep collection can be in various states. These states are "persisted", "expiring", "trashed"  and "permanently deleted".
+During it's lifetime, a keep collection can be in various states. These states are *persisted*, *expiring*, *trashed*  and *permanently deleted*.
 
 A collection is *expiring* when it has a *trash_at* time in the future. An expiring collection can be accessed as normal, but is scheduled to be trashed automatically at the *trash_at* time.
 
@@ -22,7 +22,7 @@ As listed above the attributes that are used to manage a collection lifecycle ar
 
 table(table table-bordered table-condensed).
 |_. collection state|_. is_trashed|_. trash_at|_. delete_at|_. get|_. index|_. index?include_trash=true|_. can be modified|
-|normal collection|false |null |null |yes |yes |yes |yes |
+|persisted collection|false |null |null |yes |yes |yes |yes |
 |expiring collection|false |future |future |yes  |yes |yes |yes |
 |trashed collection|true |past |future |no |no |yes |only is_trashed, trash_at and delete_at attribtues|
 |deleted collection|true|past |past |no |no |no |no |

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list