Mercurial > p > roundup > code
changeset 7731:4c85e3e16dfe
doc: fix link; make cells in table align at top
"Query Parameters Examples" table aligned the labels in column 1 in
the middle of the text in column 2. Change that to align cells
at the top of the row.
Also fix a bad link.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 05 Feb 2024 16:49:21 -0500 |
| parents | c305587708a8 |
| children | 9ed6f48c43c5 |
| files | doc/rest.txt website/www/_static/style.css |
| diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/rest.txt Sun Jan 28 23:16:26 2024 -0500 +++ b/doc/rest.txt Mon Feb 05 16:49:21 2024 -0500 @@ -705,6 +705,7 @@ .. list-table:: Query Parameters Examples :header-rows: 1 :widths: 20 80 + :class: valign-top * - Query parameter - Explanation @@ -717,7 +718,7 @@ * - ``@verbose=2`` - each item in the collection includes the "label" property in addition to "id" property and a link for the item. - This is useful as documented below in "Searches and selection"_. + This is useful as documented below in `Searches and selection`_. * - ``@verbose=3`` - will display the content property of messages and files. Note warnings about this below. Using this for collections is
