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

@@ -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
''''''''''''''''''