Skip to content

Commit

Permalink
Fixing the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 24, 2016
1 parent 14f298b commit 5b10b19
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 2 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
@@ -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/
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinxcontrib.youtube',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
''''''''''''''''''
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5b10b19

Please sign in to comment.