Skip to content

Commit

Permalink
Fixed imports and docs for rtfd
Browse files Browse the repository at this point in the history
  • Loading branch information
shichao-an committed Mar 23, 2015
1 parent fd06999 commit cd60676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,7 @@ def __getattr__(cls, name):
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
'github_user': 'shichao-an',
'github_repo': '115wangpan',
}
html_theme_options = {}

# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
Expand Down
3 changes: 2 additions & 1 deletion u115/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# flake8: noqa
from u115.api import (API, Passport, RequestHandler, Request, Response,
RequestsLWPCookieJar, RequestsMozillaCookieJar,
Torrent, Task, TorrentFile, File, Directory,
APIError, TaskError, AuthenticationError,
InvalidAPIAccess, RequestFailure)
InvalidAPIAccess, RequestFailure, JobError)

0 comments on commit cd60676

Please sign in to comment.