Skip to content

Commit

Permalink
deploy: 47c3a28
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Dec 12, 2023
1 parent 686b9dd commit e9163cd
Show file tree
Hide file tree
Showing 31 changed files with 2,685 additions and 2,685 deletions.
94 changes: 47 additions & 47 deletions examples-qmd/GT.html

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions examples-qmd/fmt-number.html

Large diffs are not rendered by default.

188 changes: 94 additions & 94 deletions examples-qmd/table-manipulation.html

Large diffs are not rendered by default.

376 changes: 188 additions & 188 deletions examples/index.html

Large diffs are not rendered by default.

282 changes: 141 additions & 141 deletions get-started/basic-column-labels.html

Large diffs are not rendered by default.

470 changes: 235 additions & 235 deletions get-started/basic-formatting.html

Large diffs are not rendered by default.

282 changes: 141 additions & 141 deletions get-started/basic-header.html

Large diffs are not rendered by default.

282 changes: 141 additions & 141 deletions get-started/basic-stub.html

Large diffs are not rendered by default.

376 changes: 188 additions & 188 deletions get-started/column-selection.html

Large diffs are not rendered by default.

282 changes: 141 additions & 141 deletions get-started/index.html

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions reference/GT.cols_align.html

Large diffs are not rendered by default.

188 changes: 94 additions & 94 deletions reference/GT.cols_label.html

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions reference/GT.cols_move.html

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions reference/GT.cols_move_to_end.html

Large diffs are not rendered by default.

188 changes: 94 additions & 94 deletions reference/GT.cols_move_to_start.html

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions reference/GT.fmt_bytes.html

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions reference/GT.fmt_currency.html

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions reference/GT.fmt_date.html

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions reference/GT.fmt_integer.html

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions reference/GT.fmt_number.html

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions reference/GT.fmt_roman.html

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions reference/GT.fmt_scientific.html

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions reference/GT.fmt_time.html

Large diffs are not rendered by default.

470 changes: 235 additions & 235 deletions reference/GT.html

Large diffs are not rendered by default.

188 changes: 94 additions & 94 deletions reference/GT.tab_header.html

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions reference/GT.tab_source_note.html

Large diffs are not rendered by default.

188 changes: 94 additions & 94 deletions reference/GT.tab_spanner.html

Large diffs are not rendered by default.

188 changes: 94 additions & 94 deletions reference/GT.tab_stubhead.html

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions reference/GT.tab_style.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions reference/style.borders.html
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ <h2 id="toc-title">On this page</h2>

<section id="great_tables.style.borders" class="level1">
<h1>style.borders</h1>
<p><code>style.borders(sides, color='#000000', style='solid', weight='1px')</code></p>
<p><code>style.borders(sides='all', color='#000000', style='solid', weight='1px')</code></p>
<p>A style specification for cell borders.</p>
<p>The <code>styles.borders()</code> class is to be used with the <code>tab_style()</code> method, which itself allows for the setting of custom styles to one or more cells. The <code>sides</code> argument is where we define which borders should be modified (e.g., <code>"left"</code>, <code>"right"</code>, etc.). With that selection, the <code>color</code>, <code>style</code>, and <code>weight</code> of the selected borders can then be modified.</p>
<section id="parameters" class="level2">
Expand All @@ -561,7 +561,7 @@ <h2 class="anchored" data-anchor-id="parameters">Parameters</h2>
<td><code>sides</code></td>
<td>typing.Literal[‘all’, ‘top’, ‘bottom’, ‘left’, ‘right’]</td>
<td>The border sides to be modified. Options include <code>"left"</code>, <code>"right"</code>, <code>"top"</code>, and <code>"bottom"</code>. For all borders surrounding the selected cells, we can use the <code>"all"</code> option.</td>
<td><em>required</em></td>
<td><code>'all'</code></td>
</tr>
<tr class="even">
<td><code>color</code></td>
Expand Down
6 changes: 3 additions & 3 deletions search.json

Large diffs are not rendered by default.

0 comments on commit e9163cd

Please sign in to comment.