@@ -4,44 +4,24 @@ Overview
4
4
5
5
.. start-badges
6
6
7
- .. list-table ::
8
- :stub-columns: 1
7
+ |circleci | |version | |supported-versions |
9
8
10
- * - tests
11
- - | |requires |
12
- | |codecov|
13
- * - package
14
- - | |version | |wheel | |supported-versions | |supported-implementations |
15
- | |commits-since|
16
-
17
- .. |codecov | image :: https://codecov.io/gh/jalammar/ecco/branch/master/graphs/badge.svg?branch=master
18
- :alt: Coverage Status
19
- :target: https://codecov.io/github/jalammar/ecco
9
+ .. |circleci | image :: https://circleci.com/gh/jalammar/ecco.svg?style=shield
10
+ :target: https://circleci.com/gh/jalammar/ecco
11
+ :alt: testing status
20
12
21
13
.. |version | image :: https://img.shields.io/pypi/v/ecco.svg
22
14
:alt: PyPI Package latest release
23
15
:target: https://pypi.org/project/ecco
24
16
25
- .. |wheel | image :: https://img.shields.io/pypi/wheel/ecco.svg
26
- :alt: PyPI Wheel
27
- :target: https://pypi.org/project/ecco
28
-
29
17
.. |supported-versions | image :: https://img.shields.io/pypi/pyversions/ecco.svg
30
18
:alt: Supported versions
31
19
:target: https://pypi.org/project/ecco
32
20
33
- .. |supported-implementations | image :: https://img.shields.io/pypi/implementation/ecco.svg
34
- :alt: Supported implementations
35
- :target: https://pypi.org/project/ecco
36
-
37
- .. |commits-since | image :: https://img.shields.io/github/commits-since/jalammar/ecco/v0.0.0.svg
38
- :alt: Commits since latest release
39
- :target: https://github.com/jalammar/ecco/compare/v0.0.0...master
40
-
41
-
42
-
43
21
.. end-badges
44
22
23
+ [Work in progress. Not yet ready for public consumption]
24
+
45
25
Visualization tools for NLP machine learning models.
46
26
47
27
* Free software: BSD 3-Clause License
@@ -53,10 +33,6 @@ Installation
53
33
54
34
pip install ecco
55
35
56
- You can also install the in-development version with::
57
-
58
- pip install https://github.com/jalammar/ecco/archive/master.zip
59
-
60
36
61
37
Documentation
62
38
=============
0 commit comments