From 60ad926de0a3fdf1be534958d98debc88bc412f5 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Sat, 13 Dec 2014 14:54:21 -0800 Subject: Dont need to make a sphinx table header explicitly bold --- docs/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro.rst b/docs/intro.rst index 59c42ab..7d05cd8 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -125,7 +125,7 @@ You can also make pep8.py show the error text in different formats by using --fo Variables in the ``custom`` format option +----------------+------------------+ -| **Variable** | **Significance** | +| Variable | Significance | +================+==================+ | ``path`` | File name | +----------------+------------------+ @@ -185,7 +185,7 @@ Configuration The behaviour may be configured at two levels. -The user settings are read from the ``~/.config/pep8`` file and +The user settings are read from the ``~/.config/pep8`` file and for Windows from the ``~\.pep8`` file. Example:: -- cgit v1.2.1