Skip to content

Commit 7e17003

Browse files
committed
version 4.0.0 beta
1 parent 3f09a22 commit 7e17003

File tree

472 files changed

+64
-3443
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

472 files changed

+64
-3443
lines changed

.gitignore

+5-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
/_build/html/
2-
/_build/doctrees/
3-
*.deb
4-
*.changes
5-
*.buildinfo
6-
*.dsc
7-
*.tar.gz
8-
*.ppa.upload
9-
/_build/debian/*/
10-
/_build/debian/*debhelper*
11-
/_build/debian/files
12-
/_build/debian/*.substvars
1+
/build/
2+
/debian/*/
3+
/debian/*debhelper*
4+
/debian/files
5+
/debian/*.substvars

.readthedocs.yaml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Read the Docs configuration file for MkDocs projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
# Required
5+
version: 2
6+
7+
# Set the version of Python and other tools you might need
8+
build:
9+
os: ubuntu-20.04
10+
tools:
11+
python: "3.8"
12+
13+
mkdocs:
14+
configuration: mkdocs.yml
15+
16+
# Optionally declare the Python requirements required to build your docs
17+
python:
18+
install:
19+
- requirements: docs/requirements.txt
20+
21+
formats:
22+
- pdf
23+
- epub
24+

.readthedocs.yml

-35
This file was deleted.

Makefile

-19
This file was deleted.

avnav/avnav_app.rst

-39
This file was deleted.

avnav/img/avnav0.png

-28.7 KB
Binary file not shown.

avnav/img/avnav1.png

-33.8 KB
Binary file not shown.

avnav/img/restart.png

-1.16 KB
Binary file not shown.

avnav/img/sailboat24r.png

-3.96 KB
Binary file not shown.

avnav/img/sailboat24rs.png

-1.38 KB
Binary file not shown.

avnav/img/sailboat48rinstall.png

-3.5 KB
Binary file not shown.

avnav/img/settings2.png

-887 Bytes
Binary file not shown.

avnav/img/start.png

-1.01 KB
Binary file not shown.

avnav/img/stop.png

-970 Bytes
Binary file not shown.

can/can_app.rst

-39
This file was deleted.

can/img/can0.png

-37 KB
Binary file not shown.

can/img/can1.png

-331 KB
Binary file not shown.

can/img/can2.png

-593 KB
Binary file not shown.

can/img/can4.png

-394 KB
Binary file not shown.

can/img/canMCP1.png

-42.5 KB
Binary file not shown.

can/img/canMCP2.png

-14.4 KB
Binary file not shown.

can/img/canMCP3.png

-6.96 KB
Binary file not shown.

can/img/canMCP4.png

-44.8 KB
Binary file not shown.

can/img/canMCP5.png

-44.3 KB
Binary file not shown.

can/img/canMCP6.png

-44.3 KB
Binary file not shown.

can/img/canMCP7.png

-54.8 KB
Binary file not shown.

can/img/canSlcand1.png

-40.5 KB
Binary file not shown.

can/img/canSlcand2.png

-15 KB
Binary file not shown.

can/img/canSlcand3.png

-46.6 KB
Binary file not shown.

can/img/canSlcand4.png

-74.2 KB
Binary file not shown.

can/img/canSlcand5.png

-43.6 KB
Binary file not shown.

can/img/canSlcand6.png

-42.3 KB
Binary file not shown.

can/img/canSlcand7.png

-54.4 KB
Binary file not shown.

can/img/check.png

-608 Bytes
Binary file not shown.

can/img/chip.png

-552 Bytes
Binary file not shown.

can/img/openplotter-24.png

-845 Bytes
Binary file not shown.

can/img/openplotter-can.png

-743 Bytes
Binary file not shown.

can/img/serial_can10.png

-8.34 KB
Binary file not shown.

can/img/serial_can11.png

-40.7 KB
Binary file not shown.

can/img/serial_can12.png

-132 KB
Binary file not shown.

can/img/serial_can13.png

-59.9 KB
Binary file not shown.

can/img/serial_can8.png

-41.3 KB
Binary file not shown.

can/img/serial_can9.png

-40.8 KB
Binary file not shown.

can/img/sk.png

-662 Bytes
Binary file not shown.

can/img/usb.png

-472 Bytes
Binary file not shown.

can/mcp2515.rst

-42
This file was deleted.

can/output.rst

-47
This file was deleted.

can/slcand.rst

-36
This file was deleted.

0 commit comments

Comments
 (0)