Skip to content

Commit

Permalink
Bugfix: documentation table. Closes #40.
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Korsbo committed Dec 10, 2018
1 parent 56e9ce3 commit 7bc3819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/table_generator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ keyword_arguments = [
KeywordArgument(:latex, [:mdtable, :tabular], "`Bool`", "`true`", "Toggle latexification of the table elements.", [:Any]),
KeywordArgument(:head, [:mdtable, :tabular], "`Array`", "`[]`", "Add a header to the table. It will error if it is not of the right length (unless empty). ", [:Any]),
KeywordArgument(:side, [:mdtable, :tabular], "`Array`", "`[]`", "Add a leftmost column to the table. It will error if it is not of the right length (unless empty). ", [:Any]),
KeywordArgument(:fmt, [:mdtable, :tabular, :align, :array], "format string", "`""`", "Format number output in accordence with Printf. Example: \"%.2e\"", [:Any]),
KeywordArgument(:fmt, [:mdtable, :tabular, :align, :array], "format string", "`\"\"`", "Format number output in accordence with Printf. Example: \"%.2e\"", [:Any]),
# KeywordArgument(:template, [:array], "`Bool`", "`false`", "description", [:Any]),
]

Expand Down

0 comments on commit 7bc3819

Please sign in to comment.