Skip to content

Commit

Permalink
Add changes for 90dcb6d
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 26, 2024
1 parent e26223a commit a420fa6
Show file tree
Hide file tree
Showing 217 changed files with 1,350 additions and 882 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 590952234ceb974e6d5fdef1dce2b924
config: b0b4746ab99b39ccdc5826b45c3b27d0
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added .doctrees/assets/notes/02angielski.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .doctrees/assets/notes/02eio.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .doctrees/assets/notes/02eio/eio_egzamin.doctree
Binary file not shown.
Binary file added .doctrees/assets/notes/02eio_cw.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .doctrees/assets/notes/02labfiz1.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .doctrees/assets/notes/02matematyka2.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .doctrees/assets/notes/02matematyka2_cw.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
7 changes: 4 additions & 3 deletions _static/searchtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const Search = {

htmlToText: (htmlString, anchor) => {
const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html');
for (const removalQuery of [".headerlinks", "script", "style"]) {
for (const removalQuery of [".headerlink", "script", "style"]) {
htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() });
}
if (anchor) {
Expand Down Expand Up @@ -328,13 +328,14 @@ const Search = {
for (const [title, foundTitles] of Object.entries(allTitles)) {
if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) {
for (const [file, id] of foundTitles) {
let score = Math.round(100 * queryLower.length / title.length)
const score = Math.round(Scorer.title * queryLower.length / title.length);
const boost = titles[file] === title ? 1 : 0; // add a boost for document titles
normalResults.push([
docNames[file],
titles[file] !== title ? `${titles[file]} > ${title}` : title,
id !== null ? "#" + id : "",
null,
score,
score + boost,
filenames[file],
]);
}
Expand Down
2 changes: 1 addition & 1 deletion _static/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Documentation.addTranslations({
"Go": "Szukaj",
"Hide Search Matches": "Ukryj wyniki wyszukiwania",
"Index": "Indeks",
"Index – %(key)s": "Indeks – %(key)s",
"Index – %(key)s": "",
"Index pages by letter": "Strony indeksu alfabetycznie",
"Indices and tables:": "Indeksy i tablice:",
"Last updated on %(last_updated)s.": "Ostatnia modyfikacja %(last_updated)s.",
Expand Down
10 changes: 5 additions & 5 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="../_static/documentation_options.js?v=a28d12eb"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/translations.js?v=a186e9ce"></script>
<script src="../_static/translations.js?v=da4973ce"></script>
<script src="../_static/sphinxcontrib-images/LightBox2/lightbox2/dist/js/lightbox-plus-jquery.min.js?v=ffc8af2d"></script>
<script src="../_static/sphinxcontrib-images/LightBox2/lightbox2-customize/jquery-noconflict.js?v=12818e64"></script>

Expand All @@ -44,7 +44,7 @@
</head><body>
<div class="relbar-top">

<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Nawigacja</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -93,7 +93,7 @@ <h3>Nawigacja</h3>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Szybkie wyszukiwanie</h3>
Expand Down Expand Up @@ -128,7 +128,7 @@ <h3 id="searchlabel">Szybkie wyszukiwanie</h3>
</div>
<div class="relbar-bottom">

<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Nawigacja</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand All @@ -145,7 +145,7 @@ <h3>Nawigacja</h3>
© Copyright 2023, <a href="https://github.com/gucio321/">Maciej Szeptuch</a>.
Created using <a href="https://www.sphinx-doc.org/en/master/">Sphinx</a> 4.2.0.<br>
Ewentualne błędy proszę zgłąszać w <a href="github.com/gucio321/matematyka">Repozytorium GitHub</a><br><br>
<a href=https://github.com/gucio321/matematyka/commit/192a9f0062bc6904d8be9fb9290e59b23e1e8d11>Mon Jun 17 16:34:29 2024 +0200 update eio (192a9f0062bc6904d8be9fb9290e59b23e1e8d11)</a>
<a href=https://github.com/gucio321/matematyka/commit/90dcb6d5c060189b382e3e1ff0584cd22610a740>Fri Jul 26 16:38:07 2024 +0200 rename everything to be in archive (90dcb6d5c060189b382e3e1ff0584cd22610a740)</a>
</font>

</body>
Expand Down
10 changes: 5 additions & 5 deletions assets/links.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="../_static/documentation_options.js?v=a28d12eb"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/translations.js?v=a186e9ce"></script>
<script src="../_static/translations.js?v=da4973ce"></script>
<script src="../_static/sphinxcontrib-images/LightBox2/lightbox2/dist/js/lightbox-plus-jquery.min.js?v=ffc8af2d"></script>
<script src="../_static/sphinxcontrib-images/LightBox2/lightbox2-customize/jquery-noconflict.js?v=12818e64"></script>

Expand All @@ -44,7 +44,7 @@
</head><body>
<div class="relbar-top">

<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Nawigacja</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -80,7 +80,7 @@ <h3>Nawigacja</h3>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Szybkie wyszukiwanie</h3>
Expand Down Expand Up @@ -115,7 +115,7 @@ <h3 id="searchlabel">Szybkie wyszukiwanie</h3>
</div>
<div class="relbar-bottom">

<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Nawigacja</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand All @@ -132,7 +132,7 @@ <h3>Nawigacja</h3>
© Copyright 2023, <a href="https://github.com/gucio321/">Maciej Szeptuch</a>.
Created using <a href="https://www.sphinx-doc.org/en/master/">Sphinx</a> 4.2.0.<br>
Ewentualne błędy proszę zgłąszać w <a href="github.com/gucio321/matematyka">Repozytorium GitHub</a><br><br>
<a href=https://github.com/gucio321/matematyka/commit/192a9f0062bc6904d8be9fb9290e59b23e1e8d11>Mon Jun 17 16:34:29 2024 +0200 update eio (192a9f0062bc6904d8be9fb9290e59b23e1e8d11)</a>
<a href=https://github.com/gucio321/matematyka/commit/90dcb6d5c060189b382e3e1ff0584cd22610a740>Fri Jul 26 16:38:07 2024 +0200 rename everything to be in archive (90dcb6d5c060189b382e3e1ff0584cd22610a740)</a>
</font>

</body>
Expand Down
10 changes: 5 additions & 5 deletions assets/notes/01algebra.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="../../_static/documentation_options.js?v=a28d12eb"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/translations.js?v=a186e9ce"></script>
<script src="../../_static/translations.js?v=da4973ce"></script>
<script src="../../_static/sphinxcontrib-images/LightBox2/lightbox2/dist/js/lightbox-plus-jquery.min.js?v=ffc8af2d"></script>
<script src="../../_static/sphinxcontrib-images/LightBox2/lightbox2-customize/jquery-noconflict.js?v=12818e64"></script>
<script>window.MathJax = {"options": {"processHtmlClass": "tex2jax_process|mathjax_process|math|output_area"}}</script>
Expand Down Expand Up @@ -48,7 +48,7 @@
</head><body>
<div class="relbar-top">

<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Nawigacja</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -1225,7 +1225,7 @@ <h2>Przestrzenie Unitarne<a class="headerlink" href="#przestrzenie-unitarne" tit
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper"><div class="sphinx-toc sphinxlocaltoc">
<h3><a href="../../index.html">Spis treści:</a></h3>
<ul>
Expand Down Expand Up @@ -1345,7 +1345,7 @@ <h3 id="searchlabel">Szybkie wyszukiwanie</h3>
</div>
<div class="relbar-bottom">

<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Nawigacja</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand All @@ -1368,7 +1368,7 @@ <h3>Nawigacja</h3>
© Copyright 2023, <a href="https://github.com/gucio321/">Maciej Szeptuch</a>.
Created using <a href="https://www.sphinx-doc.org/en/master/">Sphinx</a> 4.2.0.<br>
Ewentualne błędy proszę zgłąszać w <a href="github.com/gucio321/matematyka">Repozytorium GitHub</a><br><br>
<a href=https://github.com/gucio321/matematyka/commit/192a9f0062bc6904d8be9fb9290e59b23e1e8d11>Mon Jun 17 16:34:29 2024 +0200 update eio (192a9f0062bc6904d8be9fb9290e59b23e1e8d11)</a>
<a href=https://github.com/gucio321/matematyka/commit/90dcb6d5c060189b382e3e1ff0584cd22610a740>Fri Jul 26 16:38:07 2024 +0200 rename everything to be in archive (90dcb6d5c060189b382e3e1ff0584cd22610a740)</a>
</font>

</body>
Expand Down
10 changes: 5 additions & 5 deletions assets/notes/01algebra/algebra_2023.10.09.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="../../../_static/documentation_options.js?v=a28d12eb"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/translations.js?v=a186e9ce"></script>
<script src="../../../_static/translations.js?v=da4973ce"></script>
<script src="../../../_static/sphinxcontrib-images/LightBox2/lightbox2/dist/js/lightbox-plus-jquery.min.js?v=ffc8af2d"></script>
<script src="../../../_static/sphinxcontrib-images/LightBox2/lightbox2-customize/jquery-noconflict.js?v=12818e64"></script>
<script>window.MathJax = {"options": {"processHtmlClass": "tex2jax_process|mathjax_process|math|output_area"}}</script>
Expand Down Expand Up @@ -46,7 +46,7 @@
</head><body>
<div class="relbar-top">

<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Nawigacja</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -119,7 +119,7 @@ <h2>Zestaw 1 zadanie 5<a class="headerlink" href="#zestaw-1-zadanie-5" title="Li
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper"><div class="sphinx-toc sphinxlocaltoc">
<h3><a href="../../../index.html">Spis treści:</a></h3>
<ul>
Expand Down Expand Up @@ -163,7 +163,7 @@ <h3 id="searchlabel">Szybkie wyszukiwanie</h3>
</div>
<div class="relbar-bottom">

<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Nawigacja</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand All @@ -180,7 +180,7 @@ <h3>Nawigacja</h3>
© Copyright 2023, <a href="https://github.com/gucio321/">Maciej Szeptuch</a>.
Created using <a href="https://www.sphinx-doc.org/en/master/">Sphinx</a> 4.2.0.<br>
Ewentualne błędy proszę zgłąszać w <a href="github.com/gucio321/matematyka">Repozytorium GitHub</a><br><br>
<a href=https://github.com/gucio321/matematyka/commit/192a9f0062bc6904d8be9fb9290e59b23e1e8d11>Mon Jun 17 16:34:29 2024 +0200 update eio (192a9f0062bc6904d8be9fb9290e59b23e1e8d11)</a>
<a href=https://github.com/gucio321/matematyka/commit/90dcb6d5c060189b382e3e1ff0584cd22610a740>Fri Jul 26 16:38:07 2024 +0200 rename everything to be in archive (90dcb6d5c060189b382e3e1ff0584cd22610a740)</a>
</font>

</body>
Expand Down
10 changes: 5 additions & 5 deletions assets/notes/01algebra/algebra_2023.10.10.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="../../../_static/documentation_options.js?v=a28d12eb"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/translations.js?v=a186e9ce"></script>
<script src="../../../_static/translations.js?v=da4973ce"></script>
<script src="../../../_static/sphinxcontrib-images/LightBox2/lightbox2/dist/js/lightbox-plus-jquery.min.js?v=ffc8af2d"></script>
<script src="../../../_static/sphinxcontrib-images/LightBox2/lightbox2-customize/jquery-noconflict.js?v=12818e64"></script>
<script>window.MathJax = {"options": {"processHtmlClass": "tex2jax_process|mathjax_process|math|output_area"}}</script>
Expand Down Expand Up @@ -46,7 +46,7 @@
</head><body>
<div class="relbar-top">

<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Nawigacja</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -156,7 +156,7 @@ <h2>zasadnicze twierdzenie algebry<a class="headerlink" href="#zasadnicze-twierd
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper"><div class="sphinx-toc sphinxlocaltoc">
<h3><a href="../../../index.html">Spis treści:</a></h3>
<ul>
Expand Down Expand Up @@ -208,7 +208,7 @@ <h3 id="searchlabel">Szybkie wyszukiwanie</h3>
</div>
<div class="relbar-bottom">

<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Nawigacja</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand All @@ -225,7 +225,7 @@ <h3>Nawigacja</h3>
© Copyright 2023, <a href="https://github.com/gucio321/">Maciej Szeptuch</a>.
Created using <a href="https://www.sphinx-doc.org/en/master/">Sphinx</a> 4.2.0.<br>
Ewentualne błędy proszę zgłąszać w <a href="github.com/gucio321/matematyka">Repozytorium GitHub</a><br><br>
<a href=https://github.com/gucio321/matematyka/commit/192a9f0062bc6904d8be9fb9290e59b23e1e8d11>Mon Jun 17 16:34:29 2024 +0200 update eio (192a9f0062bc6904d8be9fb9290e59b23e1e8d11)</a>
<a href=https://github.com/gucio321/matematyka/commit/90dcb6d5c060189b382e3e1ff0584cd22610a740>Fri Jul 26 16:38:07 2024 +0200 rename everything to be in archive (90dcb6d5c060189b382e3e1ff0584cd22610a740)</a>
</font>

</body>
Expand Down
10 changes: 5 additions & 5 deletions assets/notes/01algebra/algebra_2023.10.11_zadanie.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="../../../_static/documentation_options.js?v=a28d12eb"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/translations.js?v=a186e9ce"></script>
<script src="../../../_static/translations.js?v=da4973ce"></script>
<script src="../../../_static/sphinxcontrib-images/LightBox2/lightbox2/dist/js/lightbox-plus-jquery.min.js?v=ffc8af2d"></script>
<script src="../../../_static/sphinxcontrib-images/LightBox2/lightbox2-customize/jquery-noconflict.js?v=12818e64"></script>
<script>window.MathJax = {"options": {"processHtmlClass": "tex2jax_process|mathjax_process|math|output_area"}}</script>
Expand Down Expand Up @@ -46,7 +46,7 @@
</head><body>
<div class="relbar-top">

<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Nawigacja</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -88,7 +88,7 @@ <h1>Zestaw 2 zadanie 4, przykład a<a class="headerlink" href="#zestaw-2-zadanie
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Szybkie wyszukiwanie</h3>
Expand Down Expand Up @@ -123,7 +123,7 @@ <h3 id="searchlabel">Szybkie wyszukiwanie</h3>
</div>
<div class="relbar-bottom">

<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Nawigacja</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand All @@ -140,7 +140,7 @@ <h3>Nawigacja</h3>
© Copyright 2023, <a href="https://github.com/gucio321/">Maciej Szeptuch</a>.
Created using <a href="https://www.sphinx-doc.org/en/master/">Sphinx</a> 4.2.0.<br>
Ewentualne błędy proszę zgłąszać w <a href="github.com/gucio321/matematyka">Repozytorium GitHub</a><br><br>
<a href=https://github.com/gucio321/matematyka/commit/192a9f0062bc6904d8be9fb9290e59b23e1e8d11>Mon Jun 17 16:34:29 2024 +0200 update eio (192a9f0062bc6904d8be9fb9290e59b23e1e8d11)</a>
<a href=https://github.com/gucio321/matematyka/commit/90dcb6d5c060189b382e3e1ff0584cd22610a740>Fri Jul 26 16:38:07 2024 +0200 rename everything to be in archive (90dcb6d5c060189b382e3e1ff0584cd22610a740)</a>
</font>

</body>
Expand Down
10 changes: 5 additions & 5 deletions assets/notes/01algebra/algebra_2023.10.17.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="../../../_static/documentation_options.js?v=a28d12eb"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/translations.js?v=a186e9ce"></script>
<script src="../../../_static/translations.js?v=da4973ce"></script>
<script src="../../../_static/sphinxcontrib-images/LightBox2/lightbox2/dist/js/lightbox-plus-jquery.min.js?v=ffc8af2d"></script>
<script src="../../../_static/sphinxcontrib-images/LightBox2/lightbox2-customize/jquery-noconflict.js?v=12818e64"></script>
<script>window.MathJax = {"options": {"processHtmlClass": "tex2jax_process|mathjax_process|math|output_area"}}</script>
Expand Down Expand Up @@ -46,7 +46,7 @@
</head><body>
<div class="relbar-top">

<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Nawigacja</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -203,7 +203,7 @@ <h2>Macierz odwrotna<a class="headerlink" href="#macierz-odwrotna" title="Link t
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper"><div class="sphinx-toc sphinxlocaltoc">
<h3><a href="../../../index.html">Spis treści:</a></h3>
<ul>
Expand Down Expand Up @@ -255,7 +255,7 @@ <h3 id="searchlabel">Szybkie wyszukiwanie</h3>
</div>
<div class="relbar-bottom">

<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Nawigacja</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand All @@ -272,7 +272,7 @@ <h3>Nawigacja</h3>
© Copyright 2023, <a href="https://github.com/gucio321/">Maciej Szeptuch</a>.
Created using <a href="https://www.sphinx-doc.org/en/master/">Sphinx</a> 4.2.0.<br>
Ewentualne błędy proszę zgłąszać w <a href="github.com/gucio321/matematyka">Repozytorium GitHub</a><br><br>
<a href=https://github.com/gucio321/matematyka/commit/192a9f0062bc6904d8be9fb9290e59b23e1e8d11>Mon Jun 17 16:34:29 2024 +0200 update eio (192a9f0062bc6904d8be9fb9290e59b23e1e8d11)</a>
<a href=https://github.com/gucio321/matematyka/commit/90dcb6d5c060189b382e3e1ff0584cd22610a740>Fri Jul 26 16:38:07 2024 +0200 rename everything to be in archive (90dcb6d5c060189b382e3e1ff0584cd22610a740)</a>
</font>

</body>
Expand Down
Loading

0 comments on commit a420fa6

Please sign in to comment.