Skip to content

Commit 7da33c6

Browse files
committed
Update the README
1 parent 1d89154 commit 7da33c6

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.rst

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
1-
feedparser - Parse Atom and RSS feeds in Python.
1+
..
2+
This file is part of feedparser.
3+
Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org>
4+
Copyright 2002-2008 Mark Pilgrim
5+
Released under the BSD 2-clause license.
26
3-
| Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org>
4-
| Copyright 2002-2008 Mark Pilgrim
57

6-
feedparser is open source. See the LICENSE file for more information.
8+
feedparser
9+
##########
10+
11+
Parse Atom and RSS feeds in Python.
12+
13+
----
714

815

916
Installation
1017
============
1118

1219
feedparser can be installed by running pip:
1320

14-
.. code-block:: shell
21+
.. code-block:: console
1522
1623
$ pip install feedparser
1724
@@ -30,7 +37,7 @@ To build the documentation you'll need the Sphinx package, which is available at
3037

3138
You can then build HTML pages using a command similar to:
3239

33-
.. code-block:: shell
40+
.. code-block:: console
3441
3542
$ sphinx-build -b html docs/ fpdocs
3643
@@ -42,7 +49,7 @@ Testing
4249

4350
Feedparser has an extensive test suite, powered by tox. To run it, type this:
4451

45-
.. code-block:: shell
52+
.. code-block:: console
4653
4754
$ python -m venv venv
4855
$ source venv/bin/activate # or "venv\bin\activate.ps1" on Windows

0 commit comments

Comments
 (0)