Skip to content

Commit

Permalink
0.4.0 updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
richrobe committed Jan 5, 2022
1 parent b2c91f7 commit 8aef4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/biopsykit/stats/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,8 @@ def results_to_latex_table( # pylint:disable=too-many-branches
This function converts a dataframe from a statistical analysis to a LaTeX table using
:meth:`~pandas.DataFrame.to_latex`.
This function uses the LaTeX package ``siunitx`` to represent numbers. By default, the column format for
columns that contain numbers is "S" which is provided by ```siunitx``<https://ctan.org/pkg/siunitx?lang=en>`_.
This function uses the LaTeX package ``siunitx`` (https://ctan.org/pkg/siunitx?lang=en) to represent numbers.
By default, the column format for columns that contain numbers is "S" which is provided by ``siunitx``.
The column format can be configured by the ``si_table_format`` argument.
Expand Down

0 comments on commit 8aef4c7

Please sign in to comment.