Skip to content

Commit c23b6c2

Browse files
authored
Update features.rst
1 parent 4166ac2 commit c23b6c2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/user/features.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ There are several ways to create a new snippet.
2222
Then, clicking the option will open the dialog as below where you can input name, description, language, tags, and codes of a snippet.
2323

2424
.. image:: ../../Design/code_snippet_input_dialog.png
25-
:align:center
25+
:align: center
2626

2727
2. More easily, just drag notebook cell(s) to the code snippet explorer on the left to create a new snippet. It will also open the dialog as above for your inputs.
2828

2929
.. image:: ../../Design/create_from_scratch.png
30-
:align:center
30+
:align: center
3131

3232
3. Hit the plus button next to the search bar (refer to `Search of Code Snippets`_) to create a new snippet if you want to create a snippet not from the notebook cell.
3333

@@ -37,7 +37,7 @@ Use of Code Snippets
3737
Click the three dots or right click anywhere on the snippet you want to use. It will open code snippet menu as below to insert, copy, edit, download, or delete the snippet.
3838

3939
.. image:: ../../Design/CodeSnippetMenu.png
40-
:align:center
40+
:align: center
4141

4242
Insert
4343
^^^^^^
@@ -49,38 +49,38 @@ Copy
4949
Click the copy option to copy. It will create a message on the bottom right corner as below.
5050

5151
.. image:: ../../Design/copy_snippet.png
52-
:align:center
52+
:align: center
5353

5454
Edit
5555
^^^^
5656
Edit the saved snippets by clicking the edit option. It will open a code snippet editor as below.
5757

5858
.. image:: ../../Design/code_snippet_edit.png
59-
:align:center
59+
:align: center
6060

6161
Download
6262
^^^^^^^^
6363
Download snippets and share them with others by clicking the download option. It will open a box as below to input **relative path** to download the snippets.
6464

6565
.. image:: ../../Design/download_snippets_box.png
66-
:align:center
66+
:align: center
6767

6868
Delete
6969
^^^^^^
7070
Delete snippets by clicking delete option. It will open a warning box as below.
7171

7272
.. image:: ../../Design/delete_snippet.png
73-
:align:center
73+
:align: center
7474

7575
Search of Code Snippets
7676
-----------------------
7777

7878
With the filter box as below, **search** snippets with name, language, and code with search bar or **filter** them with language/filter tags!
7979

8080
.. image:: ../../Design/code_snippet_filter_box.png
81-
:align:center
81+
:align: center
8282

8383
Furthermore, hover over snippets to see the preview of each snippet.
8484

8585
.. image:: ../../Design/code_snippet_preview.png
86-
:align:center
86+
:align: center

0 commit comments

Comments
 (0)