Skip to content

Commit

Permalink
Refining docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Oct 9, 2014
1 parent f38af9b commit c9b3361
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -3,7 +3,7 @@ Python versioning with requirements.txt syntax

iscompatible gives you the power of the pip requirements.txt
syntax for everyday python packages, modules, classes or arbitrary
functions.
functions. Supports Python 2.6+ and Python 3.1+, licensed under MIT.

See `the GitHub repository`_ for more information.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -46,7 +46,7 @@
pass

html_static_path = ['_static']
htmlhelp_basename = 'Pyblishdoc'
htmlhelp_basename = 'iscompatibledoc'


# -- Options for LaTeX output ---------------------------------------------
Expand Down
5 changes: 0 additions & 5 deletions docs/index.rst
@@ -1,7 +1,2 @@
.. iscompatible documentation master file, created by
sphinx-quickstart on Thu Oct 09 09:29:26 2014.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
.. automodule:: iscompatible
:members:

0 comments on commit c9b3361

Please sign in to comment.