Skip to content

Commit 42aadb5

Browse files
authored
list formatting
1 parent c1b42c9 commit 42aadb5

1 file changed

Lines changed: 18 additions & 17 deletions

File tree

packages/bigframes/specs/bigframes-bigquery-contributing.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -82,32 +82,33 @@ Outputs are unordered and unindexed to allow for cleaner mapping with SQL.
8282
<td>Most APIs that take a table expression as input, also output a table
8383
expression with the same number of rows and passing through all unused
8484
columns.
85-
85+
8686
<p>This should be used to pass through any index or ordering columns (as well
8787
as all other columns, if that's the SQL behavior), to allow for easy joining
8888
with the original input DataFrame.
8989
</td>
90-
<td>Same number of rows as the input, so we should preserve index and ordering:<ul>
90+
<td>Same number of rows as the input, so we should preserve index and ordering:
9191

92-
<li><a href="https://docs.cloud.google.com/bigquery/docs/reference/standard-sql/bigqueryml-syntax-predict?hl=en">ML.PREDICT</a>
92+
<ul>
93+
<li><a href="https://docs.cloud.google.com/bigquery/docs/reference/standard-sql/bigqueryml-syntax-predict?hl=en">ML.PREDICT</a>
94+
</li></ul>
9395

94-
<p>
95-
Different number of rows in output, so no need to preserve index or ordering.
96-
Default index / ordering should be specified with the Session's
97-
configuration:
96+
<p>
97+
Different number of rows in output, so no need to preserve index or ordering.
98+
Default index / ordering should be specified with the Session's
99+
configuration:
98100

99-
<ul>
100-
<li><a href="https://docs.cloud.google.com/bigquery/docs/reference/standard-sql/bigqueryml-syntax-create?hl=en">CREATE MODEL</a>
101-
<li><a href="https://docs.cloud.google.com/bigquery/docs/reference/standard-sql/search_functions#search">SEARCH</a>
102-
<li><a href="https://docs.cloud.google.com/bigquery/docs/reference/standard-sql/search_functions#vector_search">VECTOR_SEARCH</a>
101+
<ul>
102+
<li><a href="https://docs.cloud.google.com/bigquery/docs/reference/standard-sql/bigqueryml-syntax-create?hl=en">CREATE MODEL</a>
103+
<li><a href="https://docs.cloud.google.com/bigquery/docs/reference/standard-sql/search_functions#search">SEARCH</a>
104+
<li><a href="https://docs.cloud.google.com/bigquery/docs/reference/standard-sql/search_functions#vector_search">VECTOR_SEARCH</a>
105+
</li></ul>
103106

104-
<p>
105-
Possible to have the same number of rows as the input, but joining with the original goes against the purpose of the feature:
107+
<p>
108+
Possible to have the same number of rows as the input, but joining with the original goes against the purpose of the feature:
106109

107-
<ul>
108-
<li><a href="https://docs.cloud.google.com/bigquery/docs/differential-privacy#dp_define_privacy_unit_id">WITH DIFFERENTIAL_PRIVACY</a></li></ul>
109-
</li></ul>
110-
</li></ul>
110+
<ul>
111+
<li><a href="https://docs.cloud.google.com/bigquery/docs/differential-privacy#dp_define_privacy_unit_id">WITH DIFFERENTIAL_PRIVACY</a></li></ul>
111112

112113
</td>
113114
</tr>

0 commit comments

Comments
 (0)