Skip to content

Commit 9598bd9

Browse files
committed
fix refs to changelog
1 parent 0587500 commit 9598bd9

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

CHANGELOG renamed to CHANGELOG.rst

File renamed without changes.

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ lint:
3333
test:
3434
pytest tests
3535

36+
build-docs: docs
37+
3638
docs:
3739
python ./newsfragments/validate_files.py
3840
towncrier build --draft --version preview

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
[![Build Status](https://circleci.com/gh/ethereum/eth-tester.svg?style=shield)](https://circleci.com/gh/ethereum/eth-tester)
55
[![PyPI version](https://badge.fury.io/py/eth-tester.svg)](https://badge.fury.io/py/eth-tester)
66
[![Python versions](https://img.shields.io/pypi/pyversions/eth-tester.svg)](https://pypi.python.org/pypi/eth-tester)
7-
[![Docs build](https://readthedocs.org/projects/eth-tester/badge/?version=latest)](https://eth-tester.readthedocs.io/en/latest/?badge=latest)
87

98
Tools for testing Ethereum applications
109

11-
Read more in the [documentation on ReadTheDocs](https://eth-tester.readthedocs.io/). [View the change log](https://eth-tester.readthedocs.io/en/latest/release_notes.html).
10+
Read more in the documentation below. [View the change log](https://github.com/ethereum/eth-tester/blob/master/CHANGELOG.rst).
1211

1312
## Quick Start
1413

@@ -613,8 +612,6 @@ this function can be used to filter the log entries.
613612
'type': 'mined'})
614613
```
615614

616-
See [the filtering guide](#guide-filtering) for detailed information on how to use filters.
617-
618615
<a id="api-delete_filter"></a>
619616

620617
#### `EthereumTester.delete_filter(filter_id)`
@@ -721,8 +718,8 @@ backend class you wish to use.
721718

722719
Ethereum tester can be used with the following backends.
723720

724-
- PyEVM (experimental)
725721
- MockBackend
722+
- PyEVM (experimental)
726723

727724
#### MockBackend
728725

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ log_date_format = "%m-%d %H:%M:%S"
7070
[tool.towncrier]
7171
# Read https://github.com/ethereum/eth-tester/blob/main/newsfragments/README.md for instructions
7272
package = "eth_tester"
73-
filename = "docs/release_notes.rst"
73+
filename = "CHANGELOG.rst"
7474
directory = "newsfragments"
7575
underlines = ["-", "~", "^"]
7676
title_format = "eth-tester v{version} ({project_date})"

0 commit comments

Comments
 (0)