Remove unnecessary spaces from docs/manual/dynamicform.md#533
Closed
Leemoonsoo wants to merge 1 commit intoapache:masterfrom
Closed
Remove unnecessary spaces from docs/manual/dynamicform.md#533Leemoonsoo wants to merge 1 commit intoapache:masterfrom
Leemoonsoo wants to merge 1 commit intoapache:masterfrom
Conversation
Member
Author
|
Merging if there're no more discussions |
Member
|
LGTM |
Contributor
|
Oh I didn't realized that. It was my bad. |
r-kamath
pushed a commit
to r-kamath/zeppelin
that referenced
this pull request
Dec 16, 2015
### What is this PR for? apache#518 introduces some unnecessary spaces in docs/manual/dynamicform.md which results dynamicform.md is not compiled to dynamicform.html under _site directory after `bundle exec jekyll build --safe` command ### What type of PR is it? Bug Fix ### Is there a relevant Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-490 ### How should this be tested? run `bundle exec jekyll build --safe` under /docs and see if /docs/_site/manual/dynamicform.html is generated. Author: Lee moon soo <moon@apache.org> Closes apache#533 from Leemoonsoo/ZEPPELIN-490-followup and squashes the following commits: a06475f [Lee moon soo] Remove unnecessary spaces
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR for?
#518 introduces some unnecessary spaces in docs/manual/dynamicform.md which results dynamicform.md is not compiled to dynamicform.html under _site directory after
bundle exec jekyll build --safecommandWhat type of PR is it?
Bug Fix
Is there a relevant Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-490
How should this be tested?
run
bundle exec jekyll build --safeunder /docs and see if /docs/_site/manual/dynamicform.html is generated.