Skip to content

Commit afaa038

Browse files
committed
README: Add sections "+Latest Release", "Build Status" and "Miscellaneous"
1 parent 497336d commit afaa038

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,43 @@ See the [castxml(1)][manual] manual page for instructions to run the tool.
2020

2121
[manual]: https://github.com/CastXML/CastXML/blob/master/doc/manual/castxml.1.rst#castxml1
2222

23+
Latest Release
24+
==============
25+
26+
[![][pypi-version-img]][pypi] [![][pypi-download-img]][pypi]
27+
28+
[pypi-version-img]: https://img.shields.io/pypi/v/ninja.svg
29+
[pypi-download-img]: https://img.shields.io/badge/downloads-2535k%20total-green.svg
30+
[pypi]: https://pypi.python.org/pypi/ninja
31+
32+
Build Status
33+
============
34+
35+
| | Linux | macOS | Windows |
36+
|------|-------|-------|----------|
37+
| PyPI | [![][ci-status-linux-img]][ci-status-linux] | [![][ci-status-macos-img]][ci-status-macos] | [![][ci-status-win-img]][ci-status-win] |
38+
39+
[ci-status-linux-img]: https://circleci.com/gh/CastXML/CastXML-python-distributions.svg?style=shield
40+
[ci-status-linux]: https://circleci.com/gh/CastXML/CastXML-python-distributions
41+
42+
[ci-status-macos-img]: https://travis-ci.org/CastXML/CastXML-python-distributions.svg?branch=master
43+
[ci-status-macos]: https://travis-ci.org/CastXML/CastXML-python-distributions
44+
45+
[ci-status-win-img]: https://ci.appveyor.com/api/projects/status/56orbr008wcgjyr4?svg=true
46+
[ci-status-win]: https://ci.appveyor.com/project/CastXML/CastXML-python-distributions/branch/master
47+
2348
Maintainers
2449
===========
2550

2651
* [How to update CastXML version ?](https://github.com/CastXML/CastXML-python-distributions/blob/master/docs/update_ninja_version.rst)
2752

53+
Miscellaneous
54+
=============
55+
56+
* Documentation: https://github.com/CastXML/CastXML-python-distributions#readme
57+
* Source code: https://github.com/CastXML/CastXML-python-distributions
58+
* Mailing list: https://public.kitware.com/mailman/listinfo/castxml
59+
2860
License
2961
=======
3062

0 commit comments

Comments
 (0)