File tree 6 files changed +29
-19
lines changed
6 files changed +29
-19
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ ## 0.5.1
4
+
5
+ ### Added
6
+
7
+ Further documentation better describing the Build HAT library components along with supported hardware.
8
+
9
+ ### Changed
10
+
11
+ n/a
12
+
13
+ ### Removed
14
+
15
+ n/a
Original file line number Diff line number Diff line change @@ -31,15 +31,14 @@ Documentation
31
31
-------------
32
32
33
33
Instructions for regenerating the documentation can be found in
34
- docs/README.md. Briefly, assuming you have the appropriate python
34
+ ` docs/README.md ` . Briefly, assuming you have the appropriate python
35
35
modules installed:
36
36
37
37
```
38
38
$ (cd docs; make html)
39
39
```
40
40
41
- will rebuild the documentation. The doc tree starts at
42
- `` docs/build/html/index.html ``
41
+ will rebuild the documentation. The doc tree starts at ` docs/build/html/index.html `
43
42
44
43
45
44
Usage
Original file line number Diff line number Diff line change 1
- 0.5.0
1
+ 0.5.1
Original file line number Diff line number Diff line change 126
126
html_additional_pages = {"index" : "topindex.html" }
127
127
128
128
# Output file base name for HTML help builder.
129
- htmlhelp_basename = 'Hubdoc '
129
+ htmlhelp_basename = 'BuildHATdoc '
Original file line number Diff line number Diff line change 1
1
{% extends "layout.html" %}
2
2
{% block body %}
3
3
4
- < h1 > Build HAT Documentation</ h1 >
4
+ < h1 > {{ _(' Build HAT Documentation') }} </ h1 >
5
5
6
- < p >
7
- {{ _('Welcome! This is the documentation for the Raspberry Pi Build HAT') }}
8
- {{ release|e }}{% if last_updated %}, {{ _('last updated') }} {{ last_updated|e }}{% endif %}.
9
- </ p >
6
+ < p > {{ _('Welcome! This is the documentation for the Raspberry Pi Build HAT') }}{{ release|e }}{% if last_updated %}, {{ _('last updated') }} {{ last_updated|e }}{% endif %}.</ p >
10
7
11
- < table class ="contentstable "> < tr >
8
+ < table class ="contentstable ">
9
+ < tr >
12
10
< td width ="40% " style ="padding-left:2em; ">
13
11
< p class ="biglink ">
14
12
< a class ="biglink " href ="{{ pathto( "buildhat /index") }}"> Library Reference</ a > < br />
@@ -21,6 +19,7 @@ <h1>Build HAT Documentation</h1>
21
19
< span class ="linkdescr "> License information</ span >
22
20
</ p >
23
21
</ td >
24
- </ tr > </ table >
22
+ </ tr >
23
+ </ table >
25
24
26
25
{% endblock %}
Original file line number Diff line number Diff line change 25
25
</ dl >
26
26
< hr />
27
27
< dl >
28
- < dt > External links</ dt >
29
- < dd >
30
- < a href ="http://www.micropython.org "> micropython.org</ a >
31
- </ dd >
32
- < dd >
33
- < a href ="https://github.com/micropython/micropython "> GitHub</ a >
34
- </ dd >
28
+ < dt > Links</ dt >
29
+ < dd >
30
+ < a href ="https://github.com/RaspberryPiFoundation/python-build-hat "> GitHub</ a >
31
+ </ dd >
35
32
</ dl >
36
33
</ div >
37
34
</ div >
You can’t perform that action at this time.
0 commit comments