Skip to content

Commit

Permalink
Finishing release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gqueiroz committed Apr 30, 2020
1 parent a8dd658 commit 6e44a7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ Released 2020-04-29
- Processors for image collections based on:
- `Sen2Cor <https://step.esa.int/main/third-party-plugins-2/sen2cor/>`_: processor for the generation of Sentinel-2 Level 2A product.
- `LaSRC <https://github.com/USGS-EROS/espa-surface-reflectance>`_: 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 <https://semver.org/>`_.
- License: `MIT <https://raw.githubusercontent.com/brazil-data-cube/bdc-collection-builder/v0.2.0/LICENSE>`_.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6e44a7a

Please sign in to comment.