Skip to content

Commit f276e49

Browse files
committed
deploy: 6babec9
1 parent 95dc5a6 commit f276e49

File tree

18 files changed

+123
-50
lines changed

18 files changed

+123
-50
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253

254254

255255
<li class="md-nav__item">
256-
<a href="/index.md" class="md-nav__link">
256+
<a href="/." class="md-nav__link">
257257

258258

259259

about/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255

256256

257257
<li class="md-nav__item">
258-
<a href="../index.md" class="md-nav__link">
258+
<a href=".." class="md-nav__link">
259259

260260

261261

api/portpy/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257

258258

259259
<li class="md-nav__item">
260-
<a href="../../index.md" class="md-nav__link">
260+
<a href="../.." class="md-nav__link">
261261

262262

263263

contributing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257

258258

259259
<li class="md-nav__item">
260-
<a href="../index.md" class="md-nav__link">
260+
<a href=".." class="md-nav__link">
261261

262262

263263

datasets/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257

258258

259259
<li class="md-nav__item">
260-
<a href="../index.md" class="md-nav__link">
260+
<a href=".." class="md-nav__link">
261261

262262

263263

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257

258258

259259
<li class="md-nav__item">
260-
<a href="../index.md" class="md-nav__link">
260+
<a href=".." class="md-nav__link">
261261

262262

263263

getting-started/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257

258258

259259
<li class="md-nav__item">
260-
<a href="../index.md" class="md-nav__link">
260+
<a href=".." class="md-nav__link">
261261

262262

263263

home/index.html renamed to index.html

Lines changed: 104 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,22 @@
1414

1515

1616

17+
<link rel="next" href="installation/">
1718

18-
<link rel="icon" href="../images/PortPy_logo.png">
19+
20+
<link rel="icon" href="images/PortPy_logo.png">
1921
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.15">
2022

2123

2224

23-
<title>PortPy - PortPy</title>
25+
<title>PortPy</title>
2426

2527

2628

27-
<link rel="stylesheet" href="../assets/stylesheets/main.342714a4.min.css">
29+
<link rel="stylesheet" href="assets/stylesheets/main.342714a4.min.css">
2830

2931

30-
<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
32+
<link rel="stylesheet" href="assets/stylesheets/palette.06af60db.min.css">
3133

3234

3335

@@ -46,11 +48,11 @@
4648

4749

4850

49-
<link rel="stylesheet" href="../assets/_mkdocstrings.css">
51+
<link rel="stylesheet" href="assets/_mkdocstrings.css">
5052

51-
<link rel="stylesheet" href="../styles/extra.css">
53+
<link rel="stylesheet" href="styles/extra.css">
5254

