Skip to content

Commit bdb7bc8

Browse files
committed
Deployed docs from commit e243a89
1 parent e243a89 commit bdb7bc8

10 files changed

+342
-4
lines changed

docs/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: dc49778609f76770213f11051ad476ee
3+
config: a10b839ff101c789bd3cfbc582dfbfcc
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/Contents/bash.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html lang="en">
55
<head>
66
<meta charset="utf-8" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
88

99
<title>Bash &#8212; Notes documentation</title>
1010

docs/Contents/terminal_commands.html

+295
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,295 @@
1+
2+
<!DOCTYPE html>
3+
4+
<html lang="en">
5+
<head>
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
8+
9+
<title>Terminal Commands &#8212; Notes documentation</title>
10+
11+
<!-- Loaded before other Sphinx assets -->
12+
<link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
13+
<link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
14+
15+
16+
<link rel="stylesheet"
17+
href="../_static/vendor/fontawesome/5.13.0/css/all.min.css">
18+
<link rel="preload" as="font" type="font/woff2" crossorigin
19+
href="../_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2">
20+
<link rel="preload" as="font" type="font/woff2" crossorigin
21+
href="../_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2">
22+
23+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
24+
<link rel="stylesheet" href="../_static/styles/sphinx-book-theme.css?digest=5115cc725059bd94278eecd172e13a965bf8f5a9" type="text/css" />
25+
26+
<!-- Pre-loaded scripts that we'll load fully later -->
27+
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
28+
29+
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
30+
<script src="../_static/jquery.js"></script>
31+
<script src="../_static/underscore.js"></script>
32+
<script src="../_static/doctools.js"></script>
33+
<script src="../_static/scripts/sphinx-book-theme.js?digest=9c920249402e914e316237a7dbc6769907cce411"></script>
34+
<link rel="index" title="Index" href="../genindex.html" />
35+
<link rel="search" title="Search" href="../search.html" />
36+
<link rel="prev" title="Bash" href="bash.html" />
37+
<meta name="viewport" content="width=device-width, initial-scale=1" />
38+
<meta name="docsearch:language" content="en">
39+
40+
41+
<!-- Google Analytics -->
42+
43+
</head>
44+
<body data-spy="scroll" data-target="#bd-toc-nav" data-offset="60">
45+
<!-- Checkboxes to toggle the left sidebar -->
46+
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation" aria-label="Toggle navigation sidebar">
47+
<label class="overlay overlay-navbar" for="__navigation">
48+
<div class="visually-hidden">Toggle navigation sidebar</div>
49+
</label>
50+
<!-- Checkboxes to toggle the in-page toc -->
51+
<input type="checkbox" class="sidebar-toggle" name="__page-toc" id="__page-toc" aria-label="Toggle in-page Table of Contents">
52+
<label class="overlay overlay-pagetoc" for="__page-toc">
53+
<div class="visually-hidden">Toggle in-page Table of Contents</div>
54+
</label>
55+
<!-- Headers at the top -->
56+
<div class="announcement header-item noprint"></div>
57+
<div class="header header-item noprint"></div>
58+
59+
60+
<div class="container-fluid" id="banner"></div>
61+
62+
63+
64+
<div class="container-xl">
65+
<div class="row">
66+
67+
<!-- Sidebar -->
68+
<div class="bd-sidebar noprint" id="site-navigation">
69+
<div class="bd-sidebar__content">
70+
<div class="bd-sidebar__top"><div class="navbar-brand-box">
71+
<a class="navbar-brand text-wrap" href="../index.html">
72+
73+
74+
75+
<h1 class="site-logo" id="site-title">Notes documentation</h1>
76+
77+
</a>
78+
</div><form class="bd-search d-flex align-items-center" action="../search.html" method="get">
79+
<i class="icon fas fa-search"></i>
80+
<input type="search" class="form-control" name="q" id="search-input" placeholder="Search the docs ..." aria-label="Search the docs ..." autocomplete="off" >
81+
</form><nav class="bd-links" id="bd-docs-nav" aria-label="Main">
82+
<div class="bd-toc-item active">
83+
<p aria-level="2" class="caption" role="heading">
84+
<span class="caption-text">
85+
Contents:
86+
</span>
87+
</p>
88+
<ul class="current nav bd-sidenav">
89+
<li class="toctree-l1">
90+
<a class="reference internal" href="bash.html">
91+
Bash
92+
</a>
93+
</li>
94+
<li class="toctree-l1 current active">
95+
<a class="current reference internal" href="#">
96+
Terminal Commands
97+
</a>
98+
</li>
99+
</ul>
100+
101+
</div>
102+
</nav></div>
103+
<div class="bd-sidebar__bottom">
104+
<!-- To handle the deprecated key -->
105+
106+
<div class="navbar_extra_footer">
107+
Theme by the <a href="https://ebp.jupyterbook.org">Executable Book Project</a>
108+
</div>
109+
110+
</div>
111+
</div>
112+
<div id="rtd-footer-container"></div>
113+
</div>
114+
115+
116+
117+
118+
119+
120+
<!-- A tiny helper pixel to detect if we've scrolled -->
121+
<div class="sbt-scroll-pixel-helper"></div>
122+
<!-- Main content -->
123+
<div class="col py-0 content-container">
124+
125+
<div class="header-article row sticky-top noprint">
126+
127+
128+
129+
130+
<div class="col py-1 d-flex header-article-main">
131+
<div class="header-article__left">
132+
133+
<label for="__navigation"
134+
class="headerbtn"
135+
data-toggle="tooltip"
136+
data-placement="right"
137+
title="Toggle navigation"
138+
>
139+
140+
141+
<span class="headerbtn__icon-container">
142+
<i class="fas fa-bars"></i>
143+
</span>
144+
145+
</label>
146+
147+
148+
</div>
149+
<div class="header-article__right">
150+
<button onclick="toggleFullScreen()"
151+
class="headerbtn"
152+
data-toggle="tooltip"
153+
data-placement="bottom"
154+
title="Fullscreen mode"
155+
>
156+
157+
158+
<span class="headerbtn__icon-container">
159+
<i class="fas fa-expand"></i>
160+
</span>
161+
162+
</button>
163+
164+
<div class="menu-dropdown menu-dropdown-download-buttons">
165+
<button class="headerbtn menu-dropdown__trigger"
166+
aria-label="Download this page">
167+
<i class="fas fa-download"></i>
168+
</button>
169+
<div class="menu-dropdown__content">
170+
<ul>
171+
<li>
172+
<a href="../_sources/Contents/terminal_commands.rst.txt"
173+
class="headerbtn"
174+
data-toggle="tooltip"
175+
data-placement="left"
176+
title="Download source file"
177+
>
178+
179+
180+
<span class="headerbtn__icon-container">
181+
<i class="fas fa-file"></i>
182+
</span>
183+
<span class="headerbtn__text-container">.rst</span>
184+
</a>
185+
186+
</li>
187+
188+
<li>
189+
190+
<button onclick="printPdf(this)"
191+
class="headerbtn"
192+
data-toggle="tooltip"
193+
data-placement="left"
194+
title="Print to PDF"
195+
>
196+
197+
198+
<span class="headerbtn__icon-container">
199+
<i class="fas fa-file-pdf"></i>
200+
</span>
201+
<span class="headerbtn__text-container">.pdf</span>
202+
</button>
203+
204+
</li>
205+
206+
</ul>
207+
</div>
208+
</div>
209+
210+
</div>
211+
</div>
212+
213+
<!-- Table of contents -->
214+
<div class="col-md-3 bd-toc show noprint">
215+
</div>
216+
</div>
217+
<div class="article row">
218+
<div class="col pl-md-3 pl-lg-5 content-container">
219+
<!-- Table of contents that is only displayed when printing the page -->
220+
<div id="jb-print-docs-body" class="onlyprint">
221+
<h1>Terminal Commands</h1>
222+
<!-- Table of contents -->
223+
<div id="print-main-content">
224+
<div id="jb-print-toc">
225+
226+
</div>
227+
</div>
228+
</div>
229+
<main id="main-content" role="main">
230+
231+
<div>
232+
233+
<section id="terminal-commands">
234+
<h1>Terminal Commands<a class="headerlink" href="#terminal-commands" title="Permalink to this headline">#</a></h1>
235+
<dl>
236+
<dt><code class="code bash docutils literal notranslate"><span class="pre">mv</span> <span class="pre">&lt;source&gt;</span> <span class="pre">&lt;destination&gt;</span></code></dt><dd><p>Move and optionally rename file or directory.</p>
237+
<dl class="simple">
238+
<dt><code class="code bash docutils literal notranslate"><span class="pre">-f,</span> <span class="pre">--force</span></code></dt><dd><p>Do not prompt before overwrite. Not safe so use carefully.</p>
239+
</dd>
240+
<dt><code class="code bash docutils literal notranslate"><span class="pre">-i,</span> <span class="pre">--interactive</span></code></dt><dd><p>Interactive mode. Prompt before overwrite.</p>
241+
</dd>
242+
<dt><code class="code bash docutils literal notranslate"><span class="pre">-n,</span> <span class="pre">--no-clobber</span></code></dt><dd><p>Do not overwrite an existing file. Do not prompt if a move has been skipped to avoid overwrite.</p>
243+
</dd>
244+
</dl>
245+
<p>If more than one of <code class="code bash docutils literal notranslate"><span class="pre">-f</span></code>, <code class="code bash docutils literal notranslate"><span class="pre">-i</span></code>, and <code class="code bash docutils literal notranslate"><span class="pre">-n</span></code> only the final one will take effect.</p>
246+
<dl class="simple">
247+
<dt><code class="code bash docutils literal notranslate"><span class="pre">mv</span> <span class="pre">&lt;source&gt;</span> <span class="pre">.</span></code></dt><dd><p>Move <code class="code bash docutils literal notranslate"><span class="pre">&lt;source&gt;</span></code> to current directory.</p>
248+
</dd>
249+
</dl>
250+
<p><strong>TIP:</strong> In most cases use <code class="code bash docutils literal notranslate"><span class="pre">-i</span></code> to avoid overwriting unintended existing files.</p>
251+
</dd>
252+
</dl>
253+
</section>
254+
255+
256+
</div>
257+
258+
</main>
259+
<footer class="footer-article noprint">
260+
261+
<!-- Previous / next buttons -->
262+
<div class='prev-next-area'>
263+
<a class='left-prev' id="prev-link" href="bash.html" title="previous page">
264+
<i class="fas fa-angle-left"></i>
265+
<div class="prev-next-info">
266+
<p class="prev-next-subtitle">previous</p>
267+
<p class="prev-next-title">Bash</p>
268+
</div>
269+
</a>
270+
</div>
271+
</footer>
272+
</div>
273+
</div>
274+
<div class="footer-content row">
275+
<footer class="col footer"><p>
276+
277+
By Alex Gregory<br/>
278+
279+
&copy; Copyright 2022, Alex Gregory.<br/>
280+
</p>
281+
</footer>
282+
</div>
283+
284+
</div>
285+
286+
287+
</div>
288+
</div>
289+
290+
<!-- Scripts loaded after <body> so the DOM is not blocked -->
291+
<script src="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf"></script>
292+
293+
294+
</body>
295+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
=================
2+
Terminal Commands
3+
=================
4+
5+
.. role:: bash(code)
6+
:language: bash
7+
8+
:bash:`mv <source> <destination>`
9+
Move and optionally rename file or directory.
10+
11+
:bash:`-f, --force`
12+
Do not prompt before overwrite. Not safe so use carefully.
13+
14+
:bash:`-i, --interactive`
15+
Interactive mode. Prompt before overwrite.
16+
17+
:bash:`-n, --no-clobber`
18+
Do not overwrite an existing file. Do not prompt if a move has been skipped to avoid overwrite.
19+
20+
If more than one of :bash:`-f`, :bash:`-i`, and :bash:`-n` only the final one will take effect.
21+
22+
:bash:`mv <source> .`
23+
Move :bash:`<source>` to current directory.
24+
25+
**TIP:** In most cases use :bash:`-i` to avoid overwriting unintended existing files.
26+

