Skip to content

Commit 688727b

Browse files
committed
fix failing test on CI
1 parent 45b16b1 commit 688727b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+6049
-1
lines changed

site/404.html

+154
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
<!DOCTYPE html>
2+
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
3+
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
9+
10+
<link rel="shortcut icon" href="/img/favicon.ico">
11+
<title>Pharo Launcher documentation</title>
12+
<link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
13+
14+
<link rel="stylesheet" href="/css/theme.css" type="text/css" />
15+
<link rel="stylesheet" href="/css/theme_extra.css" type="text/css" />
16+
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
17+
18+
<script src="/js/jquery-2.1.1.min.js" defer></script>
19+
<script src="/js/modernizr-2.8.3.min.js" defer></script>
20+
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
21+
<script>hljs.initHighlightingOnLoad();</script>
22+
23+
</head>
24+
25+
<body class="wy-body-for-nav" role="document">
26+
27+
<div class="wy-grid-for-nav">
28+
29+
30+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
31+
<div class="wy-side-nav-search">
32+
<a href="/." class="icon icon-home"> Pharo Launcher documentation</a>
33+
<div role="search">
34+
<form id ="rtd-search-form" class="wy-form" action="//search.html" method="get">
35+
<input type="text" name="q" placeholder="Search docs" title="Type search term here" />
36+
</form>
37+
</div>
38+
</div>
39+
40+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
41+
<ul class="current">
42+
43+
44+
<li class="toctree-l1">
45+
46+
<a class="" href="/.">Home</a>
47+
</li>
48+
49+
<li class="toctree-l1">
50+
51+
<a class="" href="/installation/">Installation</a>
52+
</li>
53+
54+
<li class="toctree-l1">
55+
56+
<a class="" href="/create-images/">Create images</a>
57+
</li>
58+
59+
<li class="toctree-l1">
60+
61+
<a class="" href="/commands/">Commands</a>
62+
</li>
63+
64+
<li class="toctree-l1">
65+
66+
<a class="" href="/launch-configurations/">Launch configurations</a>
67+
</li>
68+
69+
<li class="toctree-l1">
70+
71+
<a class="" href="/templates/">Templates</a>
72+
</li>
73+
74+
<li class="toctree-l1">
75+
76+
<a class="" href="/manage-vms/">Manage vms</a>
77+
</li>
78+
79+
<li class="toctree-l1">
80+
81+
<a class="" href="/settings/">Settings</a>
82+
</li>
83+
84+
</ul>
85+
</div>
86+
&nbsp;
87+
</nav>
88+
89+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
90+
91+
92+
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
93+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
94+
<a href="/.">Pharo Launcher documentation</a>
95+
</nav>
96+
97+
98+
<div class="wy-nav-content">
99+
<div class="rst-content">
100+
<div role="navigation" aria-label="breadcrumbs navigation">
101+
<ul class="wy-breadcrumbs">
102+
<li><a href="/.">Docs</a> &raquo;</li>
103+
104+
105+
<li class="wy-breadcrumbs-aside">
106+
107+
</li>
108+
</ul>
109+
<hr/>
110+
</div>
111+
<div role="main">
112+
<div class="section">
113+
114+
115+
<h1 id="404-page-not-found">404</h1>
116+
117+
<p><strong>Page not found</strong></p>
118+
119+
120+
</div>
121+
</div>
122+
<footer>
123+
124+
125+
<hr/>
126+
127+
<div role="contentinfo">
128+
<!-- Copyright etc -->
129+
130+
</div>
131+
132+
Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
133+
</footer>
134+
135+
</div>
136+
</div>
137+
138+
</section>
139+
140+
</div>
141+
142+
<div class="rst-versions" role="note" style="cursor: pointer">
143+
<span class="rst-current-version" data-toggle="rst-current-version">
144+
145+
146+
147+
</span>
148+
</div>
149+
<script>var base_url = '/';</script>
150+
<script src="/js/theme.js" defer></script>
151+
<script src="/search/main.js" defer></script>
152+
153+
</body>
154+
</html>

site/commands/index.html

