Docs edit

This commit is contained in:
tinkoff-dwh 2017-10-31 11:12:07 +03:00
parent efa7ce23a6
commit 8b8afcc05b
6 changed files with 9 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View file

@ -23,19 +23,23 @@ limitations under the License.
<div id="toc"></div>
Apache Zeppelin allows you to compare revisions of notebook.
To see which paragraphs have been changed, removed or added.
Apache Zeppelin allows you to compare revisions of notebook.
To see which paragraphs have been changed, removed or added.
This action becomes available if your notebook has more than one revision.
<center><img src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/revisions-comparator-button.png" height="90%" width="90%"></center>
## How to compare two revisions
For compare two revisions need open dialog of comparator (by click button) and choose two revisions into comboboxes.
For compare two revisions need open dialog of comparator (by click button) and click on any revision in the table.
<center><img src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/revisions-comparator-empty.png" height="90%" width="90%"></center>
<center><img src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/revisions-comparator-table.png" height="90%" width="90%"></center>
After selecting the second revision will see the result of the comparison.
Or choose two revisions into comboboxes.
<center><img src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/revisions-comparator-comboboxes.png" height="90%" width="90%"></center>
After click on any revision in the table or selecting the second revision will see the result of the comparison.
<center><img src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/revisions-comparator-diff.png" height="90%" width="90%"></center>