Skip to content

Commit b960bc7

Browse files
committed
Update sphinx documentation
Merge changes from AUTHORS and other small fixes
1 parent 67372b7 commit b960bc7

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

doc/sphinx/source/authors.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,25 @@ Authors
55
If you contributed to bpython and want to be on this list please find us
66
(:ref:`community`) and let us know!
77

8-
bpython is written and maintained by Bob Farrell and Andreas Stuehrk
9-
<robertanthonyfarrell at gmail dot com>,
10-
<andy-python at hammerhartes dot de>.
11-
8+
bpython is written and maintained by Bob Farrell
9+
<robertanthonyfarrell at gmail dot com>.
1210

1311
Other contributors are (in alphabetical order):
1412

13+
* Thomas Ballinger <thomasballinger at gmail dot com>
1514
* Federico Ceratto <federico dot ceratto at gmail dot com>
1615
* Ingrid Cheung
16+
* Maja Frydrychowicz
1717
* Martha Girdler <martha at cheezburger dot com>
1818
* Eike Hein <sho at eikehein dot com>
1919
* Allison Kaptur <allison dot kaptur at gmail dot com>
20+
* Jason Laster <jason dot laster dot 11 at gmail dot com>
2021
* Brandon Navra <brandon dot navra at gmail dot com>
2122
* Michele Orrù <maker dot py at gmail dot com>
2223
* Pavel Panchekha <pavpanchekha at gmail dot com>
23-
* Sebastian Ramacher <s dot ramacher at gmx dot at>
24+
* Sebastian Ramacher <sebastian+dev@ramacher.at>
2425
* Amjith Ramanujam <amjith dot r at gmail dot com>
26+
* Andreas Stührk <andy@hammerhartes.de>
2527
* Simon de Vlieger <simon at ikanobori dot jp>
2628
* Marien Zwart <marien dot zwart at gmail dot com>
2729

doc/sphinx/source/man-bpython.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Synopsis
1212

1313
**bpython-urwid** [*options*] [*file* [*args*]]
1414

15+
**bpython-curtsies** [*options*] [*file* [*args*]]
16+
1517

1618
Description
1719
-----------
@@ -88,7 +90,7 @@ Files
8890
**$XDG_CONFIG_HOME/bpython/config**
8991

9092
Your bpython config. See sample-config (in /usr/share/doc/bpython/examples on
91-
Debian) for various options you can use, or read :manpage:`python-config(5)`.
93+
Debian) for various options you can use, or read :manpage:`bpython-config(5)`.
9294

9395
Known bugs
9496
----------

doc/sphinx/source/tips.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Where the `~/python/bpython`-path is the path to where your bpython source code
2020
resides.
2121

2222
You can offcourse add multiple aliasses (make sure you have pygments installed
23-
on all python versions though), so you can run bpython with 2.4, 2.5, 2.6, 2.7
24-
and the 3 series.
23+
on all python versions though), so you can run bpython with 2.6, 2.7 and the 3
24+
series.

0 commit comments

Comments
 (0)