11
11
.. in the source distributions uploaded to PyPI
12
12
.. EXCLUDE
13
13
14
- | binder |_ | build_status |_ | Coveralls |_ | docs |_ | pypi_version |_ | downloads |_ | black |_ | doi |_
14
+ orix is an open-source Python library for analysing orientations and crystal symmetry.
15
15
16
- .. |binder | image :: https://mybinder.org/badge_logo.svg
17
- .. _binder : https://mybinder.org/v2/gh/pyxem/orix/HEAD
16
+ The package defines objects and functions for the analysis of orientations represented
17
+ as quaternions and 3D rotation vectors, accounting for crystal symmetry.
18
+ Functionality builds primarily on `NumPy <https://www.numpy.org >`_ and `Matplotlib
19
+ <https://matplotlib.org> `_.
20
+ Initiation of the package was inspired by `MTEX <https://mtex-toolbox.github.io >`_.
21
+
22
+ orix is released under the GPL v3 license.
23
+
24
+ .. |pypi_version | image :: https://img.shields.io/pypi/v/orix.svg?style=flat
25
+ :target: https://pypi.python.org/pypi/orix
26
+
27
+ .. |conda | image :: https://img.shields.io/conda/vn/conda-forge/orix.svg?logo=conda-forge&logoColor=white
28
+ :target: https://anaconda.org/conda-forge/orix
18
29
19
30
.. |build_status | image :: https://github.com/pyxem/orix/workflows/build/badge.svg
20
- .. _build_status : https://github.com/pyxem/orix/actions
31
+ :target: https://github.com/pyxem/orix/actions/workflows/build.yml
32
+
33
+ .. |python | image :: https://img.shields.io/badge/python-3.8+-blue.svg
34
+ :target: https://www.python.org/downloads/
21
35
22
36
.. |Coveralls | image :: https://coveralls.io/repos/github/pyxem/orix/badge.svg?branch=develop
23
- .. _ Coveralls : https://coveralls.io/github/pyxem/orix?branch=develop
37
+ :target : https://coveralls.io/github/pyxem/orix?branch=develop
24
38
25
- .. |docs | image :: https://readthedocs.org/projects/orix/badge/?version=latest
26
- .. _ docs : https://orix.readthedocs.io/en/latest
39
+ .. |pypi_downloads | image :: https://img.shields.io/pypi/dm/orix.svg?label=PyPI%20downloads
40
+ :target: https://pypi.org/project/orix/
27
41
28
- .. |pypi_version | image :: https ://img.shields.io/pypi/v/ orix.svg?style=flat
29
- .. _ pypi_version : https://pypi.python. org/pypi /orix
42
+ .. |conda_downloads | image :: https://img.shields.io/conda/dn/conda-forge/ orix.svg?label=Conda%20downloads
43
+ :target: https://anaconda. org/conda-forge /orix
30
44
31
- .. |downloads | image :: https://anaconda .org/conda-forge/orix/badges/downloads .svg
32
- .. _ downloads : https://anaconda .org/conda-forge/orix
45
+ .. |doi | image :: https://zenodo .org/badge/DOI/10.5281/zenodo.3459662 .svg
46
+ :target: https://doi .org/10.5281/zenodo.3459662
33
47
34
- .. |black | image :: https://img.shields.io/badge/code%20style-black-000000.svg
35
- .. _ black : https://github.com/psf/black
48
+ .. |GPLv3 | image :: https://img.shields.io/github/license/pyxem/orix
49
+ :target: https://opensource.org/license/GPL-3.0
36
50
37
- .. |doi | image :: https://zenodo.org /badge/DOI/10.5281/zenodo.3459662.svg
38
- .. _ doi : https://doi.org/10.5281/zenodo.3459662
51
+ .. |GH-discuss | image :: https://img.shields.io /badge/GitHub-Discussions-green?logo=github
52
+ :target: https://github.com/pyxem/orix/discussions
39
53
40
- orix is an open-source Python library for analysing orientations and crystal symmetry.
54
+ .. |binder | image :: https://mybinder.org/badge_logo.svg
55
+ :target: https://mybinder.org/v2/gh/pyxem/orix/HEAD
41
56
42
- The package defines objects and functions for the analysis of orientations represented
43
- as quaternions or 3D rotation vectors accounting for crystal symmetry. Functionality
44
- builds primarily on `NumPy <https://www.numpy.org >`_ and `Matplotlib
45
- <https://matplotlib.org> `_ and is heavily inspired by the MATLAB package `MTEX
46
- <https://mtex-toolbox.github.io> `_.
57
+ .. |docs | image :: https://readthedocs.org/projects/orix/badge/?version=latest
58
+ :target: https://orix.readthedocs.io/en/latest
47
59
48
- orix is released under the GPL v3 license.
60
+ .. |black | image :: https://img.shields.io/badge/code%20style-black-000000.svg
61
+ :target: https://github.com/psf/black
62
+
63
+ +----------------------+------------------------------------------------+
64
+ | Deployment | |pypi_version | |conda | |
65
+ +----------------------+------------------------------------------------+
66
+ | Build status | |build_status | |docs | |python | |
67
+ +----------------------+------------------------------------------------+
68
+ | Metrics | |Coveralls | |
69
+ +----------------------+------------------------------------------------+
70
+ | Activity | |pypi_downloads | |conda_downloads | |
71
+ +----------------------+------------------------------------------------+
72
+ | Citation | |doi | |
73
+ +----------------------+------------------------------------------------+
74
+ | License | |GPLv3 | |
75
+ +----------------------+------------------------------------------------+
76
+ | Community | |GH-discuss | |
77
+ +----------------------+------------------------------------------------+
78
+ | Formatter | |black | |
79
+ +----------------------+------------------------------------------------+
49
80
50
81
Documentation
51
82
-------------
@@ -65,17 +96,17 @@ or ``conda``::
65
96
66
97
conda install orix -c conda-forge
67
98
68
- You can also visit ` PyPI <https://pypi.org/project /orix >`_, ` Anaconda
69
- <https://anaconda.org/conda-forge/orix> `_ or ` GitHub <https://github.com/pyxem /orix >`_
70
- to download the source .
99
+ The source code is hosted in ` GitHub <https://github.com/pyxem /orix >`_, and can also be
100
+ downloaded from ` PyPI <https://pypi.org/project /orix >`_ and
101
+ ` Anaconda < https://anaconda.org/conda-forge/orix >`_ .
71
102
72
- Further details are available in the ` installation guide
73
- <https://orix.readthedocs.io/en/latest/user/installation.html> `_.
103
+ Further details are available in the
104
+ ` installation guide <https://orix.readthedocs.io/en/latest/user/installation.html >`_.
74
105
75
106
Citing orix
76
107
-----------
77
108
78
109
If analysis using orix forms a part of published work please cite the paper (`journal
79
110
<https://doi.org/10.1107/S1600576720011103> `_, `arXiv
80
- <https://arxiv.org/abs/2001.02716> `_) and/or `the software
111
+ <https://arxiv.org/abs/2001.02716> `_) and `the software
81
112
<https://doi.org/10.5281/zenodo.3459662> `_.
0 commit comments