Skip to content

Commit

Permalink
Remove sentence description for watson-developer-cloud#61
Browse files Browse the repository at this point in the history
  • Loading branch information
JAMES ZHANG committed May 13, 2016
1 parent f4a60f6 commit cd9fad9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2074,7 +2074,7 @@ pre[class*=" language-"] {
background-color: white;
padding: 1rem;
overflow-y: auto;
height: calc(100% - 10.5rem);
height: calc(100% - 5rem);
margin-top: 0rem; }
.original-text--sentence-container {
margin-top: 0.4rem;
Expand Down
5 changes: 0 additions & 5 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,6 @@
<div class="original-text--texts-container">
<div class="original-text--texts"></div>
</div>
<div class="original-text--small-block">
<small class="base--small">
In <code class="base--code">sentences_tone</code>, each <code class="base--code">sentence_id</code> receives a <code class="base--code">raw_score</code> for each tone in a category. Understand how to normalize raw scores or customize thresholds for your use case in the <a class="base--a" href="http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/tone-analyzer/">Documentation</a>.
</small>
</div>
</div>
</div>
<div id="panel-sentence-rank" class="sentence-views--tab-pane tab-panels--tab-pane" role="tab-panel">
Expand Down

0 comments on commit cd9fad9

Please sign in to comment.