File tree 2 files changed +19
-15
lines changed 2 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<!-- Add Green message to each web-page that works OK.. -->
6
6
<div class =" warning " style =' padding :0.1em ; background-color :green ; color :white ; border-radius : 10px ;' >
7
- <span >
8
- <h2 style =' margin-top :1em ; text-align :center ' >
9
- <b >The Hamilton Python Users Group no longer has monthly meeting.</b ></h2 >
10
- <p style =' margin-left :1em ;' >
11
- However, we still maintain documentation from <i >Meetings</i >.<br ><br >
12
- </p ></span ></div >
7
+ <span>
8
+ <h2 style='margin-top:1em; text-align:center'>
9
+ <b>The Hamilton Python Users Group no longer has monthly meetings.</b>
10
+ </h2>
11
+ <p style='margin-left:1em;'>
12
+ However, we still provide the documentation from <i>Meetings</i>.<br><br>
13
+ </p>
14
+ </span>
15
+ </div >
13
16
14
17
In many cases a presentations slide show and demostration code is made available by
15
18
the presenter. We store this in our HamPUG repository.
Original file line number Diff line number Diff line change 1
-
2
-
3
- <!-- Ian 2023-03-23 -->
1
+ <!-- Ian 2023-03-23. Updated: 2025-03-07 -->
4
2
5
3
## Code Repository Overview.
6
4
7
5
<!-- Add Green message to each web-page that works OK.. -->
8
6
<div class =" warning " style =' padding :0.1em ; background-color :green ; color :white ; border-radius : 10px ;' >
9
- <span >
10
- <h2 style =' margin-top :1em ; text-align :center ' >
11
- <b >The Hamilton Python Users Group no longer has monthly meeting.</b ></h2 >
12
- <p style =' margin-left :1em ;' >
13
- However, we still maintain a <i >Repository</i >.<br ><br >
14
- </p ></span ></div >
7
+ <span>
8
+ <h2 style='margin-top:1em; text-align:center'>
9
+ <b>The Hamilton Python Users Group no longer has monthly meetings.</b>
10
+ </h2>
11
+ <p style='margin-left:1em;'>
12
+ However, we still provide the code examples in the <i>Repository</i>.<br><br>
13
+ </p>
14
+ </span>
15
+ </div >
15
16
16
17
For a repository of Python code we use [ https://github.com/HamPUG/examples ] ( https://github.com/HamPUG/examples )
17
18
You can’t perform that action at this time.
0 commit comments