Skip to content

Commit b25558e

Browse files
authored
Updated images but need to shrink them down
1 parent 199c255 commit b25558e

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

docs/user/transition.rst

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,28 @@ Snippet should appear in the snippets panel!
2727

2828
Open JSON file of snippet to upload:
2929

30-
.. image:: ../Design/open_JSON.png
30+
.. image:: ../../Design/open_JSON.png
3131
:align: center
3232

3333
Copy the JSON object:
3434

35-
.. image:: ../Design/copy_JSON.png
35+
.. image:: ../../Design/copy_JSON.png
3636
:align: center
3737

3838
Navigate to settings:
3939

40-
.. image:: ../Design/go_to_settings.png
40+
.. image:: ../../Design/go_to_settings.png
4141
:align: center
4242

4343
Paste JSON object into list of snippets:
4444

45-
.. image:: ../Design/saveASingleSnippet.gif
45+
.. image:: ../../Design/saveASingleSnippet.gif
4646
:align: center
4747

4848

4949
After saving, new snippet should appear at the bottom of the snippets list in the snippet panel:
5050

51-
.. image:: ../Design/snippet_added.png
51+
.. image:: ../../Design/snippet_added.png
5252
:align: center
5353

5454

@@ -98,24 +98,29 @@ panel in settings, similar to the single snippet upload.
9898

9999
Search and Tag Update
100100
---------------------
101-
.. image:: ../Design/unselectedTags.png
101+
102+
.. image:: ../../Design/unselectedTags.png
102103
:align: center
103104

104105
NOTE: Snippet tags function on an OR basis, as in when the "data analytics" tag and the "import statements" tag are selected together,
105106
the panel displays any tags that are tagged as import statements OR tagged as "data analytics."
106107
ex) Snippet tags selected together:
107-
.. image:: ../Design/snippetTagsSelected.png
108+
109+
.. image:: ../../Design/snippetTagsSelected.png
108110
:align: center
109111

110112
ex) Language tags selected together:
111-
.. image:: ../Design/languageTagsSelected.png
113+
114+
.. image:: ../../Design/languageTagsSelected.png
112115
:align: center
113116

114117
NOTE 2: Language tags and snippets tags have an AND relationship. As in when the "Python" tag and the "data analytics" tags are selected together,
115118
only snippets that are both in the language Python AND tagged as data analytics will appear.
116-
.. image:: ../Design/langAndSnippetTag.png
119+
120+
.. image:: ../../Design/langAndSnippetTag.png
117121
:align: center
118122

119123
NOTE 3: When language tags are selected, only snippet tags in that language will appear for ease of selection.
120-
.. image:: ../Design/pythonTagOnly.png
124+
125+
.. image:: ../../Design/pythonTagOnly.png
121126
:align: center

0 commit comments

Comments
 (0)