Skip to content

Commit

Permalink
DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed May 11, 2024
1 parent 60a4100 commit 886725f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
build
develop-eggs
downloads
doc/sg_execution_times.rst
doc-build
eggs
fake-eggs
parts
Expand Down
6 changes: 3 additions & 3 deletions eelbrain/fmtxt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1334,9 +1334,9 @@ class Table(FMTextElement):
Parameters
----------
columns
alignment for each column, e.g. ``'lrr'``
alignment for each column, e.g. ``'lrr'``.
rules
Add toprule and bottomrule
Add toprule and bottomrule.
title
Title for the table.
caption
Expand Down Expand Up @@ -1759,7 +1759,7 @@ def get_tsv(self, delimiter='\t', fmt='%.9g') -> str:
return buffer.getvalue()

def save_docx(self, path: PathArg = None):
"""Save table as *.docx (requires `python-docx <https://python-docx.readthedocs.io>`_)
"""Save table as ``*.docx`` (requires `python-docx <https://python-docx.readthedocs.io>`_)
Parameters
----------
Expand Down

0 comments on commit 886725f

Please sign in to comment.