File tree 3 files changed +5
-8
lines changed
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
### Changed
15
15
16
16
- Added some additional metadata to PyPI distribution
17
+ - Minor improvements to structure of docs
17
18
18
19
## 1.0.1 - 2019-02-20
19
20
Original file line number Diff line number Diff line change 91
91
'github_banner' : True ,
92
92
'description' : 'A client for Akamai Fast Purge' ,
93
93
'extra_nav_links' : {
94
- 'API Reference' : 'index.html' ,
94
+ 'Source' : 'https://github.com/release-engineering/python-fastpurge' ,
95
+ 'PyPI' : 'https://pypi.org/project/fastpurge' ,
95
96
'Index' : 'genindex.html' ,
96
97
}
97
98
}
Original file line number Diff line number Diff line change @@ -3,13 +3,8 @@ fastpurge
3
3
4
4
A client for the `Akamai Fast Purge API `_.
5
5
6
- .. toctree ::
7
- :maxdepth: 2
8
- :caption: Contents:
9
-
10
- - `Source <https://github.com/release-engineering/python-fastpurge >`_
11
- - `Documentation <https://release-engineering.github.io/python-fastpurge/ >`_
12
- - `PyPI <https://pypi.org/project/fastpurge >`_
6
+ .. contents ::
7
+ :local:
13
8
14
9
Quick Start
15
10
-----------
You can’t perform that action at this time.
0 commit comments