Skip to content

Commit

Permalink
Release/0.2.1-2 (HumanSignal#95)
Browse files Browse the repository at this point in the history
* Add images to readme

* SVG updates

* Update docs

* Check correct svg

* SVG to png

* Travis update command
  • Loading branch information
shevchenkonik authored Oct 16, 2019
1 parent b85e4c5 commit ba4ae48
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ cache:
script:
- npm test
- unset CI
- npm run publish
- npm run build-bundle
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<a href="https://labelstud.io/" title="Label Studio by Heartex Labs"><img src="./images/heartex_icon_opossum_green.svg" title="Label Studio by Heartex Labs" height="160"></a>
<a href="https://labelstud.io/" title="Label Studio by Heartex Labs"><img src="https://github.com/heartexlabs/label-studio/blob/master/images/heartex_icon_opossum_green@2x.png?raw=true" title="Label Studio by Heartex Labs" height="140" width="140"></a>
<br/>
<h1><a href="https://labelstud.io">Label Studio</a></h1>
<p>Label Studio is an open-source, configurable data annotation tool.</p>
Expand All @@ -8,7 +8,7 @@

![GitHub](https://img.shields.io/github/license/heartexlabs/label-studio?logo=heartex) [![Build Status](https://travis-ci.com/heartexlabs/label-studio.svg?branch=master)](https://travis-ci.com/heartexlabs/label-studio) [![codecov](https://codecov.io/gh/heartexlabs/label-studio/branch/master/graph/badge.svg)](https://codecov.io/gh/heartexlabs/label-studio) ![GitHub release](https://img.shields.io/github/v/release/heartexlabs/label-studio?include_prereleases) [![Gitter](https://badges.gitter.im/label-studio/community.svg)](https://gitter.im/label-studio/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

![Label Studio](./images/label-studio-examples.gif)
![Label Studio](https://raw.githubusercontent.com/heartexlabs/label-studio/master/images/label-studio-examples.gif)

## Features ✨

Expand Down Expand Up @@ -75,7 +75,6 @@ Please make sure to read the
This software is licensed under the [Apache 2.0 LICENSE](/LICENSE) © [Heartex](https://www.heartex.net/).

<div align="center">
<a href="https://labelstud.io/"><img src="./images/opossum_looking.svg" title="Hey everyone!" height="140"></a>
<br>
<a href="https://labelstud.io/"><img src="https://github.com/heartexlabs/label-studio/blob/master/images/opossum_looking.png?raw=true" title="Hey everyone!" height="140" width="140"></a>
<h3>Happy Labeling!</h3>
</div>
4 changes: 2 additions & 2 deletions docs/source/guide/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ Take a look at the [Label Studio]("https://labelstud.io") website for more docum

```xhtml
<!-- Main Label Studio library -->
<script src=""></script>
<script src="https://unpkg.com/[email protected]/build/static/js/main.0000e798.js"></script>

<!-- Theme included stylesheets -->
<link href="" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/build/static/css/main.05fec320.css" rel="stylesheet">
```

## The following keys are recognized
Expand Down
Binary file added images/opossum_looking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "label-studio",
"version": "0.2.1-1",
"version": "0.2.1-2",
"description": "Label Studio is a multi-domain data labeling tool with standardized output format",
"homepage": "https://labelstud.io",
"author": {
"name": "Heartex Labs",
"url": "https://github.com/heartexlabs"
},
"license": "MIT",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/heartexlabs/label-studio.git"
Expand Down

0 comments on commit ba4ae48

Please sign in to comment.