53-
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
55+
<script>__md_scope=new URL(".",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
5456

5557

5658

@@ -92,9 +94,9 @@
9294

9395
<header class="md-header md-header--shadow" data-md-component="header">
9496
<nav class="md-header__inner md-grid" aria-label="Header">
95-
<a href=".." title="PortPy" class="md-header__button md-logo" aria-label="PortPy" data-md-component="logo">
97+
<a href="." title="PortPy" class="md-header__button md-logo" aria-label="PortPy" data-md-component="logo">
9698

97-
<img src="../images/PortPy_logo.png" alt="logo">
99+
<img src="images/PortPy_logo.png" alt="logo">
98100

99101
</a>
100102
<label class="md-header__button md-icon" for="__drawer">
@@ -111,7 +113,7 @@
111113
<div class="md-header__topic" data-md-component="header-topic">
112114
<span class="md-ellipsis">
113115

114-
PortPy
116+
Home
115117

116118
</span>
117119
</div>
@@ -229,9 +231,9 @@
229231

230232
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
231233
<label class="md-nav__title" for="__drawer">
232-
<a href=".." title="PortPy" class="md-nav__button md-logo" aria-label="PortPy" data-md-component="logo">
234+
<a href="." title="PortPy" class="md-nav__button md-logo" aria-label="PortPy" data-md-component="logo">
233235

234-
<img src="../images/PortPy_logo.png" alt="logo">
236+
<img src="images/PortPy_logo.png" alt="logo">
235237

236238
</a>
237239
PortPy
@@ -255,10 +257,32 @@
255257

256258

257259

260+
258261

259262

260-
<li class="md-nav__item">
261-
<a href="../index.md" class="md-nav__link">
263+
264+
<li class="md-nav__item md-nav__item--active">
265+
266+
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
267+
268+
269+
270+
271+
272+
<label class="md-nav__link md-nav__link--active" for="__toc">
273+
274+
275+
276+
<span class="md-ellipsis">
277+
Home
278+
279+
</span>
280+
281+
282+
<span class="md-nav__icon md-icon"></span>
283+
</label>
284+
285+
<a href="." class="md-nav__link md-nav__link--active">
262286

263287

264288

@@ -269,6 +293,53 @@
269293

270294

271295
</a>
296+
297+
298+
299+
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
300+
301+
302+
303+
304+
305+
306+
<label class="md-nav__title" for="__toc">
307+
<span class="md-nav__icon md-icon"></span>
308+
Table of contents
309+
</label>
310+
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
311+
312+
<li class="md-nav__item">
313+
<a href="#features" class="md-nav__link">
314+
<span class="md-ellipsis">
315+
🚀 Features
316+
</span>
317+
</a>
318+
319+
</li>
320+
321+
<li class="md-nav__item">
322+
<a href="#get-started" class="md-nav__link">
323+
<span class="md-ellipsis">
324+
Get Started
325+
</span>
326+
</a>
327+
328+
</li>
329+
330+
<li class="md-nav__item">
331+
<a href="#why-portpy" class="md-nav__link">
332+
<span class="md-ellipsis">
333+
Why PortPy?
334+
</span>
335+
</a>
336+
337+
</li>
338+
339+
</ul>
340+
341+
</nav>
342+
272343
</li>
273344

274345

@@ -280,7 +351,7 @@
280351

281352

282353
<li class="md-nav__item">
283-
<a href="../installation/" class="md-nav__link">
354+
<a href="installation/" class="md-nav__link">
284355

285356

286357

@@ -302,7 +373,7 @@
302373

303374

304375
<li class="md-nav__item">
305-
<a href="../getting-started/" class="md-nav__link">
376+
<a href="getting-started/" class="md-nav__link">
306377

307378

308379

@@ -362,7 +433,7 @@
362433

363434

364435
<li class="md-nav__item">
365-
<a href="../user-guide/overview/" class="md-nav__link">
436+
<a href="user-guide/overview/" class="md-nav__link">
366437

367438

368439

@@ -385,7 +456,7 @@
385456

386457

387458
<li class="md-nav__item">
388-
<a href="../user-guide/workflow/" class="md-nav__link">
459+
<a href="user-guide/workflow/" class="md-nav__link">
389460

390461

391462

@@ -408,7 +479,7 @@
408479

409480

410481
<li class="md-nav__item">
411-
<a href="../user-guide/cli/" class="md-nav__link">
482+
<a href="user-guide/cli/" class="md-nav__link">
412483

413484

414485

@@ -476,7 +547,7 @@
476547

477548

478549
<li class="md-nav__item">
479-
<a href="../tutorials/loading-data/" class="md-nav__link">
550+
<a href="tutorials/loading-data/" class="md-nav__link">
480551

481552

482553

@@ -499,7 +570,7 @@
499570

500571

501572
<li class="md-nav__item">
502-
<a href="../tutorials/optimization/" class="md-nav__link">
573+
<a href="tutorials/optimization/" class="md-nav__link">
503574

504575

505576

@@ -522,7 +593,7 @@
522593

523594

524595
<li class="md-nav__item">
525-
<a href="../tutorials/beam-orientation/" class="md-nav__link">
596+
<a href="tutorials/beam-orientation/" class="md-nav__link">
526597

527598

528599

@@ -545,7 +616,7 @@
545616

546617

547618
<li class="md-nav__item">
548-
<a href="../tutorials/custom-algorithms/" class="md-nav__link">
619+
<a href="tutorials/custom-algorithms/" class="md-nav__link">
549620

550621

551622

@@ -575,7 +646,7 @@
575646

576647

577648
<li class="md-nav__item">
578-
<a href="../examples/" class="md-nav__link">
649+
<a href="examples/" class="md-nav__link">
579650

580651

581652

@@ -635,7 +706,7 @@
635706

636707

637708
<li class="md-nav__item">
638-
<a href="../api/portpy/" class="md-nav__link">
709+
<a href="api/portpy/" class="md-nav__link">
639710

640711

641712

@@ -665,7 +736,7 @@
665736

666737

667738
<li class="md-nav__item">
668-
<a href="../publications/" class="md-nav__link">
739+
<a href="publications/" class="md-nav__link">
669740

670741

671742

@@ -687,7 +758,7 @@
687758

688759

689760
<li class="md-nav__item">
690-
<a href="../contributing/" class="md-nav__link">
761+
<a href="contributing/" class="md-nav__link">
691762

692763

693764

@@ -709,7 +780,7 @@
709780

710781

711782
<li class="md-nav__item">
712-
<a href="../datasets/" class="md-nav__link">
783+
<a href="datasets/" class="md-nav__link">
713784

714785

715786

@@ -731,7 +802,7 @@
731802

732803

733804
<li class="md-nav__item">
734-
<a href="../about/" class="md-nav__link">
805+
<a href="about/" class="md-nav__link">
735806

736807

737808

@@ -840,7 +911,7 @@ <h2 id="features">🚀 Features<a class="headerlink" href="#features" title="Per
840911
<hr />
841912
<h2 id="get-started">Get Started<a class="headerlink" href="#get-started" title="Permanent link">&para;</a></h2>
842913
<ul>
843-
<li><a href="../installation/">Installation Guide</a></li>
914+
<li><a href="installation/">Installation Guide</a></li>
844915
<li><a href="quickstart.md">Quickstart Tutorial</a></li>
845916
<li><a href="reference/">API Reference</a></li>
846917
<li><a href="https://github.com/your-org/portpy">GitHub Repository</a></li>
@@ -936,12 +1007,12 @@ <h2 id="why-portpy">Why PortPy?<a class="headerlink" href="#why-portpy" title="P
9361007

9371008

9381009

939-
<script id="__config" type="application/json">{"base": "..", "features": ["navigation.instant", "navigation.top", "search.suggest", "search.highlight", "content.code.annotate", "content.code.copy"], "search": "../assets/javascripts/workers/search.d50fe291.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
1010+
<script id="__config" type="application/json">{"base": ".", "features": ["navigation.instant", "navigation.top", "search.suggest", "search.highlight", "content.code.annotate", "content.code.copy"], "search": "assets/javascripts/workers/search.d50fe291.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
9401011

9411012

942-
<script src="../assets/javascripts/bundle.56ea9cef.min.js"></script>
1013+
<script src="assets/javascripts/bundle.56ea9cef.min.js"></script>
9431014

944-
<script src="../js/extra.js"></script>
1015+
<script src="js/extra.js"></script>
9451016

9461017

9471018
</body>

0 commit comments

Comments
 (0)