Skip to content

Commit

Permalink
Merge pull request #146 from alexpdev/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
alexpdev committed Aug 25, 2022
2 parents d49515c + cd3cc8b commit 2f40d4b
Show file tree
Hide file tree
Showing 34 changed files with 6,518 additions and 2,764 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ __pycache__/
codacy.py
*$py.class
.benchmarks/
start.py
# Distribution / packaging
codacy.sh
build/
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# TorrentFile

## Version 0.8.1

- Further improvements to documentation
- Fixed bug that interrupted the creation process when using gui version
- Added unittests
- Improved docstrings and docstring formatting
- Renamed a couple of methods

* * *

## Version 0.8.0

- overhaul documentation
Expand Down
37 changes: 19 additions & 18 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,9 @@



<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">


<nav class="md-nav md-nav--primary md-nav--integrated" aria-label="Navigation" data-md-level="0">
<label class="md-nav__title" for="__drawer">
<a href="/torrentfile/." title="TorrentFile Docs" class="md-nav__button md-logo" aria-label="TorrentFile Docs" data-md-component="logo">

Expand Down Expand Up @@ -428,6 +430,21 @@



<li class="md-nav__item">
<a href="/torrentfile/coverage/" class="md-nav__link">
Coverage
</a>
</li>










<li class="md-nav__item">
<a href="/torrentfile/recheck/" class="md-nav__link">
recheck
Expand Down Expand Up @@ -488,22 +505,6 @@
</div>



<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">


<nav class="md-nav md-nav--secondary" aria-label="Table of contents">




</nav>
</div>
</div>
</div>


<div class="md-content" data-md-component="content">
<article class="md-content__inner md-typeset">
Expand Down Expand Up @@ -543,7 +544,7 @@ <h1>404 - Not found</h1>
<div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div>
</div>
<script id="__config" type="application/json">{"base": "/torrentfile/", "features": [], "search": "/torrentfile/assets/javascripts/workers/search.b97dbffb.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "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.title": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "/torrentfile/", "features": ["header.autohide", "toc.integrate", "navigation-expand", "navigation-tabs", "navigation-instant"], "search": "/torrentfile/assets/javascripts/workers/search.b97dbffb.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "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.title": "Select version"}}</script>


<script src="/torrentfile/assets/javascripts/bundle.6c7ad80a.min.js"></script>
Expand Down
178 changes: 49 additions & 129 deletions docs/Apache2/index.html

Large diffs are not rendered by default.

0 comments on commit 2f40d4b

Please sign in to comment.