Skip to content

Commit 2f40d4b

Browse files
authored
Merge pull request #146 from alexpdev/dev
Dev
2 parents d49515c + cd3cc8b commit 2f40d4b

File tree

34 files changed

+6518
-2764
lines changed

34 files changed

+6518
-2764
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ __pycache__/
2222
codacy.py
2323
*$py.class
2424
.benchmarks/
25+
start.py
2526
# Distribution / packaging
2627
codacy.sh
2728
build/

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# TorrentFile
22

3+
## Version 0.8.1
4+
5+
- Further improvements to documentation
6+
- Fixed bug that interrupted the creation process when using gui version
7+
- Added unittests
8+
- Improved docstrings and docstring formatting
9+
- Renamed a couple of methods
10+
11+
* * *
12+
313
## Version 0.8.0
414

515
- overhaul documentation

docs/404.html

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,9 @@
202202

203203

204204

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

@@ -428,6 +430,21 @@
428430

429431

430432

433+
<li class="md-nav__item">
434+
<a href="/torrentfile/coverage/" class="md-nav__link">
435+
Coverage
436+
</a>
437+
</li>
438+
439+
440+
441+
442+
443+
444+
445+
446+
447+
431448
<li class="md-nav__item">
432449
<a href="/torrentfile/recheck/" class="md-nav__link">
433450
recheck
@@ -488,22 +505,6 @@
488505
</div>
489506

490507

491-
492-
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
493-
<div class="md-sidebar__scrollwrap">
494-
<div class="md-sidebar__inner">
495-
496-
497-
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
498-
499-
500-
501-
502-
</nav>
503-
</div>
504-
</div>
505-
</div>
506-
507508

508509
<div class="md-content" data-md-component="content">
509510
<article class="md-content__inner md-typeset">
@@ -543,7 +544,7 @@ <h1>404 - Not found</h1>
543544
<div class="md-dialog" data-md-component="dialog">
544545
<div class="md-dialog__inner md-typeset"></div>
545546
</div>
546-
<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>
547+
<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>
547548

548549

549550
<script src="/torrentfile/assets/javascripts/bundle.6c7ad80a.min.js"></script>

docs/Apache2/index.html

Lines changed: 49 additions & 129 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)