Skip to content

Commit 19545a2

Browse files
committed
fix sphinx errors in install.rst
extra padding on column + empty return before table
1 parent a833978 commit 19545a2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

doc/source/getting_started/install.rst

+9-8
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ plot, output_formatting, compression, test]``
286286
Timezones
287287
^^^^^^^^^
288288

289-
Can be managed as optional_extra with ``pandas[timezone]``,
289+
Can be managed as optional_extra with ``pandas[timezone]``.
290+
290291
========================= ========================= =============== =============================================================
291292
Dependency Minimum Version optional_extra Notes
292293
========================= ========================= =============== =============================================================
@@ -306,13 +307,13 @@ Visualization
306307

307308
Can be managed as optional_extra with ``pandas[plot, output_formatting]``, depending on the required functionality.
308309

309-
========================= ================== ================= =============================================================
310-
Dependency Minimum Version optional_extra Notes
311-
========================= ================== ================= =============================================================
312-
matplotlib 3.3.2 plot Plotting library
313-
Jinja2 3.0.0 output_formatting Conditional formatting with DataFrame.style
314-
tabulate 0.8.9 output_formatting Printing in Markdown-friendly format (see `tabulate`_)
315-
========================= ================== ================= =============================================================
310+
========================= ================== ================== =============================================================
311+
Dependency Minimum Version optional_extra Notes
312+
========================= ================== ================== =============================================================
313+
matplotlib 3.3.2 plot Plotting library
314+
Jinja2 3.0.0 output_formatting Conditional formatting with DataFrame.style
315+
tabulate 0.8.9 output_formatting Printing in Markdown-friendly format (see `tabulate`_)
316+
========================= ================== ================== =============================================================
316317

317318
Computation
318319
^^^^^^^^^^^

0 commit comments

Comments
 (0)