|
2 | 2 | Ninja Python Distributions |
3 | 3 | ========================== |
4 | 4 |
|
5 | | -.. image:: https://ci.appveyor.com/api/projects/status/cvgsgfo2rsyq2ej8/branch/master?svg=true |
6 | | - :target: https://ci.appveyor.com/project/scikit-build/ninja-python-distributions/branch/master |
| 5 | +`Ninja <http://www.ninja-build.org>`_ is a small build system with a focus on speed. |
7 | 6 |
|
8 | | -.. image:: https://circleci.com/gh/scikit-build/ninja-python-distributions.svg?style=svg |
9 | | - :target: https://circleci.com/gh/scikit-build/ninja-python-distributions |
| 7 | +The latest Ninja python wheels provide `ninja 1.7.2 <https://ninja-build.org/manual.html>`_ executable |
| 8 | +and `ninja_syntax.py` for generating `.ninja` files. |
10 | 9 |
|
11 | | -.. image:: https://travis-ci.org/scikit-build/ninja-python-distributions.svg?branch=master |
12 | | - :target: https://travis-ci.org/scikit-build/ninja-python-distributions |
| 10 | +.. image:: https://raw.githubusercontent.com/scikit-build/ninja-python-distributions/master/ninja-python-distributions-logo.png |
13 | 11 |
|
14 | | -`Ninja <http://www.ninja-build.org>`_ is a small build system with a focus on speed. |
| 12 | +Build Status |
| 13 | +------------ |
15 | 14 |
|
16 | | -The Ninja python wheels provide `ninja 1.7.2 <https://ninja-build.org/manual.html>`_ executable |
17 | | -and `ninja_syntax.py` for generating .ninja files. |
| 15 | +.. table:: |
18 | 16 |
|
19 | | -.. image:: https://raw.githubusercontent.com/scikit-build/ninja-python-distributions/master/ninja-python-distributions-logo.png |
| 17 | + +---------------+------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+ |
| 18 | + | | Linux | macOS | Windows | |
| 19 | + +===============+==========================================================================================+==============================================================================================+===========================================================================================================+ |
| 20 | + | PyPI | .. image:: https://circleci.com/gh/scikit-build/ninja-python-distributions.svg?style=svg | .. image:: https://travis-ci.org/scikit-build/ninja-python-distributions.svg?branch=master | .. image:: https://ci.appveyor.com/api/projects/status/cvgsgfo2rsyq2ej8/branch/master?svg=true | |
| 21 | + | | :target: https://circleci.com/gh/scikit-build/ninja-python-distributions | :target: https://travis-ci.org/scikit-build/ninja-python-distributions | :target: https://ci.appveyor.com/project/scikit-build/ninja-python-distributions/branch/master | |
| 22 | + +---------------+------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+ |
20 | 23 |
|
21 | | -This project is maintained by Jean-Christophe Fillion-Robin from Kitware Inc. |
22 | | -It is covered by the `Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_. |
| 24 | +Maintainers |
| 25 | +----------- |
23 | 26 |
|
24 | | -Ninja is also distributed under the `Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_. |
25 | | -For more information about Ninja, visit https://ninja-build.org |
| 27 | +* `How to update ninja version ? <https://github.com/scikit-build/ninja-python-distributions/blob/master/docs/update_ninja_version.rst>`_ |
| 28 | + |
| 29 | +* `How to make a release ? <https://github.com/scikit-build/ninja-python-distributions/blob/master/docs/make_a_release.rst>`_ |
| 30 | + |
| 31 | + |
| 32 | +Miscellaneous |
| 33 | +------------- |
26 | 34 |
|
27 | 35 | * Documentation: https://github.com/scikit-build/ninja-python-distributions#readme |
28 | 36 | * Source code: https://github.com/scikit-build/ninja-python-distributions |
29 | 37 | * Mailing list: https://groups.google.com/forum/#!forum/scikit-build |
30 | 38 |
|
| 39 | +License |
| 40 | +------- |
| 41 | + |
| 42 | +This project is maintained by Jean-Christophe Fillion-Robin from Kitware Inc. |
| 43 | +It is covered by the `Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_. |
| 44 | + |
| 45 | +Ninja is also distributed under the `Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_. |
| 46 | +For more information about Ninja, visit https://ninja-build.org |
| 47 | + |
31 | 48 | Logo was originally created by Libby Rose from Kitware Inc. |
32 | 49 | It is covered by `CC BY 4.0 <https://creativecommons.org/licenses/by/4.0/>`_. |
0 commit comments