Skip to content

Commit 67cfed9

Browse files
committed
Rewrite some content.
1 parent 110625e commit 67cfed9

5 files changed

Lines changed: 34 additions & 61 deletions

File tree

content/pages/about.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
About
22
#####
33

4-
:sort: 1
4+
:sort: 2
55
:save-as: about.html
66

77
Introduction

content/pages/community.rst

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,38 @@ Community
44
:sort: 3
55
:save-as: community.html
66

7-
bpython has a small and unfriendly community surrounding it! Read this page to
7+
bpython has a small and friendly community surrounding it! Read this page to
88
know how to find us.
99

10+
Issue Tracker
11+
=============
12+
If you find a bug in bpython or have a suggestion for a new feature, please
13+
make sure you're using the latest development release (see download_ page)
14+
and if it hasn't been fixed/added, go here_ and open a new issue.
15+
1016
IRC
1117
===
12-
Join us in #bpython on irc.freenode.net, we get lonely.
18+
Join us in #bpython on irc.freenode.net.
1319

1420
Mailing List
1521
============
16-
Our good friends at Google have been kind enough to provide us with a `mailing list`_.
17-
22+
You can ask a question at our `mailing list`_ if you prefer.
1823

1924
Twitter
2025
=======
21-
bpython has its own account: bpythonrepl_. You can follow Bob at bob_farrell_ or
22-
you can follow supakeen_.
26+
bpython has its own account: bpythonrepl_. You can also follow Bob at
27+
bob_farrell_ or you can follow supakeen_ for bpython news.
2328

2429
Email
2530
=====
26-
If you have psychological issues that prevent you from using IRC or signing up
27-
to a mailing list you can email bob:
31+
If you have issues that prevent you from using IRC or signing up to a mailing
32+
list you can email Bob:
2833

2934
`bob at bpython-interpreter dot org`
3035

3136
(That's bob@bpython-interpreter.org, except it stops spam bots from finding
32-
bob's address).
37+
Bob's address).
3338

34-
Please call me "Bob" in emails; I get weirdos calling me "Robert" or
35-
"Robert Anthony" and it freaks me out a bit.
36-
37-
Issue Tracker
38-
=============
39-
If you find a bug in bpython or have a suggestion for a new feature, please
40-
first make sure you're using the latest development release (see download_
41-
page) and if it hasn't been fixed/added, go here_ and open a new issue.
4239

4340
.. _here: https://github.com/bpython/bpython/issues
4441
.. _download: /downloads

content/pages/downloads.rst

Lines changed: 6 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,15 @@ Downloads
44
:sort: 1
55
:save-as: downloads.html
66

7-
You can get bpython by downloading the latest release, cloning the git repo or
8-
using your system's package manager.
7+
The easiest way to get bpython is by installing it with pip, preferably in your
8+
virtual environment.
99

10-
bpython has the following dependencies:
11-
12-
* ``Pygments``
13-
* ``requests``
14-
* ``Sphinx`` != 1.1.2 (for the documentation only)
15-
* ``mock`` (for the testsuite only)
16-
* ``babel`` (optional, for internationalization)
17-
* ``curtsies`` >= 0.1.18
18-
* ``greenlet``
19-
* ``urwid`` (for bpython-urwid only)
20-
21-
If you are using Python 2 before 2.7.7, the following dependency is also
22-
required:
10+
.. code-block:: shell
2311
24-
* ``requests[security]``
12+
pip install bpython
2513
26-
If you have problems installing ``cffi`` which is needed by ``pyOpenSSL``,
27-
please take a look at ``cffi``'s `documentation`_.
14+
There are several other ways of installing or getting the source to bpython as
15+
well.
2816

2917
Release tarball
3018
===============
@@ -42,22 +30,6 @@ The development version is available with git; use the following command:
4230
If you get stuck, join #bpython on irc.freenode.net or send an email to the
4331
mailing list (more info).
4432

45-
pip/easy_install
46-
================
47-
If you have ``pip`` on your system (and you probably have)
48-
you can install bpython through PyPi.
49-
50-
.. code-block:: shell
51-
52-
pip install bpython
53-
54-
In case of you don't have ``pip``, you could use deprecated ``easy_install`` command:
55-
56-
.. code-block:: shell
57-
58-
easy_install bpython
59-
60-
6133
Packages
6234
========
6335
(Note that packages may be out of date so please try at least the latest release

content/pages/homepage.rst

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,21 @@ Home
55
:url:
66
:save_as: index.html
77

8+
.. image:: /images/full-demo.gif
9+
:alt: full-demo gif
10+
811
`bpython` is a fancy interface to the Python interpreter for Linux, BSD, OS X
912
and Windows (with some work). `bpython` is released under the MIT License. It has
1013
the following (special) features:
1114

12-
* In-line syntax highlighting
13-
* Readline-like autocomplete with suggestions displayed as you type.
14-
* Expected parameter list for any Python function.
15-
* "Rewind" function to pop the last line of code from memory and re-evaluate.
16-
* Send the code you've entered off to a pastebin.
17-
* Save the code you've entered to a file.
18-
* Auto-indentation.
19-
* Python 3 support.
15+
* In-line syntax highlighting
16+
* Readline-like autocomplete with suggestions displayed as you type.
17+
* Expected parameter list for any Python function.
18+
* "Rewind" function to pop the last line of code from memory and re-evaluate.
19+
* Send the code you've entered off to a pastebin.
20+
* Save the code you've entered to a file.
21+
* Auto-indentation.
22+
* Python 3 support.
2023

2124
For more, see our about_-page or just skip right to the screenshots_.
2225

content/pages/screenshots.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
Screenshots
22
###########
33

4-
:sort: 2
4+
:sort: 1
55
:save-as: screenshots.html
66

77
Screenshots
88
===========
99

1010
.. image:: /images/full-demo.gif
1111
:alt: full-demo gif
12+
1213
.. image:: /images/class.gif
1314
:alt: class gif
1415
.. image:: /images/math.gif

0 commit comments

Comments
 (0)