Skip to content

Commit 3ed9acd

Browse files
committed
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.
1 parent e4f443f commit 3ed9acd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/rest.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@ operation on ``https://.../rest/data/issue``.
705705
.. list-table:: Query Parameters Examples
706706
:header-rows: 1
707707
:widths: 20 80
708+
:class: valign-top
708709

709710
* - Query parameter
710711
- Explanation
@@ -717,7 +718,7 @@ operation on ``https://.../rest/data/issue``.
717718
* - ``@verbose=2``
718719
- each item in the collection includes the "label" property in
719720
addition to "id" property and a link for the item.
720-
This is useful as documented below in "Searches and selection"_.
721+
This is useful as documented below in `Searches and selection`_.
721722
* - ``@verbose=3``
722723
- will display the content property of messages and files. Note
723724
warnings about this below. Using this for collections is

website/www/_static/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,3 +565,4 @@ div#contact table td {
565565
padding: 1pt 1em;
566566
}
567567

568+
table.valign-top tbody td { vertical-align: top; }

0 commit comments

Comments
 (0)