GitHub user takuti opened a pull request:

    https://github.com/apache/incubator-hivemall/pull/143

    [HIVEMALL-189] Create a list of all functions

    ## What changes were proposed in this pull request?
    
    Create a list of all functions in the documentation. In order to make 
maintenance easier and simpler, the list is systematically generated by reading 
`@Description` annotation in the code: 
[takuti/hivemalldoc](https://github.com/takuti/hivemalldoc). 
    
    In case this list does not look sufficient, let's update `@Description` 
annotation itself and make the code more informative in the future.
    
    ## What type of PR is it?
    
    Documentation
    
    ## What is the Jira issue?
    
    https://issues.apache.org/jira/browse/HIVEMALL-189

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

    $ git pull https://github.com/takuti/incubator-hivemall HIVEMALL-189

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

    https://github.com/apache/incubator-hivemall/pull/143.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 #143
    
----
commit 0439f369c32b953efac440ca8ba298180e8bf4f3
Author: Takuya Kitazawa <k.takuti@...>
Date:   2018-04-13T04:50:26Z

    Add list of machine-learning-related functions

commit 83f22700d237ddea4a0c7d29675ec0ee32cf7fd8
Author: Takuya Kitazawa <k.takuti@...>
Date:   2018-04-13T04:50:44Z

    Update list of generic functions

commit 039c3b5865cdc42c059dc3086ad3bfd501a2e9e4
Author: Takuya Kitazawa <k.takuti@...>
Date:   2018-04-13T04:59:27Z

    Unify capitalization rule in global ToC

----


---

Reply via email to