Skip to content

Commit 7998473

Browse files
author
Nikolaj Sjujskij
committed
Improve rST syntax a bit: fix header underlining, define lists and code samples
1 parent ecf737f commit 7998473

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bpython - A fancy curses interface to the Python interactive interpreter
2-
=======
2+
========================================================================
33

44
Dependencies
55
============
@@ -108,9 +108,9 @@ Configuration
108108
See the sample-config file for a list of available options.
109109
You should save your config file as ~/.config/bpython/config
110110
(i.e $XDG_CONFIG_HOME/bpython/config) or specify at the
111-
command line:
111+
command line::
112112

113-
bpython --config /path/to/bpython/config
113+
bpython --config /path/to/bpython/config
114114

115115
Known Bugs
116116
==========
@@ -139,14 +139,14 @@ It can be obtained from cygwin or GnuWin32 or msys
139139

140140
Current version is tested with
141141
------------------------------
142-
Curses 2.2
143-
pyreadline 1.7
142+
* Curses 2.2
143+
* pyreadline 1.7
144144

145145
Curses Notes
146146
------------
147147
The curses used has a bug where the colours are displayed incorrectly:
148-
red is swapped with blue
149-
cyan is swapped with yellow
148+
* red is swapped with blue
149+
* cyan is swapped with yellow
150150

151151
To correct this I have provided my windows.theme file.
152152

0 commit comments

Comments
 (0)