Skip to content

Commit

Permalink
Tweak README, regenerate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasschwab committed Jan 13, 2024
1 parent 69ded9b commit 51f1acd
Show file tree
Hide file tree
Showing 8 changed files with 1,583 additions and 1,858 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ audit:

docs: docs/index.html
docs/index.html: $(source) README.md
rm -rf docs/*
pdoc --version
pdoc --docformat "restructuredtext" jsonfeed jsonfeed.converters.feedparser -o docs

clean:
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ This package's constructor arguments and class variables exactly match the field

### Installation

In this directory, run:
Install this package with `pip`:

```shell
$ pip install .
$ pip install jsonfeed-util
```

In your Python code, include the line

```python
import jsonfeed
```

### Parsing a JSON feed
Expand Down
249 changes: 3 additions & 246 deletions docs/index.html

Large diffs are not rendered by default.

2,344 changes: 1,138 additions & 1,206 deletions docs/jsonfeed.html

Large diffs are not rendered by default.

784 changes: 384 additions & 400 deletions docs/jsonfeed/converters/feedparser.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions docs/search.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/search.json

This file was deleted.

5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ feedparser==6.0.2
# Development dependencies
pytest>=6.2.2
flake8>=3.9.0
pdoc==7.1.1
pip-audit>=1.1.2
pdoc==13.1.0
pip-audit>=1.1.2

0 comments on commit 51f1acd

Please sign in to comment.