Skip to content

Commit d546201

Browse files
committed
fixes typo and docs
1 parent 9c1a2f3 commit d546201

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
1.4
2+
---
3+
* fixes typo in documentation
4+
15
1.3
26
---
37
* fixes url in setup.py
48
* add ability to dump version using setuptools ``pkg_resources``
5-
* python 3.3/3.4
9+
* python 3.3/3.4
610

711
1.2
812
---

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
Changelog
3+
=========
4+
5+
.. include:: ../CHANGELOG

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
Welcome to pytest-cache's documentation!
6+
Welcome to pytest-echo's documentation!
77
========================================
88

99
Contents:
1010

1111
.. toctree::
12-
:maxdepth: 2
12+
:maxdepth: 1
1313

1414
readme
15-
15+
changelog

docs/readme.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
12
.. include:: ../README.rst

0 commit comments

Comments
 (0)