Skip to content

Commit

Permalink
Autodocs
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 21, 2016
1 parent 52e6e97 commit 2885227
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
#html_split_index = False

# If true, links to the reST sources are added to the pages.
#html_show_sourcelink = True
html_show_sourcelink = False

# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
#html_show_sphinx = True
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ python-dateutil>=2.4.2, <3.0.0
requests>=2.7.0, <3.0.0
sqlparse>=0.1.16, <0.2.0
pyhive
Sphinx-PyPI-upload
mysqlclient>=1.3.6, <2.0.0
six
sqlalchemy==1.0.8
18 changes: 18 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[metadata]
name = Panoramix
summary = a data exploration platform
description-file = README.md
author = Maxime Beauchemin
author-email = [email protected]
license = Apache License, Version 2.0

[files]
packages = panoramix

[build_sphinx]
source-dir = docs/
build-dir = docs/_build
all_files = 1

[upload_sphinx]
upload-dir = docs/_build/html

0 comments on commit 2885227

Please sign in to comment.