Skip to content

Commit

Permalink
documentation upate
Browse files Browse the repository at this point in the history
  • Loading branch information
thePortus committed Mar 10, 2018
1 parent 681d5ed commit 33a5975
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 94 deletions.
2 changes: 1 addition & 1 deletion dhelp/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def fetch(self, retry_counter=0):
Examples:
>>> html_text = WebPage('https://stackoverflow.com/').fetch()
<!DOCTYPE html>\\r\\n<html>\\r\\n\r\\n <head>\\r\\n\r\\n <title>Stack Overflow...
<!DOCTYPE html>\\r\\n<html>\\r\\n\\r\\n <head>\\r\\n\\r\\n <title>Stack Overflow...
""" # noqa
# print message unless silent option
if not self.options['silent']:
Expand Down
39 changes: 0 additions & 39 deletions docs/source/dhelp.files.rst

This file was deleted.

39 changes: 33 additions & 6 deletions docs/source/dhelp.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,41 @@
dhelp package
=============

Subpackages
-----------
Submodules
----------

.. toctree::
dhelp.files module
------------------

.. automodule:: dhelp.files
:members:
:undoc-members:
:show-inheritance:

dhelp.settings module
---------------------

.. automodule:: dhelp.settings
:members:
:undoc-members:
:show-inheritance:

dhelp.text module
-----------------

.. automodule:: dhelp.text
:members:
:undoc-members:
:show-inheritance:

dhelp.web module
----------------

.. automodule:: dhelp.web
:members:
:undoc-members:
:show-inheritance:

dhelp.files
dhelp.text
dhelp.web

Module contents
---------------
Expand Down
29 changes: 0 additions & 29 deletions docs/source/dhelp.text.rst

This file was deleted.

19 changes: 0 additions & 19 deletions docs/source/dhelp.web.rst

This file was deleted.

0 comments on commit 33a5975

Please sign in to comment.