Skip to content

Commit

Permalink
Remove examples from repo now that we have them in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
karelvaculik committed Sep 15, 2023
1 parent 18d5063 commit 6a2665c
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 3,441 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,6 @@ pyreball report.py

![Pyreball Screenshot](pyreball_result_screenshot.png)

## Other Examples

Script `report.py` and a few other examples can be found in `examples` folder. For example, `longer_report.py`
illustrates most of the Pyreball's features, while `sample_plots.py` shows different plotting libraries.
To install all dependencies needed for these examples, run:

```shell
pip install -r requirements_examples.txt
```

The command above is assumed to work with Python 3.9 - 3.11.
If you are using Python 3.8, older dependencies are needed, so `requirements_examples_py38.txt`
can be used.
Although the versions are fixed in these requirements files, Pyreball works with many other versions, too.

## Documentation

See [documentation](https://pyreball.readthedocs.io/) for more examples and information about Pyreball.
Expand Down
Empty file removed examples/__init__.py
Empty file.
100 changes: 0 additions & 100 deletions examples/custom_arguments.html

This file was deleted.

29 changes: 0 additions & 29 deletions examples/custom_arguments.py

This file was deleted.

Loading

0 comments on commit 6a2665c

Please sign in to comment.