Skip to content

Commit

Permalink
[doc] Add links to documents in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed May 31, 2017
1 parent efc1c76 commit ed34340
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Installation

$ pip install python-form

or directly from GitHub:
or directly from GitHub for the latest development version:

::

Expand All @@ -57,6 +57,12 @@ Example
''')
print(f.read('F'))
Documentation
-------------

- `Package documentation <https://python-form.readthedocs.io/en/stable>`.
- `CHANGELOG <CHANGELOG.md>`.

Licence
-------

Expand Down
3 changes: 0 additions & 3 deletions doc/form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ form module

.. automodule:: form
:members:
:undoc-members:
:show-inheritance:

.. autoclass:: form.FormLink
:members:
:undoc-members:

0 comments on commit ed34340

Please sign in to comment.