Skip to content

Commit 8c078ca

Browse files
committed
fixed link in docs and bumped beta
1 parent f849d5c commit 8c078ca

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. image:: https://pytak.readthedocs.io/en/latest/atak_screenshot_with_pytak_logo-x25.jpg
2+
:alt: ATAK Screenshot with PyTAK Logo.
3+
14
Classify aircraft in TAK
25
************************
36

@@ -6,7 +9,7 @@ AirCOT is software for classifying aircraft within the Team Awareness Kit (TAK)
69
AirCOT is used by these TAK compatible products:
710

811
1. `adsbcot <https://github.com/snstac/adsbcot>`_: ADSBCOT is software for monitoring and analyzing aviation surveillance data via the Team Awareness Kit (TAK) ecosystem of products.
9-
2. `AirTAK <https://www.snstac.com/products/airtak>`_: AirTAK is a low SWaP-C device for monitoring and analyzing aviation surveillance data via the Team Awareness Kit (TAK) ecosystem of products.
12+
2. `AirTAK <https://www.snstac.com/airtak>`_: AirTAK is a low SWaP-C device for monitoring and analyzing aviation surveillance data via the Team Awareness Kit (TAK) ecosystem of products.
1013

1114
`Documentation is available here. <https://aircot.rtfd.io>`_
1215

aircot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
:source: <https://github.com/snstac/aircot>
2222
"""
2323

24-
__version__ = "2.0.0-beta2"
24+
__version__ = "2.0.0-beta3"
2525
__author__ = "Greg Albrecht <gba@snstac.com>"
2626
__copyright__ = "Copyright Sensors & Signals LLC https://www.snstac.com"
2727
__license__ = "Apache License, Version 2.0"

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AirCOT is software for classifying aircraft within the Team Awareness Kit (TAK)
66

77
AirCOT is used by these TAK compatible products:
88

9-
1. [AirTAK](https://www.snstac.com/products/airtak) is a low SWaP-C device for monitoring and analyzing aviation surveillance data via the Team Awareness Kit (TAK) ecosystem of products.
9+
1. [AirTAK](https://www.snstac.com/airtak) is a low SWaP-C device for monitoring and analyzing aviation surveillance data via the Team Awareness Kit (TAK) ecosystem of products.
1010
2. [ADSBCOT](https://github.com/snstac/adsbcot) is software for monitoring and analyzing aviation surveillance data via the Team Awareness Kit (TAK) ecosystem of products.
1111

1212
[Documentation is available here.](https://aircot.rtfd.io)

0 commit comments

Comments
 (0)