Fixing the docs

This commit is contained in:
Maxime Beauchemin 2016-03-23 21:41:37 -07:00
parent 14f298b385
commit 5b10b19ed7
9 changed files with 4 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 459 KiB

After

Width:  |  Height:  |  Size: 459 KiB

View File

Before

Width:  |  Height:  |  Size: 702 KiB

After

Width:  |  Height:  |  Size: 702 KiB

View File

Before

Width:  |  Height:  |  Size: 328 KiB

After

Width:  |  Height:  |  Size: 328 KiB

View File

Before

Width:  |  Height:  |  Size: 552 KiB

After

Width:  |  Height:  |  Size: 552 KiB

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
rm -r _build
rm -rf _build
make html
cp -r ../dashed/assets/images/ _build/html/_static/img/

View File

@ -33,6 +33,7 @@ import sphinx_bootstrap_theme
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinxcontrib.youtube',
]
# Add any paths that contain templates here, relative to this directory.

View File

@ -9,7 +9,7 @@ Quick Intro
This video demonstrates how Dashed works at a high level, it shows how
to navigate through datasets and dashboards that are already available.
- Coming soon!
.. youtube:: https://www.youtube.com/watch?v=3Txm_nj_R7M
Dashboard Creation
''''''''''''''''''

View File

@ -22,6 +22,7 @@ requests>=2.7.0, <3.0.0
sqlparse>=0.1.16, <0.2.0
pyhive
Sphinx-PyPI-upload
sphinxcontrib.youtube
mysqlclient>=1.3.6, <2.0.0
six
sqlalchemy==1.0.8