docs/_sources/index.rst.txt

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Welcome to Notes's documentation!
1111
:caption: Contents:
1212

1313
Contents/bash.rst
14+
Contents/terminal_commands.rst
1415

1516

1617

docs/genindex.html

+5
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ <h1 class="site-logo" id="site-title">Notes documentation</h1>
8989
Bash
9090
</a>
9191
</li>
92+
<li class="toctree-l1">
93+
<a class="reference internal" href="Contents/terminal_commands.html">
94+
Terminal Commands
95+
</a>
96+
</li>
9297
</ul>
9398

9499
</div>

docs/index.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html lang="en">
55
<head>
66
<meta charset="utf-8" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
88

99
<title>Welcome to Notes’s documentation! &#8212; Notes documentation</title>
1010

@@ -91,6 +91,11 @@ <h1 class="site-logo" id="site-title">Notes documentation</h1>
9191
Bash
9292
</a>
9393
</li>
94+
<li class="toctree-l1">
95+
<a class="reference internal" href="Contents/terminal_commands.html">
96+
Terminal Commands
97+
</a>
98+
</li>
9499
</ul>
95100

96101
</div>
@@ -284,6 +289,7 @@ <h1>Welcome to Notes’s documentation!<a class="headerlink" href="#welcome-to-n
284289
<li class="toctree-l2"><a class="reference internal" href="Contents/bash.html#for-loops">For Loops</a></li>
285290
</ul>
286291
</li>
292+
<li class="toctree-l1"><a class="reference internal" href="Contents/terminal_commands.html">Terminal Commands</a></li>
287293
</ul>
288294
</div>
289295
</section>

docs/objects.inv

26 Bytes
Binary file not shown.

docs/search.html

+5
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ <h1 class="site-logo" id="site-title">Notes documentation</h1>
9595
Bash
9696
</a>
9797
</li>
98+
<li class="toctree-l1">
99+
<a class="reference internal" href="Contents/terminal_commands.html">
100+
Terminal Commands
101+
</a>
102+
</li>
98103
</ul>
99104

100105
</div>

0 commit comments

Comments
 (0)