[dashed->caravel] Replace in files

This commit is contained in:
Maxime Beauchemin
2016-03-28 21:55:58 -07:00
parent d48796f00e
commit 619d35878f
59 changed files with 224 additions and 223 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/dashed.qhcp"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/caravel.qhcp"
@echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/dashed.qhc"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/caravel.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/dashed"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/dashed"
@echo "# mkdir -p $$HOME/.local/share/devhelp/caravel"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/caravel"
@echo "# devhelp"
epub:

View File

@@ -21,7 +21,7 @@
<img src="_static/img/dash.png">
<div class="carousel-caption">
<div>
<h1>Dashed</h1>
<h1>Caravel</h1>
<p>
an open source data visualization platform
</p>
@@ -80,7 +80,7 @@
<hr/>
<div class="container">
<div class="jumbotron">
<h1>Dashed</h1>
<h1>Caravel</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,6 +1,6 @@
#!/usr/bin/env bash
rm -rf _build
make html
cp -r ../dashed/assets/images/ _build/html/_static/img/
rm -rf /tmp/dashed-docs
cp -r _build/html /tmp/dashed-docs
cp -r ../caravel/assets/images/ _build/html/_static/img/
rm -rf /tmp/caravel-docs
cp -r _build/html /tmp/caravel-docs

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# dashed documentation build configuration file, created by
# caravel 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
@@ -51,7 +51,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'dashed'
project = u'caravel'
copyright = u'2015, Maxime Beauchemin, Airbnb'
author = u'Maxime Beauchemin'
@@ -121,7 +121,7 @@ html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
# documentation.
html_theme_options = {
# 'bootswatch_theme': 'cosmo',
'navbar_title': 'Dashed Documentation',
'navbar_title': 'Caravel Documentation',
'navbar_fixed_top': "false",
'navbar_sidebarrel': False,
'navbar_site_name': "Topics",
@@ -213,7 +213,7 @@ html_show_sourcelink = False
#html_search_scorer = 'scorer.js'
# Output file base name for HTML help builder.
htmlhelp_basename = 'dasheddoc'
htmlhelp_basename = 'caraveldoc'
# -- Options for LaTeX output ---------------------------------------------
@@ -235,7 +235,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'dashed.tex', u'Dashed Documentation',
(master_doc, 'caravel.tex', u'Caravel Documentation',
u'Maxime Beauchemin', 'manual'),
]
@@ -265,7 +265,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'Dashed', u'dashed Documentation',
(master_doc, 'Caravel', u'caravel Documentation',
[author], 1)
]
@@ -279,8 +279,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'Dashed', u'Dashed Documentation',
author, 'Dashed', 'One line description of project.',
(master_doc, 'Caravel', u'Caravel Documentation',
author, 'Caravel', 'One line description of project.',
'Miscellaneous'),
]

View File

@@ -1,5 +1,5 @@
.. warning:: This project used to be name Panoramix and has been renamed
to Dashed in March 2016
to Caravel in March 2016
Overview
=======================================

View File

@@ -2,11 +2,11 @@ User Guide
==========
The user guide is a collection of short videos showing different aspect
of Dashed.
of Caravel.
Quick Intro
'''''''''''
This video demonstrates how Dashed works at a high level, it shows how
This video demonstrates how Caravel works at a high level, it shows how
to navigate through datasets and dashboards that are already available.
.. youtube:: https://www.youtube.com/watch?v=3Txm_nj_R7M
@@ -41,7 +41,7 @@ to toggle them on dashboards.
Adding a Table
''''''''''''''
This videos shows you how to expose a new table in Dashed, and how to
This videos shows you how to expose a new table in Caravel, and how to
define the semantics on how this can be accessed by others in the ``Explore``
and ``Dashboard`` views.