You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ja...@apache.org on 2021/05/29 03:49:46 UTC

[systemds] branch master updated: [MINOR] fix rendering of tables, use space after headers

This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new f41707e  [MINOR] fix rendering of tables, use space after headers
f41707e is described below

commit f41707e304ddfa3f79d344896a694100fa7a97a6
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Sat May 29 09:19:38 2021 +0530

    [MINOR] fix rendering of tables, use space after headers
    
    Closes #1290.
---
 docs/site/builtins-reference.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/site/builtins-reference.md b/docs/site/builtins-reference.md
index 9ad2d72..0f8772b 100644
--- a/docs/site/builtins-reference.md
+++ b/docs/site/builtins-reference.md
@@ -1345,6 +1345,7 @@ sherlockPredict(X, cW1, cb1, cW2, cb2, cW3, cb3, wW1, wb1, wW2, wb2, wW3, wb3,
 | Type           | Description |
 | :------------- | :---------- |
 | Matrix[Double] | Class probabilities of shape (N, K). |
+
 ### Example
 
 ```r
@@ -1943,6 +1944,7 @@ correctTypos(strings, frequency_threshold, distance_threshold, decapitalize, cor
 | is_verbose                    |    Boolean |  FALSE |   Print debug information |
 
 ### Returns
+
 |   TYPE     |   Description|
 |  :------------- |  :---------- |
 |      String   |  Corrected nx1 output frame |