Skip to content

Commit 8afeace

Browse files
authored
Merge pull request #194 from kpinnipa/fixMenu
Make images in transition page smaller
2 parents 8acf0fa + f6c6ac2 commit 8afeace

9 files changed

+8
-8
lines changed

Design/smallGoToSettings.png

141 KB
Loading

Design/smallLangAndSnippetTag.png

69.9 KB
Loading
67.1 KB
Loading

Design/smallOpenJSON.png

333 KB
Loading

Design/smallPythonTagOnly.png

63.6 KB
Loading

Design/smallSnippetAdded.png

101 KB
Loading
72.2 KB
Loading

Design/smallUnselectedTags.png

62.3 KB
Loading

docs/user/transition.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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/smallOpenJSON.png
3131
:align: center
3232

3333
Copy the JSON object:
@@ -37,7 +37,7 @@ Copy the JSON object:
3737

3838
Navigate to settings:
3939

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

4343
Paste JSON object into list of snippets:
@@ -48,7 +48,7 @@ Paste JSON object into list of snippets:
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/smallSnippetAdded.png
5252
:align: center
5353

5454

@@ -99,28 +99,28 @@ panel in settings, similar to the single snippet upload.
9999
Search and Tag Update
100100
---------------------
101101

102-
.. image:: ../../Design/unselectedTags.png
102+
.. image:: ../../Design/smallUnselectedTags.png
103103
:align: center
104104

105105
NOTE: Snippet tags function on an OR basis, as in when the "data analytics" tag and the "import statements" tag are selected together,
106106
the panel displays any tags that are tagged as import statements OR tagged as "data analytics."
107107
ex) Snippet tags selected together:
108108

109-
.. image:: ../../Design/snippetTagsSelected.png
109+
.. image:: ../../Design/smallSnippetTagsSelected.png
110110
:align: center
111111

112112
ex) Language tags selected together:
113113

114-
.. image:: ../../Design/languageTagsSelected.png
114+
.. image:: ../../Design/smallLanguageTagsSelected.png
115115
:align: center
116116

117117
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,
118118
only snippets that are both in the language Python AND tagged as data analytics will appear.
119119

120-
.. image:: ../../Design/langAndSnippetTag.png
120+
.. image:: ../../Design/smallLangAndSnippetTag.png
121121
:align: center
122122

123123
NOTE 3: When language tags are selected, only snippet tags in that language will appear for ease of selection.
124124

125-
.. image:: ../../Design/pythonTagOnly.png
125+
.. image:: ../../Design/smallPythonTagOnly.png
126126
:align: center

0 commit comments

Comments
 (0)