mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
[panoramix] -> [dashed]
This commit is contained in:
@@ -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:
|
||||
|
||||
4
docs/_templates/layout.html
vendored
4
docs/_templates/layout.html
vendored
@@ -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
|
||||
|
||||
@@ -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/
|
||||
|
||||
16
docs/conf.py
16
docs/conf.py
@@ -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'),
|
||||
]
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
.. image:: img/tux_panoramix.png
|
||||
|
||||
Overview
|
||||
=======================================
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user