Skip to content

Commit

Permalink
Merge with skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 20, 2016
2 parents f44460b + a50fb1c commit 05c31ae
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ deploy:
python: 3.5
user: jaraco
distributions: dists
skip_upload_docs: true
password:
secure: R5wfKa9o9Ah+j0++cY8D/aQI4zhLKWVT0Kctb1b4HQsPzZIJh3xJGsf4MJsmwUHDT18avf2e/f9Z2VAuq7RfsfT8C0LQ90tDUUNtW6vlCmGYldEpeN/O1PSCm1DI3mmFtpkIO2hN9MObYGhI9n7Q1ld7ReXdPUNMC2J3cRr7rmSMTGhxAABgcc0RO1eT6tHq4ZztCYO8UfLWUz09waiBXNWgnHzr/DGUTqnKD/EYL2tUiITJCRPJ8yKgaYyzGuPX65kXJSARMCuixdMJjo5oR5dk9oAwAw+hKmFV8maM3ae65d89NmwHF9svCB7noGgKAZbZmLe3RlC0xEx4tuhr5CP5FzXXrPutCPaUxjqj4Ld12Gl2XiBh0aJsqaPt5TPM0Khy5rQH7ZVZh/vTJ6TYTtfazRD2O/NrS59k6ooQH5Tg5eZ+KsrzPhiA1ANudvm3uENfWWjHv8gURnNso4mkOQYPku1I9M5GXjBE5Vwtahlw3ySUZvkMznBYVqLVB2wDt1LTHUvQ/JKmkdEl1o74x/ICwAhJ/aCJva4Txkf3P3P1u9uIktrJuQALA9u7jVS15W2jumXe6eXubJhrRyfcLjdYbmZSWpF5CpbVoOnxyWkFNSS8fSIngsDIAhgky+NpZthYXx0hMVi20ZZH1qxHgFLDnd7VusHZxNe0Rr3xrDA=
24 changes: 15 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,30 @@ Internet Relay Chat (IRC) protocol client library
.. image:: https://img.shields.io/travis/jaraco/irc/master.svg
:target: http://travis-ci.org/jaraco/irc


License
=======

License is indicated in the project metadata (typically one or more
of the Trove classifiers). For more details, see `this explanation
<https://github.com/jaraco/skeleton/issues/1>`_.

The home of irclib is:

* https://github.com/jaraco/irc

Documentation is available at:
Docs
====

* https://pythonhosted.org/irc
There's `no good mechanism for publishing documentation
<https://github.com/pypa/python-packaging-user-guide/pull/266>`_
easily. If there's a documentation link above, it's probably
stale because PyPI-based documentation is deprecated. This
project may have documentation published at ReadTheDocs, but
probably not. Good luck finding it.

Change history is available at:
The home of irclib is:

* https://pythonhosted.org/irc/history.html
* https://github.com/jaraco/irc

You can `download project releases from PyPI
<https://pypi.io/project/irc>`_. The license is also indicated
<https://pypi.org/project/irc>`_. The license is also indicated
there.

Tests are `continually run <https://travis-ci.org/#!/jaraco/irc>`_ using
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
master_doc = 'index'

link_files = {
'CHANGES.rst': dict(
'../CHANGES.rst': dict(
using=dict(
GH='https://github.com',
project=project,
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rst.linker

0 comments on commit 05c31ae

Please sign in to comment.