Skip to content

Commit ef48d71

Browse files
committed
Changed order of paragraph for old versions
1 parent 369fd25 commit ef48d71

File tree

5 files changed

+23
-19
lines changed

5 files changed

+23
-19
lines changed

latest/_sources/index.rst.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99

1010
----
1111

12+
Quick Start
13+
====================================
14+
Welcome to libdebug! This powerful Python library can be used to debug your binary executables programmatically, providing a robust, user-friendly interface.
15+
16+
Debugging multithreaded applications can be a nightmare, but libdebug has you covered. Hijack, and manage signals and syscalls with a simple API.
17+
1218
Looking for previous versions?
1319
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1420

1521
Go to https://docs.libdebug.org/archive/VERSION to find the documentation for a specific version of libdebug.
1622

1723
e.g, for version 0.5.0, go to https://docs.libdebug.org/archive/0.5.0
1824

19-
Quick Start
20-
====================================
21-
Welcome to libdebug! This powerful Python library can be used to debug your binary executables programmatically, providing a robust, user-friendly interface.
22-
23-
Debugging multithreaded applications can be a nightmare, but libdebug has you covered. Hijack, and manage signals and syscalls with a simple API.
24-
2525
Supported Architectures
2626
-----------------------
2727

latest/basic_features.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<link rel="index" title="Index" href="genindex.html" />
4545
<link rel="search" title="Search" href="search.html" />
4646
<link rel="next" title="Breakpoints" href="breakpoints.html" />
47-
<link rel="prev" title="Looking for previous versions?" href="index.html" />
47+
<link rel="prev" title="Quick Start" href="index.html" />
4848
<meta name="viewport" content="width=device-width, initial-scale=1"/>
4949
<meta name="docsearch:language" content="en"/>
5050
</head>
@@ -670,7 +670,7 @@ <h1>Supported Architectures<a class="headerlink" href="#supported-architectures"
670670
<i class="fa-solid fa-angle-left"></i>
671671
<div class="prev-next-info">
672672
<p class="prev-next-subtitle">previous</p>
673-
<p class="prev-next-title">Looking for previous versions?</p>
673+
<p class="prev-next-title">Quick Start</p>
674674
</div>
675675
</a>
676676
<a class="right-next"

latest/index.html

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
1010

11-
<title>Looking for previous versions? &#8212; libdebug 0.5.2 documentation</title>
11+
<title>Quick Start &#8212; libdebug 0.5.2 documentation</title>
1212

1313

1414

@@ -400,14 +400,14 @@
400400

401401
<img alt="libdebug logo" class="align-center" src="_images/libdebug.png" />
402402
<hr class="docutils" />
403-
<section id="looking-for-previous-versions">
404-
<h1>Looking for previous versions?<a class="headerlink" href="#looking-for-previous-versions" title="Link to this heading">#</a></h1>
405-
<p>Go to <a class="reference external" href="https://docs.libdebug.org/archive/VERSION">https://docs.libdebug.org/archive/VERSION</a> to find the documentation for a specific version of libdebug.</p>
406-
<p>e.g, for version 0.5.0, go to <a class="reference external" href="https://docs.libdebug.org/archive/0.5.0">https://docs.libdebug.org/archive/0.5.0</a></p>
407403
<section id="quick-start">
408-
<h2>Quick Start<a class="headerlink" href="#quick-start" title="Link to this heading">#</a></h2>
404+
<h1>Quick Start<a class="headerlink" href="#quick-start" title="Link to this heading">#</a></h1>
409405
<p>Welcome to libdebug! This powerful Python library can be used to debug your binary executables programmatically, providing a robust, user-friendly interface.</p>
410406
<p>Debugging multithreaded applications can be a nightmare, but libdebug has you covered. Hijack, and manage signals and syscalls with a simple API.</p>
407+
<section id="looking-for-previous-versions">
408+
<h2>Looking for previous versions?<a class="headerlink" href="#looking-for-previous-versions" title="Link to this heading">#</a></h2>
409+
<p>Go to <a class="reference external" href="https://docs.libdebug.org/archive/VERSION">https://docs.libdebug.org/archive/VERSION</a> to find the documentation for a specific version of libdebug.</p>
410+
<p>e.g, for version 0.5.0, go to <a class="reference external" href="https://docs.libdebug.org/archive/0.5.0">https://docs.libdebug.org/archive/0.5.0</a></p>
411411
<section id="supported-architectures">
412412
<h3>Supported Architectures<a class="headerlink" href="#supported-architectures" title="Link to this heading">#</a></h3>
413413
<p>libdebug currently supports Linux under the x86_64 architecture.</p>
@@ -556,14 +556,14 @@ <h3>Your first script<a class="headerlink" href="#your-first-script" title="Link
556556
</div>
557557
</section>
558558
</section>
559+
</section>
559560
<section id="indices-and-tables">
560-
<h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Link to this heading">#</a></h2>
561+
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Link to this heading">#</a></h1>
561562
<ul class="simple">
562563
<li><p><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></p></li>
563564
<li><p><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></p></li>
564565
<li><p><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></p></li>
565566
</ul>
566-
</section>
567567
</section>
568568

569569

@@ -603,7 +603,8 @@ <h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Li
603603
</div>
604604
<nav class="bd-toc-nav page-toc" aria-labelledby="pst-page-navigation-heading-2">
605605
<ul class="visible nav section-nav flex-column">
606-
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#quick-start">Quick Start</a><ul class="nav section-nav flex-column">
606+
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#">Quick Start</a><ul class="visible nav section-nav flex-column">
607+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#looking-for-previous-versions">Looking for previous versions?</a><ul class="nav section-nav flex-column">
607608
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#supported-architectures">Supported Architectures</a></li>
608609
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#dependencies">Dependencies</a></li>
609610
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#installation">Installation</a></li>
@@ -612,8 +613,11 @@ <h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Li
612613
</li>
613614
</ul>
614615
</li>
615-
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#indices-and-tables">Indices and tables</a></li>
616616
</ul>
617+
</li>
618+
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#indices-and-tables">Indices and tables</a></li>
619+
</ul>
620+
617621
</nav></div>
618622

619623
<div class="sidebar-secondary-item">

latest/objects.inv

-15 Bytes
Binary file not shown.

latest/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)