[panoramix] -> [dashed]

This commit is contained in:
Maxime Beauchemin
2016-03-17 23:44:58 -07:00
parent 8f4f5b126a
commit be6b2fe556
143 changed files with 17521 additions and 101 deletions

View File

@@ -87,9 +87,9 @@ qthelp:
@echo
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/panoramix.qhcp"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/dashed.qhcp"
@echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/panoramix.qhc"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/dashed.qhc"
applehelp:
$(SPHINXBUILD) -b applehelp $(ALLSPHINXOPTS) $(BUILDDIR)/applehelp
@@ -104,8 +104,8 @@ devhelp:
@echo
@echo "Build finished."
@echo "To view the help file:"
@echo "# mkdir -p $$HOME/.local/share/devhelp/panoramix"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/panoramix"
@echo "# mkdir -p $$HOME/.local/share/devhelp/dashed"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/dashed"
@echo "# devhelp"
epub:

View File

@@ -21,7 +21,7 @@
<img src="_static/img/dash.png">
<div class="carousel-caption">
<div>
<h1>Panoramix</h1>
<h1>Dashed</h1>
<p>
an open source data visualization platform
</p>
@@ -80,7 +80,7 @@
<hr/>
<div class="container">
<div class="jumbotron">
<h1>Panoramix</h1>
<h1>Dashed</h1>
<p>
is an open source data visualization platform that provides easy
exploration of your data and allows you to create and share

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
rm -r _build
make html
cp -r _build/html/ ../../panoramix-docs/
cp -r _build/html/ ../../dashed-docs/

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# panoramix documentation build configuration file, created by
# dashed documentation build configuration file, created by
# sphinx-quickstart on Thu Dec 17 15:42:06 2015.
#
# This file is execfile()d with the current directory set to its
@@ -50,7 +50,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'panoramix'
project = u'dashed'
copyright = u'2015, Maxime Beauchemin, Airbnb'
author = u'Maxime Beauchemin'
@@ -120,7 +120,7 @@ html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
# documentation.
html_theme_options = {
#'bootswatch_theme': 'simplex',
'navbar_title': 'Panoramix Documentation',
'navbar_title': 'Dashed Documentation',
'navbar_fixed_top': "false",
#'navbar_class': "navbar navbar-default",
}
@@ -210,7 +210,7 @@ html_show_sourcelink = False
#html_search_scorer = 'scorer.js'
# Output file base name for HTML help builder.
htmlhelp_basename = 'panoramixdoc'
htmlhelp_basename = 'dasheddoc'
# -- Options for LaTeX output ---------------------------------------------
@@ -232,7 +232,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'panoramix.tex', u'Panoramix Documentation',
(master_doc, 'dashed.tex', u'Dashed Documentation',
u'Maxime Beauchemin', 'manual'),
]
@@ -262,7 +262,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'Panoramix', u'panoramix Documentation',
(master_doc, 'Dashed', u'dashed Documentation',
[author], 1)
]
@@ -276,8 +276,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'Panoramix', u'Panoramix Documentation',
author, 'Panoramix', 'One line description of project.',
(master_doc, 'Dashed', u'Dashed Documentation',
author, 'Dashed', 'One line description of project.',
'Miscellaneous'),
]

View File

@@ -1,5 +1,3 @@
.. image:: img/tux_panoramix.png
Overview
=======================================

View File

@@ -2,11 +2,11 @@ User Guide
==========
The user guide is a collection of short videos showing different aspect
of Panoramix.
of Dashed.
Quick Intro
'''''''''''
This video demonstrates how Panoramix works at a high level, it shows how
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!
@@ -41,7 +41,7 @@ to toggle them on dashboards.
Adding a Table
''''''''''''''
This videos shows you how to expose a new table in Panoramix, and how to
This videos shows you how to expose a new table in Dashed, and how to
define the semantics on how this can be accessed by others in the ``Explore``
and ``Dashboard`` views.