You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/11/01 03:19:27 UTC

[jira] [Commented] (FLINK-2950) Markdown presentation problem in SVM documentation

    [ https://issues.apache.org/jira/browse/FLINK-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14984237#comment-14984237 ] 

ASF GitHub Bot commented on FLINK-2950:
---------------------------------------

GitHub user chiwanpark opened a pull request:

    https://github.com/apache/flink/pull/1312

    [FLINK-2950] [ml] [docs] Fix markdown rendering problem in SVM documentation

    Because the line 174 of `svm.md` has a wrong end tag (`<\strong>`), the documentation doesn't render properly. This PR fixes the problem and removes unnecessary table indentation.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/chiwanpark/flink FLINK-2950

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1312.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1312
    
----
commit 3b77b656a4df02b879248f6d282c30293f1e74de
Author: Chiwan Park <ch...@apache.org>
Date:   2015-11-01T02:15:26Z

    [FLINK-2950] [ml] [docs] Fix markdown rendering problem in SVM documentation
    
      - Remove unnecessary indentation of table
      - Fix wrong `strong` end tag
      - Simplify lambda expression in map operation

----


> Markdown presentation problem in SVM documentation
> --------------------------------------------------
>
>                 Key: FLINK-2950
>                 URL: https://issues.apache.org/jira/browse/FLINK-2950
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation, Machine Learning Library
>    Affects Versions: 1.0
>            Reporter: Chiwan Park
>            Assignee: Chiwan Park
>            Priority: Minor
>
> In the SVM documentation for master branch(https://ci.apache.org/projects/flink/flink-docs-master/libs/ml/svm.html), example section is injected in parameters section.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)