1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
.. _home:
:github_url:
.. image:: _static/scikit-rf-title-flat.svg
:target: scikitrf_
:height: 100
:align: center
**scikit-rf** (aka `skrf`) is an Open Source, BSD-licensed package for RF/Microwave engineering developed and maintained for all `supported versions <https://www.python.org/downloads/>`_ of the Python programming language (currently 3.8+). It provides a modern, object-oriented library which is both flexible and scalable. The documentation below is broken up into three sections; narrative tutorials, practical examples, and a reference API.
Documentation
=============
.. toctree::
:maxdepth: 2
tutorials/index.rst
examples/index.rst
api/index.rst
contributing/index.rst
citations_ack/index.rst
.. toctree::
:maxdepth: 1
glossary
license
.. _scikitrf: http://scikit-rf.org
|