Bladeren bron

update docs, release version 1.3.0

Oliver Fabel 1 jaar geleden
bovenliggende
commit
f559a82d9e
4 gewijzigde bestanden met toevoegingen van 7 en 3 verwijderingen
  1. 4 1
      CHANGELOG.md
  2. 0 1
      docs/pages/features.md
  3. 1 1
      docs/pages/index.rst
  4. 2 0
      docs/pages/reference.rst

+ 4 - 1
CHANGELOG.md

@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 
 ## [Unreleased]
 ## [Unreleased]
 
 
+## [1.3.0]
+
 ### Added
 ### Added
 
 
 * Simple ADC support for the `flipperzero` module:
 * Simple ADC support for the `flipperzero` module:
@@ -116,7 +118,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 * Basic build setup
 * Basic build setup
 * Minimal working example
 * Minimal working example
 
 
-[Unreleased]: https://github.com/ofabel/mp-flipper/compare/v1.2.0...HEAD
+[Unreleased]: https://github.com/ofabel/mp-flipper/compare/v1.3.0...HEAD
+[1.3.0]: https://github.com/ofabel/mp-flipper/compare/v1.2.0...v1.3.0
 [1.2.0]: https://github.com/ofabel/mp-flipper/compare/v1.1.0...v1.2.0
 [1.2.0]: https://github.com/ofabel/mp-flipper/compare/v1.1.0...v1.2.0
 [1.1.0]: https://github.com/ofabel/mp-flipper/compare/v1.0.0...v1.1.0
 [1.1.0]: https://github.com/ofabel/mp-flipper/compare/v1.0.0...v1.1.0
 [1.0.0]: https://github.com/ofabel/mp-flipper/compare/v0.5.0-beta.1...v1.0.0
 [1.0.0]: https://github.com/ofabel/mp-flipper/compare/v0.5.0-beta.1...v1.0.0

+ 0 - 1
docs/pages/features.md

@@ -3,7 +3,6 @@
 Adding Python support to the Flipper Zero platform was only possible by rigorously sorting unnecessary language features.
 Adding Python support to the Flipper Zero platform was only possible by rigorously sorting unnecessary language features.
 So here is a detailed list of all supported and unsupported Python language features.
 So here is a detailed list of all supported and unsupported Python language features.
 
 
-
 ## Supported
 ## Supported
 
 
 The following features are enabled and supported by the interpreter:
 The following features are enabled and supported by the interpreter:

+ 1 - 1
docs/pages/index.rst

@@ -29,7 +29,7 @@ Features
 --------
 --------
 
 
 * Support for basic language constructs like functions, classes, loops, ...
 * Support for basic language constructs like functions, classes, loops, ...
-* Access the Flipper's hardware: buttons, speaker, LED & screen light, ...
+* Access the Flipper's hardware: buttons, speaker, LED, GPIO, ADC, PWM ...
 * No custom firmware required, so no risk to brick your Flipper.
 * No custom firmware required, so no risk to brick your Flipper.
 
 
 A complete list can be found in the :doc:`features </features>` section.
 A complete list can be found in the :doc:`features </features>` section.

+ 2 - 0
docs/pages/reference.rst

@@ -2,6 +2,8 @@ Reference
 =========
 =========
 
 
 This page contains the API documentation of the ``flipperzero`` module and some built-in functions.
 This page contains the API documentation of the ``flipperzero`` module and some built-in functions.
+The module is also available as a Python package on `PyPI <https://pypi.org/project/flipperzero/>`_.
+Install it in your local development environment if you need code completion support inside your IDE.
 
 
 Vibration
 Vibration
 ---------
 ---------