+220
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,220 @@
1+
<!DOCTYPE html>
2+
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
3+
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
9+
10+
<link rel="shortcut icon" href="../img/favicon.ico">
11+
<title>Commands - Pharo Launcher documentation</title>
12+
<link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
13+
14+
<link rel="stylesheet" href="../css/theme.css" type="text/css" />
15+
<link rel="stylesheet" href="../css/theme_extra.css" type="text/css" />
16+
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
17+
18+
<script>
19+
// Current page data
20+
var mkdocs_page_name = "Commands";
21+
var mkdocs_page_input_path = "commands.md";
22+
var mkdocs_page_url = null;
23+
</script>
24+
25+
<script src="../js/jquery-2.1.1.min.js" defer></script>
26+
<script src="../js/modernizr-2.8.3.min.js" defer></script>
27+
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
28+
<script>hljs.initHighlightingOnLoad();</script>
29+
30+
</head>
31+
32+
<body class="wy-body-for-nav" role="document">
33+
34+
<div class="wy-grid-for-nav">
35+
36+
37+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
38+
<div class="wy-side-nav-search">
39+
<a href=".." class="icon icon-home"> Pharo Launcher documentation</a>
40+
<div role="search">
41+
<form id ="rtd-search-form" class="wy-form" action="../search.html" method="get">
42+
<input type="text" name="q" placeholder="Search docs" title="Type search term here" />
43+
</form>
44+
</div>
45+
</div>
46+
47+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
48+
<ul class="current">
49+
50+
51+
<li class="toctree-l1">
52+
53+
<a class="" href="..">Home</a>
54+
</li>
55+
56+
<li class="toctree-l1">
57+
58+
<a class="" href="../installation/">Installation</a>
59+
</li>
60+
61+
<li class="toctree-l1">
62+
63+
<a class="" href="../create-images/">Create images</a>
64+
</li>
65+
66+
<li class="toctree-l1 current">
67+
68+
<a class="current" href="./">Commands</a>
69+
<ul class="subnav">
70+
71+
<li class="toctree-l2"><a href="#global-commands">Global Commands</a></li>
72+
73+
74+
<li class="toctree-l2"><a href="#image-commands">Image Commands</a></li>
75+
76+
77+
<li class="toctree-l2"><a href="#template-commands">Template Commands</a></li>
78+
79+
80+
<li class="toctree-l2"><a href="#virtual-machine-commands">Virtual Machine Commands</a></li>
81+
82+
83+
</ul>
84+
</li>
85+
86+
<li class="toctree-l1">
87+
88+
<a class="" href="../launch-configurations/">Launch configurations</a>
89+
</li>
90+
91+
<li class="toctree-l1">
92+
93+
<a class="" href="../templates/">Templates</a>
94+
</li>
95+
96+
<li class="toctree-l1">
97+
98+
<a class="" href="../manage-vms/">Manage vms</a>
99+
</li>
100+
101+
<li class="toctree-l1">
102+
103+
<a class="" href="../settings/">Settings</a>
104+
</li>
105+
106+
</ul>
107+
</div>
108+
&nbsp;
109+
</nav>
110+
111+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
112+
113+
114+
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
115+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
116+
<a href="..">Pharo Launcher documentation</a>
117+
</nav>
118+
119+
120+
<div class="wy-nav-content">
121+
<div class="rst-content">
122+
<div role="navigation" aria-label="breadcrumbs navigation">
123+
<ul class="wy-breadcrumbs">
124+
<li><a href="..">Docs</a> &raquo;</li>
125+
126+
127+
128+
<li>Commands</li>
129+
<li class="wy-breadcrumbs-aside">
130+
131+
</li>
132+
</ul>
133+
<hr/>
134+
</div>
135+
<div role="main">
136+
<div class="section">
137+
138+
<p><img alt="Screenshot of Pharo Launcher taskbar" src="../images/taskbar.png" /></p>
139+
<h1 id="global-commands">Global Commands</h1>
140+
<p><img alt="VM command" src="../images/vm-command.png" /> Open a window to list and manage Pharo Virtual Machines that can be used by Pharo Launcher. More information in the <a href="/manage-vms">Manage vms section</a>.</p>
141+
<p><img alt="Settings command" src="../images/settings-command.png" /> Open Pharo Launcher Settings window. More information on the various settings in the <a href="/settings">Settings section</a>.</p>
142+
<p><img alt="About command" src="../images/about-command.png" /> Open a dialog with information about the current Pharo Launcher version.</p>
143+
<p><img alt="Quit command" src="../images/quit-command.png" /> Exit Pharo Launcher.</p>
144+
<h1 id="image-commands">Image Commands</h1>
145+
<p><img alt="New image command" src="../images/new-command.png" /> Create a new Pharo image.</p>
146+
<p><img alt="Launch command" src="../images/launch-command.png" /> Launch the selected Pharo image with the selected launch configuration.</p>
147+
<p><img alt="Basic launch command" src="../images/basic-launch-command.png" /> Launch the selected Pharo image with the selected launch configuration <strong>without global settings</strong> (e.g. settings loaded for all you Pharo image or by Pharo image version).</p>
148+
<p><img alt="Launch image from disk command" src="../images/launch-from-disk-command.png" /> Launch an image from anywhere on the file system.</p>
149+
<p><img alt="Import image command" src="../images/import-command.png" /> Import an image from the file system. A pop-up will ask you if you want to import the whole image parent folder or just the image file and associated files (changes, sources, etc.).</p>
150+
<p><img alt="Refresh image command" src="../images/refresh-command.png" /> Refresh the list of images by scanning again the image repository.</p>
151+
<p><img alt="Show image command" src="../images/show-command.png" /> Open a system file browser on the selected image file.</p>
152+
<p><img alt="Delete image command" src="../images/delete-command.png" /> Delete the currently selected image.</p>
153+
<p><img alt="Image contextal menu commands" src="../images/image-contextual-menu-commands.png" /> Additional commands available through the contextual menu: </p>
154+
<ul>
155+
<li>Rename an image</li>
156+
<li>Copy the full path name of the selected image to the clipboard</li>
157+
<li>Copy the launch command used to by Pharo Launcher to launch the selected launch configuration (and image) to the clipboard.</li>
158+
<li>Create a template from the currently selected image. Template will become available in the <strong>Templates</strong> category.</li>
159+
<li>Create a template from the currently selected image and delete the image. Template will become available in the <strong>Templates</strong> category.</li>
160+
</ul>
161+
<h1 id="template-commands">Template Commands</h1>
162+
<p><img alt="Template contextal menu commands" src="../images/template-commands.png" /> Template commands are available through the contextual menu: </p>
163+
<ul>
164+
<li>you can rename a template</li>
165+
<li>or delete a template from the local cache.</li>
166+
</ul>
167+
<h1 id="virtual-machine-commands">Virtual Machine Commands</h1>
168+
<p><img alt="Update vm command" src="../images/refresh-command.png" /> Will update the selected virtual machines by fetching them again from their known location.</p>
169+
<p><img alt="Show vm command" src="../images/show-command.png" /> Open a system file browser on the selected Pharo Virtual Machine.</p>
170+
<p><img alt="Delete vm command" src="../images/delete-command.png" /> Delete the currently selected Pharo Virtual Machine.</p>
171+
<p><img alt="Private vm command" src="../images/vm-private-toggle-command.png" /> Toggle button used to select either Virtual Machines used to run Pharo image, or Virtual Machines used to determine Pharo version of an image (based on the image format number).</p>
172+
173+
</div>
174+
</div>
175+
<footer>
176+
177+
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
178+
179+
<a href="../launch-configurations/" class="btn btn-neutral float-right" title="Launch configurations">Next <span class="icon icon-circle-arrow-right"></span></a>
180+
181+
182+
<a href="../create-images/" class="btn btn-neutral" title="Create images"><span class="icon icon-circle-arrow-left"></span> Previous</a>
183+
184+
</div>
185+
186+
187+
<hr/>
188+
189+
<div role="contentinfo">
190+
<!-- Copyright etc -->
191+
192+
</div>
193+
194+
Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
195+
</footer>
196+
197+
</div>
198+
</div>
199+
200+
</section>
201+
202+
</div>
203+
204+
<div class="rst-versions" role="note" style="cursor: pointer">
205+
<span class="rst-current-version" data-toggle="rst-current-version">
206+
207+
208+
<span><a href="../create-images/" style="color: #fcfcfc;">&laquo; Previous</a></span>
209+
210+
211+
<span style="margin-left: 15px"><a href="../launch-configurations/" style="color: #fcfcfc">Next &raquo;</a></span>
212+
213+
</span>
214+
</div>
215+
<script>var base_url = '..';</script>
216+
<script src="../js/theme.js" defer></script>
217+
<script src="../search/main.js" defer></script>
218+
219+
</body>
220+
</html>

0 commit comments

Comments
 (0)