.. weatherly documentation master file, created by
   sphinx-quickstart on Thu Apr 13 21:54:31 2023.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to weatherly documentation
============================================
**Weatherly** is a simple package that retrieves weather data from WeatherAPI.com (https://WeatherAPI.com/docs). 
It provides an easy to use interface to access current and historical weather data for a specific location.

.. toctree::
   :maxdepth: 1

   installing
   quickstart
   examples
   weatherly

.. note::
   This project is currently under heavy development and does not work for now (until stable version get released)

Getting started
--------------------
| **First steps:** :doc:`installing`, :doc:`quickstart`
| **Examples:** :doc:`examples`

Manuals
-------------
| You can always check the full documentation made from sources below:
| :doc:`weatherly` 

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
