From 95f2e90acc8d00094e38a591b44dcaef14572785 Mon Sep 17 00:00:00 2001 From: Gregory Jefferis Date: Sat, 24 Feb 2024 21:01:37 +0000 Subject: [PATCH] doc polishing --- R/url-shortening.R | 8 ++------ man/flyem_shorten_url.Rd | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/R/url-shortening.R b/R/url-shortening.R index 3eede11..cd376b4 100644 --- a/R/url-shortening.R +++ b/R/url-shortening.R @@ -5,13 +5,9 @@ #' many of these links in quick succession. To overcome this limitation, you #' can specify your own filename. We also provide two convenience naming #' methods: -#' #'. \itemize{ -#' -#' \item md5 An md5 hash of the URL+title e.g. \code{"9a35fc580f710f3a62b2809a10fe106d.json"} -#' -#'. \item ms timestamp to the nearest millisecond e.g. \code{"1708773000.001.json"} -#' +#' \item \bold{md5} An md5 hash of the URL+title e.g. \code{"9a35fc580f710f3a62b2809a10fe106d.json"} +#'. \item \bold{ms} Timestamp to the nearest millisecond e.g. \code{"1708773000.001.json"} #' } #' #' Note that this is an open endpoint so there are two potential security diff --git a/man/flyem_shorten_url.Rd b/man/flyem_shorten_url.Rd index 3df9ed7..bb8c272 100644 --- a/man/flyem_shorten_url.Rd +++ b/man/flyem_shorten_url.Rd @@ -46,13 +46,9 @@ The default filename for these fragments consists of the date and many of these links in quick succession. To overcome this limitation, you can specify your own filename. We also provide two convenience naming methods: - . \itemize{ - - \item md5 An md5 hash of the URL+title e.g. \code{"9a35fc580f710f3a62b2809a10fe106d.json"} - -. \item ms timestamp to the nearest millisecond e.g. \code{"1708773000.001.json"} - + \item \bold{md5} An md5 hash of the URL+title e.g. \code{"9a35fc580f710f3a62b2809a10fe106d.json"} +. \item \bold{ms} Timestamp to the nearest millisecond e.g. \code{"1708773000.001.json"} } Note that this is an open endpoint so there are two potential security