Updated docs for 2023 and used python -m pydoc rather than pydoc.

This commit is contained in:
joan2937 2023-01-01 13:32:37 +00:00
parent eec9367e46
commit 27b5ea9c58
5 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@ pigpio_m1="""
.\" Process this file with
.\" groff -man -Tascii pigpio.3
.\"
.TH pigpio 3 2012-2021 Linux "pigpio archive"
.TH pigpio 3 2012-2023 Linux "pigpio archive"
.SH NAME
pigpio - A C library to manipulate the Pi's GPIO.\n
.SH SYNOPSIS\n
@ -21,7 +21,7 @@ pigpiod_if_m1="""
.\" Process this file with
.\" groff -man -Tascii pigpiod_if.3
.\"
.TH pigpiod_if 3 2012-2021 Linux "pigpio archive"
.TH pigpiod_if 3 2012-2023 Linux "pigpio archive"
.SH NAME
pigpiod_if - A C library to interface to the pigpio daemon.\n
.SH SYNOPSIS\n
@ -36,7 +36,7 @@ pigpiod_if2_m1="""
.\" Process this file with
.\" groff -man -Tascii pigpiod_if2.3
.\"
.TH pigpiod_if2 3 2012-2021 Linux "pigpio archive"
.TH pigpiod_if2 3 2012-2023 Linux "pigpio archive"
.SH NAME
pigpiod_if2 - A C library to interface to the pigpio daemon.\n
.SH SYNOPSIS\n
@ -51,7 +51,7 @@ pigpiod_m1="""
.\" Process this file with
.\" groff -man -Tascii pigpiod.1
.\"
.TH pigpiod 1 2012-2021 Linux "pigpio archive"
.TH pigpiod 1 2012-2023 Linux "pigpio archive"
.SH NAME
pigpiod - A utility to start the pigpio library as a daemon.\n
.SH SYNOPSIS\n
@ -63,7 +63,7 @@ pig2vcd_m1="""
.\" Process this file with
.\" groff -man -Tascii pig2vcd.1
.\"
.TH pig2vcd 1 2012-2021 Linux "pigpio archive"
.TH pig2vcd 1 2012-2023 Linux "pigpio archive"
.SH NAME
pig2vd - A utility to convert pigpio notifications to VCD.\n
.SH SYNOPSIS\n

View File

@ -38,7 +38,7 @@ sitemap = ""
header = '<a href="index.html"><img src="images/pigpio-logo.gif" border="0" /></a>pigpio library'
footer1 = "<small>&copy; 2012-2021</small>";
footer1 = "<small>&copy; 2012-2023</small>";
footer2 = "e-mail: pigpio @ abyz.me.uk";
footer3 = "<small>Updated: " + time.strftime("%d/%m/%Y") + "</small>";

View File

@ -55,7 +55,7 @@ if man:
.\" Process this file with
.\" groff -man -Tascii foo.1
.\"
.TH pigs 1 2012-2021 Linux "pigpio archive"
.TH pigs 1 2012-2023 Linux "pigpio archive"
.SH NAME
pigs - command line socket access to the pigpio daemon.\n
/dev/pigpio - command line pipe access to the pigpio daemon.\n

Binary file not shown.

View File

@ -31,7 +31,7 @@ bin/cmakdoc.py pig2vcd src/defs/pig2vcd.def >tmp/body/pig2vcd.body
bin/cmakdoc.py pigpio ../pigpio.h >tmp/body/cif.body
bin/cmakdoc.py pigpiod_if ../pigpiod_if.h >tmp/body/pdif.body
bin/cmakdoc.py pigpiod_if2 ../pigpiod_if2.h >tmp/body/pdif2.body
pydoc ../pigpio.py >tmp/pydoc/pigpio.pydoc
python -m pydoc ../pigpio.py >tmp/pydoc/pigpio.pydoc
bin/pymakdoc.py tmp/pydoc/pigpio.pydoc >tmp/body/python.body
bin/examples.py src/defs/examples.def >tmp/body/examples.body