Skip to content

Commit

Permalink
Merge pull request #122 from kikuchipy/v0.1.x
Browse files Browse the repository at this point in the history
Create minor branch + update readme
  • Loading branch information
hakonanes committed Jan 8, 2020
2 parents ce61975 + 28d8b7e commit 023e05b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 20 deletions.
48 changes: 29 additions & 19 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
|travis-ci|_ |coveralls|_ |doc|_ |pypi_version|_ |doi|_ |black|_

.. |travis-ci| image:: https://api.travis-ci.org/kikuchipy/kikuchipy.svg?branch=master
.. _travis-ci: https://travis-ci.org/kikuchipy/kikuchipy

.. |coveralls| image:: https://coveralls.io/repos/github/kikuchipy/kikuchipy/badge.svg?branch=master
.. _coveralls: https://coveralls.io/github/kikuchipy/kikuchipy?branch=master

.. |doc| image:: https://readthedocs.org/projects/kikuchipy/badge/?version=latest
.. _doc: https://kikuchipy.readthedocs.io

.. |pypi_version| image:: http://img.shields.io/pypi/v/kikuchipy.svg?style=flat
.. _pypi_version: https://pypi.python.org/pypi/kikuchipy

.. |doi| image:: https://zenodo.org/badge/doi/10.5281/zenodo.3597646.svg
.. _doi: https://doi.org/10.5281/zenodo.3597646

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=flat
.. _black: https://black.readthedocs.io
.. Travis CI
.. image:: https://travis-ci.org/kikuchipy/kikuchipy.svg?branch=master
:target: https://travis-ci.org/kikuchipy/kikuchipy
:alt: Build status

.. Coveralls
.. image:: https://img.shields.io/coveralls/github/kikuchipy/kikuchipy.svg
:target: https://coveralls.io/github/kikuchipy/kikuchipy?branch=master
:alt: Coveralls status

.. Read the Docs
.. image:: https://readthedocs.org/projects/kikuchipy/badge/?version=latest
:target: https://kikuchipy.readthedocs.io/en/latest/?badge=latest
:alt: Documentation status

.. PyPI version
.. image:: https://img.shields.io/pypi/v/kikuchipy.svg
:target: https://pypi.python.org/pypi/kikuchipy
:alt: PyPI version

.. Zenodo DOI
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.3597646.svg
:target: https://doi.org/10.5281/zenodo.3597646
:alt: DOI

.. Black code style
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://black.readthedocs.io
:alt: Code style: black

*KikuchiPy is an open-source Python library for processing and analysis of
electron backscatter diffraction (EBSD) patterns.*
Expand Down
2 changes: 1 addition & 1 deletion kikuchipy/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
name = "kikuchipy"
platforms = ["Linux", "MacOS X", "Windows"]
status = "Development"
version = "0.1.2"
version = "0.1.2.dev0"

0 comments on commit 023e05b

Please sign in to comment.