diff --git a/_images/bar.png b/_images/bar.png new file mode 100644 index 00000000000..b41014788a2 Binary files /dev/null and b/_images/bar.png differ diff --git a/_images/big_number.png b/_images/big_number.png new file mode 100644 index 00000000000..2420f25e9fb Binary files /dev/null and b/_images/big_number.png differ diff --git a/_images/bubble.png b/_images/bubble.png new file mode 100644 index 00000000000..08de51f4ff6 Binary files /dev/null and b/_images/bubble.png differ diff --git a/_images/filter.png b/_images/filter.png new file mode 100644 index 00000000000..209259c699a Binary files /dev/null and b/_images/filter.png differ diff --git a/_images/force_directed.png b/_images/force_directed.png new file mode 100644 index 00000000000..1cc7ce95799 Binary files /dev/null and b/_images/force_directed.png differ diff --git a/_images/line.png b/_images/line.png new file mode 100644 index 00000000000..67f8fe887f0 Binary files /dev/null and b/_images/line.png differ diff --git a/_images/percent_change.png b/_images/percent_change.png new file mode 100644 index 00000000000..00b0a7c515f Binary files /dev/null and b/_images/percent_change.png differ diff --git a/_images/pie.png b/_images/pie.png new file mode 100644 index 00000000000..ab76749f74c Binary files /dev/null and b/_images/pie.png differ diff --git a/_images/pivot_table.png b/_images/pivot_table.png new file mode 100644 index 00000000000..37f86af079c Binary files /dev/null and b/_images/pivot_table.png differ diff --git a/_images/sankey.png b/_images/sankey.png new file mode 100644 index 00000000000..981cdba8708 Binary files /dev/null and b/_images/sankey.png differ diff --git a/_images/stacked.png b/_images/stacked.png new file mode 100644 index 00000000000..86f1080cda5 Binary files /dev/null and b/_images/stacked.png differ diff --git a/_images/sunburst.png b/_images/sunburst.png new file mode 100644 index 00000000000..f155363aad4 Binary files /dev/null and b/_images/sunburst.png differ diff --git a/_images/table.png b/_images/table.png new file mode 100644 index 00000000000..a3dd1bee98d Binary files /dev/null and b/_images/table.png differ diff --git a/_images/word_cloud.png b/_images/word_cloud.png new file mode 100644 index 00000000000..03936e1253d Binary files /dev/null and b/_images/word_cloud.png differ diff --git a/_sources/gallery.txt b/_sources/gallery.txt new file mode 100644 index 00000000000..16d9af24e49 --- /dev/null +++ b/_sources/gallery.txt @@ -0,0 +1,45 @@ +Gallery +======= + +.. image:: _static/img/viz_thumbnails/line.png + :scale: 25 % + +.. image:: _static/img/viz_thumbnails/bubble.png + :scale: 25 % + +.. image:: _static/img/viz_thumbnails/table.png + :scale: 25 % + +.. image:: _static/img/viz_thumbnails/pie.png + :scale: 25 % + +.. image:: _static/img/viz_thumbnails/bar.png + :scale: 25 % + +.. image:: _static/img/viz_thumbnails/sankey.png + :scale: 25 % + +.. image:: _static/img/viz_thumbnails/word_cloud.png + :scale: 25 % + +.. image:: _static/img/viz_thumbnails/filter.png + :scale: 25 % + +.. image:: _static/img/viz_thumbnails/pivot_table.png + :scale: 25 % + +.. image:: _static/img/viz_thumbnails/force_directed.png + :scale: 25 % + +.. image:: _static/img/viz_thumbnails/percent_change.png + :scale: 25 % + +.. image:: _static/img/viz_thumbnails/sunburst.png + :scale: 25 % + +.. image:: _static/img/viz_thumbnails/stacked.png + :scale: 25 % + +.. image:: _static/img/viz_thumbnails/big_number.png + :scale: 25 % + diff --git a/_sources/index.txt b/_sources/index.txt index 27c169c5d6b..07c19448eb0 100644 --- a/_sources/index.txt +++ b/_sources/index.txt @@ -33,6 +33,7 @@ Contents installation tutorial videos + gallery Indices and tables diff --git a/_sources/installation.txt b/_sources/installation.txt index 7c59aee8ebd..40a7035335e 100644 --- a/_sources/installation.txt +++ b/_sources/installation.txt @@ -139,9 +139,9 @@ Druid ----- * From the UI, enter the information about your clusters in the - ``Admin->Clusters`` menu by hitting the + sign. + ``Admin->Clusters`` menu by hitting the + sign. * Once the Druid cluster connection information is entered, hit the - ``Admin->Refresh Metadata`` menu item to populate + ``Admin->Refresh Metadata`` menu item to populate * Navigate to your datasources diff --git a/_sources/tutorial.txt b/_sources/tutorial.txt index 44d7d1c76c3..46c6153c34d 100644 --- a/_sources/tutorial.txt +++ b/_sources/tutorial.txt @@ -15,8 +15,8 @@ Now click on the ``+`` button to add a new entry :scale: 30 % Fill in an arbitrary reference name for the database, and you SqlAlchemy -URI. To figure out how to construct your URI, check out the `SqlAlchemy -documentation `_. +URI. To figure out how to construct your URI, check out the +`SqlAlchemy documentation `_. Then you can test your connection. If it works, you'll see a positive popup and list of the tables that SqlAlchemy has found for that URI. diff --git a/_static/docs.css b/_static/docs.css index ffbb0397061..f5922576ee9 100644 --- a/_static/docs.css +++ b/_static/docs.css @@ -17,6 +17,12 @@ p { margin-bottom: 10px; } +#gallery img { + border: 1px solid gray; + box-shadow: 5px 5px 5px #888888; + margin: 10px; +} + .carousel img { max-height: 500px; } diff --git a/_static/img/caravel_logo.png b/_static/img/caravel_logo.png new file mode 100644 index 00000000000..672d9fe7fab Binary files /dev/null and b/_static/img/caravel_logo.png differ diff --git a/_static/img/favicon.png b/_static/img/favicon.png index 77fd477def7..264be6930de 100644 Binary files a/_static/img/favicon.png and b/_static/img/favicon.png differ diff --git a/_static/img/viz_thumbnails/bar.png b/_static/img/viz_thumbnails/bar.png new file mode 100644 index 00000000000..b41014788a2 Binary files /dev/null and b/_static/img/viz_thumbnails/bar.png differ diff --git a/_static/img/viz_thumbnails/big_number.png b/_static/img/viz_thumbnails/big_number.png new file mode 100644 index 00000000000..2420f25e9fb Binary files /dev/null and b/_static/img/viz_thumbnails/big_number.png differ diff --git a/_static/img/viz_thumbnails/bubble.png b/_static/img/viz_thumbnails/bubble.png new file mode 100644 index 00000000000..08de51f4ff6 Binary files /dev/null and b/_static/img/viz_thumbnails/bubble.png differ diff --git a/_static/img/viz_thumbnails/filter.png b/_static/img/viz_thumbnails/filter.png new file mode 100644 index 00000000000..209259c699a Binary files /dev/null and b/_static/img/viz_thumbnails/filter.png differ diff --git a/_static/img/viz_thumbnails/force_directed.png b/_static/img/viz_thumbnails/force_directed.png new file mode 100644 index 00000000000..1cc7ce95799 Binary files /dev/null and b/_static/img/viz_thumbnails/force_directed.png differ diff --git a/_static/img/viz_thumbnails/line.png b/_static/img/viz_thumbnails/line.png new file mode 100644 index 00000000000..67f8fe887f0 Binary files /dev/null and b/_static/img/viz_thumbnails/line.png differ diff --git a/_static/img/viz_thumbnails/percent_change.png b/_static/img/viz_thumbnails/percent_change.png new file mode 100644 index 00000000000..00b0a7c515f Binary files /dev/null and b/_static/img/viz_thumbnails/percent_change.png differ diff --git a/_static/img/viz_thumbnails/pie.png b/_static/img/viz_thumbnails/pie.png new file mode 100644 index 00000000000..ab76749f74c Binary files /dev/null and b/_static/img/viz_thumbnails/pie.png differ diff --git a/_static/img/viz_thumbnails/pivot_table.png b/_static/img/viz_thumbnails/pivot_table.png new file mode 100644 index 00000000000..37f86af079c Binary files /dev/null and b/_static/img/viz_thumbnails/pivot_table.png differ diff --git a/_static/img/viz_thumbnails/sankey.png b/_static/img/viz_thumbnails/sankey.png new file mode 100644 index 00000000000..981cdba8708 Binary files /dev/null and b/_static/img/viz_thumbnails/sankey.png differ diff --git a/_static/img/viz_thumbnails/stacked.png b/_static/img/viz_thumbnails/stacked.png new file mode 100644 index 00000000000..86f1080cda5 Binary files /dev/null and b/_static/img/viz_thumbnails/stacked.png differ diff --git a/_static/img/viz_thumbnails/sunburst.png b/_static/img/viz_thumbnails/sunburst.png new file mode 100644 index 00000000000..f155363aad4 Binary files /dev/null and b/_static/img/viz_thumbnails/sunburst.png differ diff --git a/_static/img/viz_thumbnails/table.png b/_static/img/viz_thumbnails/table.png new file mode 100644 index 00000000000..a3dd1bee98d Binary files /dev/null and b/_static/img/viz_thumbnails/table.png differ diff --git a/_static/img/viz_thumbnails/word_cloud.png b/_static/img/viz_thumbnails/word_cloud.png new file mode 100644 index 00000000000..03936e1253d Binary files /dev/null and b/_static/img/viz_thumbnails/word_cloud.png differ diff --git a/gallery.html b/gallery.html new file mode 100644 index 00000000000..6cf00490bbe --- /dev/null +++ b/gallery.html @@ -0,0 +1,150 @@ + + + + + + + + Gallery — caravel documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + \ No newline at end of file diff --git a/genindex.html b/genindex.html index 2a733fbd64a..26f7cb7d8bd 100644 --- a/genindex.html +++ b/genindex.html @@ -70,6 +70,7 @@
  • Installation & Configuration
  • Tutorial
  • Videos
  • +
  • Gallery
  • diff --git a/index.html b/index.html index 7bf6c2b61c0..b7a288677b4 100644 --- a/index.html +++ b/index.html @@ -70,6 +70,7 @@
  • Installation & Configuration
  • Tutorial
  • Videos
  • +
  • Gallery
  • @@ -254,6 +255,7 @@ to the user
  • Define SQL Expressions
  • +
  • Gallery
  • @@ -281,4 +283,4 @@ to the user - + \ No newline at end of file diff --git a/installation.html b/installation.html index c567db444d6..d5e0ea96366 100644 --- a/installation.html +++ b/installation.html @@ -71,6 +71,7 @@
  • Installation & Configuration
  • Tutorial
  • Videos
  • +
  • Gallery
  • @@ -246,21 +247,12 @@ into your global default defined in

    Druid

    -
      -
    • -
      From the UI, enter the information about your clusters in the
      -

      Admin->Clusters menu by hitting the + sign.

      -
      -
      -
    • -
    • -
      Once the Druid cluster connection information is entered, hit the
      -

      Admin->Refresh Metadata menu item to populate

      -
      -
      -
    • -
    • Navigate to your datasources

      -
    • +
        +
      • From the UI, enter the information about your clusters in the +Admin->Clusters menu by hitting the + sign.
      • +
      • Once the Druid cluster connection information is entered, hit the +Admin->Refresh Metadata menu item to populate
      • +
      • Navigate to your datasources
      diff --git a/search.html b/search.html index 99e99bab8c9..0bd2bb5d4af 100644 --- a/search.html +++ b/search.html @@ -77,6 +77,7 @@
    • Installation & Configuration
    • Tutorial
    • Videos
    • +
    • Gallery
    diff --git a/searchindex.js b/searchindex.js index 5079841857b..a03b90bdeb6 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({envversion:46,filenames:["index","installation","tutorial","videos"],objects:{},objnames:{},objtypes:{},terms:{"1thisismyscretkei":1,"64bit":1,"default":1,"function":0,"new":[2,3],"short":3,"true":1,"while":1,abl:1,about:[1,2],access:[0,2,3],account:1,action:1,add:2,admin:1,affect:3,after:1,aggreg:[0,2],ago:2,all:1,allow:[0,1],alreadi:3,also:[1,2],alter:[2,3],ani:2,annot:0,app:1,appbuild:0,appli:3,applic:1,apt:1,arbitrari:2,around:2,aspect:3,attempt:1,authent:0,avail:[0,3],awar:1,back:[1,2],backend:1,bar:2,basic:2,bat:1,been:[0,2],best:0,brew:1,bring:1,browser:1,build:1,builder:1,button:2,cach:0,cache_config:1,can:[0,1,2,3],caravel:0,caravel_config:1,caravel_webserver_port:1,certain:3,cflag:1,chart:3,check:2,checkbox:2,click:2,cluster:1,collect:[2,3],column:2,come:[1,3],command:1,compli:1,config:1,configur:0,connect:[1,2],constant:1,construct:2,consult:1,control:0,copi:1,could:2,creat:[0,1,2,3],creation:0,credenti:1,cryptographi:1,csrf:1,csrf_enabl:1,css:[0,2],current:1,custom:0,cut:2,dashboard:[0,1,2],data:[0,1,2,3],databas:[0,1,2],dataset:[0,3],datasourc:1,date:2,debian:1,debug:1,deep:0,defin:[0,1],demonstr:3,depend:0,deriv:[1,3],dev:1,devel:1,develop:1,differ:[2,3],dimens:[2,3],directli:1,displai:0,document:[1,2],done:[1,2],down:0,drop:0,dropdown:2,druid:0,dynam:3,easi:1,easili:2,edit:2,editor:2,either:2,encount:1,encrypt:1,ensur:1,enter:[1,2],enterpris:0,entri:2,env:1,error:1,essenti:1,exist:3,explor:[1,2,3],expos:3,express:[0,2],extens:0,fabmanag:1,fall:1,fedora:1,fetch:2,few:[1,2],field:[0,2],figur:2,file:1,filesystem:1,fill:2,filter:[0,2],find:2,first:2,flag:1,flask:[0,1],follow:1,form:2,found:2,framework:1,from:[0,1,2,3],gcc:1,get:0,global:1,goe:1,granular:0,guess:2,hard:2,here:[1,2,3],high:[0,3],hit:[1,2],hostnam:1,how:[0,1,2,3],http:1,icon:2,immun:3,includ:1,index:0,individu:0,inform:[1,2],init:1,initi:0,instal:0,integr:0,interest:2,intric:0,intro:0,isn:1,item:1,just:2,kei:1,languag:[2,3],layer:0,ldap:0,ldflag:1,let:2,level:[1,3],lib:1,libffi:1,librari:[0,1],libssl:1,linear:2,list:2,load:1,load_exampl:1,local:1,localhost:1,login:1,made:0,mai:[1,2],major:0,make:[1,2],manag:1,march:0,markdown:3,memcach:1,memori:1,menu:[1,2],metadata:[1,2],metric:[0,2,3],modal:2,mode:1,model:0,modul:[0,1],moment:2,more:1,most:0,move:2,multipl:1,name:[0,2],natur:2,navig:[1,2,3],need:[1,2],next:[1,2],note:[1,2],now:2,oauth:0,offici:1,onc:[1,2],onli:1,openid:0,openssl:1,option:2,origin:2,osx:1,other:[2,3],out:2,own:3,page:0,panoramix:0,paramet:1,password:1,past:1,path:1,pen:2,permiss:[0,1],pick:2,pip:1,pkg:1,plai:1,pleas:1,plu:2,point:1,popul:1,popup:2,port:1,posit:2,prefix:1,project:0,provid:[0,1],purpos:1,python:1,pythonpath:1,queri:2,quick:0,rdbm:0,readi:0,redi:1,refer:2,refresh:1,rel:2,relev:2,remote_us:0,renam:[0,2],requir:1,resiz:2,rhel:1,rich:0,right:[1,2],roadmap:1,role:1,row_limit:1,rule:0,run:1,runserv:1,same:2,save:2,search:0,searchabl:2,searchpath:1,secret:1,secret_kei:1,secur:0,see:2,select:2,semant:[0,3],server:1,set:[0,1],share:0,should:[0,1,2],show:[0,1,2,3],shown:2,sign:[1,2],similar:2,simpl:[0,1,3],simplecach:1,simpli:2,size:2,slice:[0,1,2],some:[0,1,2],soon:3,sourc:[0,1,2],specif:1,specifix:1,sql:[0,2],sqlalchemi:[0,1,2],sqlalchemy_database_uri:1,sqlite:1,start:0,step:[1,2],store:1,string:1,style:2,sudo:1,support:1,sure:[1,2],tab:2,take:2,tell:2,templat:3,test:[1,2],textbox:2,thei:1,them:[1,2,3],theme:0,thi:[0,1,2,3],thing:2,through:[0,2,3],time:2,timeout:1,tini:2,tmp:1,toggl:3,top:2,tri:2,tutori:0,type:2,ubuntu:1,ultim:1,unfortun:1,until:2,upgrad:1,uri:2,user:[0,1],vcvarsal:1,video:0,view:[2,3],visual:0,walk:3,walkthrough:3,want:[1,2],web:1,webserver_thread:1,week:2,well:2,when:2,where:[1,2],whether:1,which:[0,2],who:0,widget:3,window:[1,2],won:1,work:[2,3],wtf:1,x86_amd64:1,year:2,yet:2,you:[1,2,3],your:[1,2,3],yum:1},titles:["Overview","Installation & Configuration","Tutorial","Videos"],titleterms:{annot:3,cach:1,caravel:1,configur:1,content:0,creation:3,css:3,custom:3,dashboard:3,defin:3,depend:1,druid:1,express:3,featur:0,filter:3,get:1,indic:0,initi:1,instal:1,intro:3,overview:0,quick:3,slice:3,sql:3,start:1,tabl:[0,3],theme:3,tutori:2,video:3}}) \ No newline at end of file +Search.setIndex({envversion:46,filenames:["gallery","index","installation","tutorial","videos"],objects:{},objnames:{},objtypes:{},terms:{"1thisismyscretkei":2,"64bit":2,"default":2,"function":1,"new":[3,4],"short":4,"true":2,"while":2,abl:2,about:[2,3],access:[1,3,4],account:2,action:2,add:3,admin:2,affect:4,after:2,aggreg:[1,3],ago:3,all:2,allow:[1,2],alreadi:4,also:[2,3],alter:[3,4],ani:3,annot:1,app:2,appbuild:1,appli:4,applic:2,apt:2,arbitrari:3,around:3,aspect:4,attempt:2,authent:1,avail:[1,4],awar:2,back:[2,3],backend:2,bar:3,basic:3,bat:2,been:[1,3],best:1,brew:2,bring:2,browser:2,build:2,builder:2,button:3,cach:1,cache_config:2,can:[1,2,3,4],caravel:1,caravel_config:2,caravel_webserver_port:2,certain:4,cflag:2,chart:4,check:3,checkbox:3,click:3,cluster:2,collect:[3,4],column:3,come:[2,4],command:2,compli:2,config:2,configur:1,connect:[2,3],constant:2,construct:3,consult:2,control:1,copi:2,could:3,creat:[1,2,3,4],creation:1,credenti:2,cryptographi:2,csrf:2,csrf_enabl:2,css:[1,3],current:2,custom:1,cut:3,dashboard:[1,2,3],data:[1,2,3,4],databas:[1,2,3],dataset:[1,4],datasourc:2,date:3,debian:2,debug:2,deep:1,defin:[1,2],demonstr:4,depend:1,deriv:[2,4],dev:2,devel:2,develop:2,differ:[3,4],dimens:[3,4],directli:2,displai:1,document:[2,3],done:[2,3],down:1,drop:1,dropdown:3,druid:1,dynam:4,easi:2,easili:3,edit:3,editor:3,either:3,encount:2,encrypt:2,ensur:2,enter:[2,3],enterpris:1,entri:3,env:2,error:2,essenti:2,exist:4,explor:[2,3,4],expos:4,express:[1,3],extens:1,fabmanag:2,fall:2,fedora:2,fetch:3,few:[2,3],field:[1,3],figur:3,file:2,filesystem:2,fill:3,filter:[1,3],find:3,first:3,flag:2,flask:[1,2],follow:2,form:3,found:3,framework:2,from:[1,2,3,4],gcc:2,get:1,global:2,goe:2,granular:1,guess:3,hard:3,here:[2,3,4],high:[1,4],hit:[2,3],hostnam:2,how:[1,2,3,4],http:2,icon:3,immun:4,includ:2,index:1,individu:1,inform:[2,3],init:2,initi:1,instal:1,integr:1,interest:3,intric:1,intro:1,isn:2,item:2,just:3,kei:2,languag:[3,4],layer:1,ldap:1,ldflag:2,let:3,level:[2,4],lib:2,libffi:2,librari:[1,2],libssl:2,linear:3,list:3,load:2,load_exampl:2,local:2,localhost:2,login:2,made:1,mai:[2,3],major:1,make:[2,3],manag:2,march:1,markdown:4,memcach:2,memori:2,menu:[2,3],metadata:[2,3],metric:[1,3,4],modal:3,mode:2,model:1,modul:[1,2],moment:3,more:2,most:1,move:3,multipl:2,name:[1,3],natur:3,navig:[2,3,4],need:[2,3],next:[2,3],note:[2,3],now:3,oauth:1,offici:2,onc:[2,3],onli:2,openid:1,openssl:2,option:3,origin:3,osx:2,other:[3,4],out:3,own:4,page:1,panoramix:1,paramet:2,password:2,past:2,path:2,pen:3,permiss:[1,2],pick:3,pip:2,pkg:2,plai:2,pleas:2,plu:3,point:2,popul:2,popup:3,port:2,posit:3,prefix:2,project:1,provid:[1,2],purpos:2,python:2,pythonpath:2,queri:3,quick:1,rdbm:1,readi:1,redi:2,refer:3,refresh:2,rel:3,relev:3,remote_us:1,renam:[1,3],requir:2,resiz:3,rhel:2,rich:1,right:[2,3],roadmap:2,role:2,row_limit:2,rule:1,run:2,runserv:2,same:3,save:3,search:1,searchabl:3,searchpath:2,secret:2,secret_kei:2,secur:1,see:3,select:3,semant:[1,4],server:2,set:[1,2],share:1,should:[1,2,3],show:[1,2,3,4],shown:3,sign:[2,3],similar:3,simpl:[1,2,4],simplecach:2,simpli:3,size:3,slice:[1,2,3],some:[1,2,3],soon:4,sourc:[1,2,3],specif:2,specifix:2,sql:[1,3],sqlalchemi:[1,2,3],sqlalchemy_database_uri:2,sqlite:2,start:1,step:[2,3],store:2,string:2,style:3,sudo:2,support:2,sure:[2,3],tab:3,take:3,tell:3,templat:4,test:[2,3],textbox:3,thei:2,them:[2,3,4],theme:1,thi:[1,2,3,4],thing:3,through:[1,3,4],time:3,timeout:2,tini:3,tmp:2,toggl:4,top:3,tri:3,tutori:1,type:3,ubuntu:2,ultim:2,unfortun:2,until:3,upgrad:2,uri:3,user:[1,2],vcvarsal:2,video:1,view:[3,4],visual:1,walk:4,walkthrough:4,want:[2,3],web:2,webserver_thread:2,week:3,well:3,when:3,where:[2,3],whether:2,which:[1,3],who:1,widget:4,window:[2,3],won:2,work:[3,4],wtf:2,x86_amd64:2,year:3,yet:3,you:[2,3,4],your:[2,3,4],yum:2},titles:["Gallery","Overview","Installation & Configuration","Tutorial","Videos"],titleterms:{annot:4,cach:2,caravel:2,configur:2,content:1,creation:4,css:4,custom:4,dashboard:4,defin:4,depend:2,druid:2,express:4,featur:1,filter:4,galleri:0,get:2,indic:1,initi:2,instal:2,intro:4,overview:1,quick:4,slice:4,sql:4,start:2,tabl:[1,4],theme:4,tutori:3,video:4}}) \ No newline at end of file diff --git a/tutorial.html b/tutorial.html index ddd78e6ae59..f58224eadd2 100644 --- a/tutorial.html +++ b/tutorial.html @@ -71,6 +71,7 @@
  • Installation & Configuration
  • Tutorial
  • Videos
  • +
  • Gallery
  • @@ -125,8 +126,8 @@ query. First go to the database menu

    Now click on the + button to add a new entry

    _images/db_plus.png

    Fill in an arbitrary reference name for the database, and you SqlAlchemy -URI. To figure out how to construct your URI, check out the SqlAlchemy -documentation. +URI. To figure out how to construct your URI, check out the +SqlAlchemy documentation. Then you can test your connection. If it works, you’ll see a positive popup and list of the tables that SqlAlchemy has found for that URI.

    _images/db_added.png diff --git a/videos.html b/videos.html index 283c745bc7a..689c0902bc1 100644 --- a/videos.html +++ b/videos.html @@ -31,6 +31,7 @@ + @@ -70,6 +71,7 @@
  • Installation & Configuration
  • Tutorial
  • Videos
  • +
  • Gallery