From 6e44a7a6d2e2518fc313022a5fb1e7929485eb57 Mon Sep 17 00:00:00 2001 From: gqueiroz Date: Wed, 29 Apr 2020 23:05:45 -0300 Subject: [PATCH] Finishing release 0.2.0 --- CHANGES.rst | 7 ++++--- README.rst | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index a9952d1..bc20eb5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,10 +24,11 @@ Released 2020-04-29 - Processors for image collections based on: - `Sen2Cor `_: processor for the generation of Sentinel-2 Level 2A product. - `LaSRC `_: processor for the generation of Landsat 8 surface reflectance data products. -- Documentation system based on Sphinx. +- Multi-container applications based on ``Docker`` and ``docker-compose``. +- Documentation system based on ``Sphinx``. - Documentation integrated to ``Read the Docs``. -- Package support through Setuptools. +- Package support through ``Setuptools``. - Installation and deploy instructions. -- Schema versioning through Flask-Migrate. +- Schema versioning through ``Flask-Migrate``. - Source code versioning based on `Semantic Versioning 2.0.0 `_. - License: `MIT `_. diff --git a/README.rst b/README.rst index 40c407d..da4150b 100755 --- a/README.rst +++ b/README.rst @@ -11,11 +11,11 @@ BDC Collection Builder ====================== .. image:: https://img.shields.io/badge/license-MIT-green - :target: https://github.com/brazil-data-cube/bdc-collection-builder/blob/master/LICENSE + :target: https://github.com/brazil-data-cube/bdc-collection-builder/blob/v0.2.0/LICENSE :alt: Software License -.. image:: https://readthedocs.org/projects/bdc-collection-builder/badge/?version=latest - :target: https://bdc-collection-builder.readthedocs.io/en/latest/ +.. image:: https://readthedocs.org/projects/bdc-collection-builder/badge/?version=b-0.2 + :target: https://bdc-collection-builder.readthedocs.io/en/b-0.2/ :alt: Documentation Status .. image:: https://img.shields.io/badge/lifecycle-experimental-orange.svg @@ -60,7 +60,7 @@ See `DEPLOY.rst <./DEPLOY.rst>`_. Developer Documentation ======================= -See https://bdc-collection-builder.readthedocs.io/en/latest. +See https://bdc-collection-builder.readthedocs.io/en/b-0.2. License