This repository was archived by the owner on Mar 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +28
-26
lines changed Expand file tree Collapse file tree 4 files changed +28
-26
lines changed Original file line number Diff line number Diff line change 1
- Changelog
2
- =========
3
-
4
- All notable changes to HTTPolice will be documented in this file.
5
-
6
- This project adheres to `Semantic Versioning <http://semver.org/ >`_
7
- (which means it is unstable until 1.0).
1
+ History of changes
2
+ ==================
8
3
9
4
10
5
Unreleased
Original file line number Diff line number Diff line change 13
13
# All configuration values have a default; values that are commented out
14
14
# serve to show the default.
15
15
16
+ from collections import OrderedDict
16
17
import sys
17
18
import os
18
19
121
122
'github_user' : 'vfaronov' ,
122
123
'github_repo' : 'httpolice' ,
123
124
'github_type' : 'star' ,
124
- 'fixed_sidebar' : 'true' ,
125
- 'extra_nav_links' : {
126
- 'mitmproxy integration' :
127
- 'http://mitmproxy-httpolice.readthedocs.io/' ,
128
- 'Django integration' :
129
- 'http://django-httpolice.readthedocs.io/' ,
130
- 'List of all notices' :
131
- 'http://pythonhosted.org/HTTPolice/notices.html' ,
132
- },
125
+ 'extra_nav_links' : OrderedDict ([
126
+ ('mitmproxy integration' ,
127
+ 'http://mitmproxy-httpolice.readthedocs.io/' ),
128
+ ('Django integration' ,
129
+ 'http://django-httpolice.readthedocs.io/' ),
130
+ ('List of all notices' ,
131
+ 'http://pythonhosted.org/HTTPolice/notices.html' ),
132
+ ]),
133
133
}
134
134
135
135
# Add any paths that contain custom themes here, relative to this directory.
Original file line number Diff line number Diff line change
1
+ .. include :: ../CHANGELOG.rst
Original file line number Diff line number Diff line change @@ -5,18 +5,13 @@ HTTPolice is a lint for HTTP requests and responses.
5
5
It checks them for conformance to standards and best practices.
6
6
7
7
This manual explains all features of HTTPolice in detail.
8
- If you want a brief introduction, see the :doc: `quickstart `.
8
+ For a brief hands-on introduction, jump to the :doc: `quickstart `.
9
9
10
- There is also a `list of all notices `__ that HTTPolice can output.
11
-
12
- __ http://pythonhosted.org/HTTPolice/notices.html
13
-
14
- For recent changes in HTTPolice, see the `changelog `__.
15
-
16
- __ https://github.com/vfaronov/httpolice/blob/master/CHANGELOG.rst
10
+ Contents
11
+ --------
17
12
18
13
.. toctree ::
19
- :maxdepth: 1
14
+ :maxdepth: 2
20
15
21
16
quickstart
22
17
install
@@ -25,8 +20,11 @@ __ https://github.com/vfaronov/httpolice/blob/master/CHANGELOG.rst
25
20
har
26
21
reports
27
22
api
23
+ history
24
+
28
25
29
- Integration packages:
26
+ Integration packages
27
+ --------------------
30
28
31
29
- `mitmproxy integration `__
32
30
- `Django integration `__
@@ -35,3 +33,11 @@ Integration packages:
35
33
__ http://mitmproxy-httpolice.readthedocs.io/
36
34
__ http://django-httpolice.readthedocs.io/
37
35
__ https://chrome.google.com/webstore/detail/httpolice-devtool/hnlnhebgfcfemjaphgbeokdnfpgbnhgn
36
+
37
+
38
+ Supplementary materials
39
+ -----------------------
40
+
41
+ - `List of all notices `__ that HTTPolice can output
42
+
43
+ __ http://pythonhosted.org/HTTPolice/notices.html
You can’t perform that action at this time.
0 commit comments