diff --git a/sampledoc/_sources/custom_look.txt b/sampledoc/_sources/custom_look.txt index 45c3de78533..2ac4330c2ca 100644 --- a/sampledoc/_sources/custom_look.txt +++ b/sampledoc/_sources/custom_look.txt @@ -10,8 +10,8 @@ the sites created with the default css, so here we'll invoke T. S. Eliot's maxim "Talent imitates, but genius steals" and grab their css and part of their layout. As before, you can either get the required files :file:`_static/default.css`, :file:`_templates/layout.html` and -:file:`_static/logo.png` from the website or svn (see -:ref:`fetching-the-data`). Since I did a svn checkout before, I will +:file:`_static/logo.png` from the website or git (see +:ref:`fetching-the-data`). Since I did a git clone before, I will just copy the stuff I need from there:: home:~/tmp/sampledoc> cp ../sampledoc_tut/_static/default.css _static/ diff --git a/sampledoc/_sources/extensions.txt b/sampledoc/_sources/extensions.txt index 812fe73e920..6ed5a23ff13 100644 --- a/sampledoc/_sources/extensions.txt +++ b/sampledoc/_sources/extensions.txt @@ -12,7 +12,7 @@ sphinx doc directory, and there are other extensions written by other groups, eg numpy and ipython. We're collecting these in this tutorial and showing you how to install and use them for your own project. First let's grab the python extension files from the :file:`sphinxext` -directory from svn (see :ref:`fetching-the-data`), and install them in +directory from git (see :ref:`fetching-the-data`), and install them in our :file:`sampledoc` project :file:`sphinxext` directory:: home:~/tmp/sampledoc> mkdir sphinxext diff --git a/sampledoc/_sources/getting_started.txt b/sampledoc/_sources/getting_started.txt index 182d38af286..0deb183a86e 100644 --- a/sampledoc/_sources/getting_started.txt +++ b/sampledoc/_sources/getting_started.txt @@ -47,36 +47,29 @@ Fetching the data ----------------- Now we will start to customize out docs. Grab a couple of files from -the `web site -`_ -or svn. You will need :file:`getting_started.rst` and +the `web site `_ +or git. You will need :file:`getting_started.rst` and :file:`_static/basic_screenshot.png`. All of the files live in the "completed" version of this tutorial, but since this is a tutorial, we'll just grab them one at a time, so you can learn what needs to be changed where. Since we have more files to come, I'm going to grab -the whole svn directory and just copy the files I need over for now. +the whole git directory and just copy the files I need over for now. First, I'll cd up back into the directory containing my project, check -out the "finished" product from svn, and then copy in just the files I +out the "finished" product from git, and then copy in just the files I need into my :file:`sampledoc` directory:: home:~/tmp/sampledoc> pwd /Users/jdhunter/tmp/sampledoc home:~/tmp/sampledoc> cd .. - home:~/tmp> svn co https://matplotlib.svn.sourceforge.net/svnroot/\ - matplotlib/trunk/sampledoc_tut - A sampledoc_tut/cheatsheet.rst - A sampledoc_tut/_static - A sampledoc_tut/_static/basic_screenshot.png - A sampledoc_tut/conf.py - A sampledoc_tut/Makefile - A sampledoc_tut/_templates - A sampledoc_tut/_build - A sampledoc_tut/getting_started.rst - A sampledoc_tut/index.rst - Checked out revision 7449. - home:~/tmp> cp sampledoc_tut/getting_started.rst sampledoc/ - home:~/tmp> cp sampledoc_tut/_static/basic_screenshot.png \ - sampledoc/_static/ + home:~/tmp> git clone https://github.com/matplotlib/sampledoc.git tutorial + Cloning into 'tutorial'... + remote: Counting objects: 87, done. + remote: Compressing objects: 100% (43/43), done. + remote: Total 87 (delta 45), reused 83 (delta 41) + Unpacking objects: 100% (87/87), done. + Checking connectivity... done + home:~/tmp> cp tutorial/getting_started.rst sampledoc/ + home:~/tmp> cp tutorial/_static/basic_screenshot.png sampledoc/_static/ The last step is to modify :file:`index.rst` to include the :file:`getting_started.rst` file (be careful with the indentation, the diff --git a/sampledoc/_sources/index.txt b/sampledoc/_sources/index.txt index 4cadd149460..5fbe7bfd99e 100644 --- a/sampledoc/_sources/index.txt +++ b/sampledoc/_sources/index.txt @@ -14,8 +14,8 @@ more. If you follow along the tutorial, you'll start with nothing and end up with this site -- it's the bootstrapping documentation tutorial that writes itself! -The source code for this tutorial lives in mpl svn (see -:ref:`fetching-the-data`) and you can grab a harcopy of the the +The source code for this tutorial lives in mpl git (see +:ref:`fetching-the-data`) and you can grab a hardcopy of the `sampledoc PDF `_ .. toctree:: diff --git a/sampledoc/custom_look.html b/sampledoc/custom_look.html index b5007b0c368..f5785744d44 100644 --- a/sampledoc/custom_look.html +++ b/sampledoc/custom_look.html @@ -94,8 +94,8 @@

Quick search

maxim “Talent imitates, but genius steals” and grab their css and part of their layout. As before, you can either get the required files _static/default.css, _templates/layout.html and -_static/logo.png from the website or svn (see -Fetching the data). Since I did a svn checkout before, I will +_static/logo.png from the website or git (see +Fetching the data). Since I did a git clone before, I will just copy the stuff I need from there:

home:~/tmp/sampledoc> cp ../sampledoc_tut/_static/default.css _static/
 home:~/tmp/sampledoc> cp ../sampledoc_tut/_templates/layout.html _templates/
diff --git a/sampledoc/extensions.html b/sampledoc/extensions.html
index 96d9343d82b..0d1dcb13c0d 100644
--- a/sampledoc/extensions.html
+++ b/sampledoc/extensions.html
@@ -109,7 +109,7 @@ 

Quick search

groups, eg numpy and ipython. We’re collecting these in this tutorial and showing you how to install and use them for your own project. First let’s grab the python extension files from the sphinxext -directory from svn (see Fetching the data), and install them in +directory from git (see Fetching the data), and install them in our sampledoc project sphinxext directory:

home:~/tmp/sampledoc> mkdir sphinxext
 home:~/tmp/sampledoc> cp ../sampledoc_tut/sphinxext/*.py sphinxext/
@@ -303,7 +303,7 @@ 

This file

Fetching the dataΒΆ

Now we will start to customize out docs. Grab a couple of files from -the web site -or svn. You will need getting_started.rst and +the web site +or git. You will need getting_started.rst and _static/basic_screenshot.png. All of the files live in the “completed” version of this tutorial, but since this is a tutorial, we’ll just grab them one at a time, so you can learn what needs to be changed where. Since we have more files to come, I’m going to grab -the whole svn directory and just copy the files I need over for now. +the whole git directory and just copy the files I need over for now. First, I’ll cd up back into the directory containing my project, check -out the “finished” product from svn, and then copy in just the files I +out the “finished” product from git, and then copy in just the files I need into my sampledoc directory:

home:~/tmp/sampledoc> pwd
 /Users/jdhunter/tmp/sampledoc
 home:~/tmp/sampledoc> cd ..
-home:~/tmp> svn co https://matplotlib.svn.sourceforge.net/svnroot/\
-matplotlib/trunk/sampledoc_tut
-A    sampledoc_tut/cheatsheet.rst
-A    sampledoc_tut/_static
-A    sampledoc_tut/_static/basic_screenshot.png
-A    sampledoc_tut/conf.py
-A    sampledoc_tut/Makefile
-A    sampledoc_tut/_templates
-A    sampledoc_tut/_build
-A    sampledoc_tut/getting_started.rst
-A    sampledoc_tut/index.rst
-Checked out revision 7449.
-home:~/tmp> cp sampledoc_tut/getting_started.rst sampledoc/
-home:~/tmp> cp sampledoc_tut/_static/basic_screenshot.png \
-sampledoc/_static/
+home:~/tmp> git clone https://github.com/matplotlib/sampledoc.git tutorial +Cloning into 'tutorial'... +remote: Counting objects: 87, done. +remote: Compressing objects: 100% (43/43), done. +remote: Total 87 (delta 45), reused 83 (delta 41) +Unpacking objects: 100% (87/87), done. +Checking connectivity... done +home:~/tmp> cp tutorial/getting_started.rst sampledoc/ +home:~/tmp> cp tutorial/_static/basic_screenshot.png sampledoc/_static/

The last step is to modify index.rst to include the getting_started.rst file (be careful with the indentation, the diff --git a/sampledoc/index.html b/sampledoc/index.html index 43ef9ebf05d..773424fb638 100644 --- a/sampledoc/index.html +++ b/sampledoc/index.html @@ -97,8 +97,8 @@

sampledoc tutorialFetching the data) and you can grab a harcopy of the the +

The source code for this tutorial lives in mpl git (see +Fetching the data) and you can grab a hardcopy of the sampledoc PDF

    diff --git a/sampledoc/sampledoc.pdf b/sampledoc/sampledoc.pdf index 2a0f0804be5..8e66897422a 100644 Binary files a/sampledoc/sampledoc.pdf and b/sampledoc/sampledoc.pdf differ diff --git a/sampledoc/searchindex.js b/sampledoc/searchindex.js index 26ac47f09d7..889f9a32b0f 100644 --- a/sampledoc/searchindex.js +++ b/sampledoc/searchindex.js @@ -1 +1 @@ -Search.setIndex({objects:{},terms:{all:[5,6],code:[2,0,3,5],snip:5,ellips:[3,5],abil:5,follow:[2,0,5],alt:1,fancier:1,bbox:[3,5],cheat:[0,3],ylabel:2,sourc:[2,0,3,5],string:[2,5],fals:5,mpl:[2,0],only_direct:5,level:5,did:1,button:2,list:[0,3,5],resav:2,quick:3,div:1,refer:[2,3,5],sampledoc:[0,5,6,1],"_use":5,upper:2,crox:2,direct:[2,0,5,6],past:2,span_selector:2,second:1,rho_1:5,pass:[2,5],click:1,append:[5,4],index:[0,6,1],what:[5,6],insid:3,compar:2,section:[3,4],current:[2,5],version:[5,6],"new":[5,6],net:[2,5,6],method:3,widget:2,jdhunter:[2,6],absolut:5,gener:[2,5],droettboom:5,here:[2,3,5,1,4],bodi:1,axes_grid:2,let:[2,5,6,1],trunk:6,path:5,along:0,vertic:1,modifi:6,sinc:[6,1],interpret:2,search:[0,1],talent:1,shift:4,doctest:[2,5],pick:[2,1],action:5,chang:6,appli:2,modul:[0,3,5],ipi:2,href:1,alpha_2:5,org:[3,5],instal:[0,5,6],txt:[2,4],plot:[2,0,5],fed:2,from:[2,3,5,6,1],two:5,next:[5,6],websit:1,few:5,live:[2,0,6],panel:[6,1],checkout:1,tell:5,more:[2,0,3,5,6],abspath:5,ital:3,yahoo:[2,3],site:[0,6,1],accept:6,autodoc:[3,5],monotyp:3,sourcecod:5,ipython_liter:2,jdh:2,err:2,scalabl:5,setup:2,sidebar1:1,sidebar2:1,docscrape_sphinx:5,can:[0,1,2,3,5,6],learn:6,root:5,fetch:[0,5,6,1],prompt:2,quickstart:6,give:6,sudo:6,templat:[5,6],high:5,liter:[3,5],tab:[2,4],occur:2,end:0,anoth:[2,3,5],getting_start:6,how:[3,5],instead:5,csv:2,css:[6,1],updat:[2,6,4],pathto:1,product:6,express:5,backend_bas:3,reflect:2,befor:[2,6,1],mai:6,data:[0,5,6,1],demonstr:2,inheritance_diagram:5,bind:2,bootstrap:0,inform:5,allow:2,indic:0,approx:5,behav:5,help:4,xlim:[3,5],over:6,move:1,becaus:2,through:2,nbsp:1,left:[2,5,1,4],still:3,paramet:5,write:[0,5],style:1,group:5,directli:5,img:1,better:1,html:[2,3,5,6,1],creat:[2,1],them:[2,5,6,1],scipi:5,recal:2,thei:[2,5],python:[5,6],auto:[2,4],hunter:3,handi:2,framework:5,facilit:3,now:[5,6],introduct:0,name:[3,5,6,1],anyth:6,sigma_2:5,sphinxext:5,easili:3,trap:2,"10px":1,side:[2,1],pygment:5,michael:5,continu:2,slider_demo:2,"static":2,our:[5,6,1],meth:3,extract:2,out:[2,6],shown:5,image_opt:2,content:[6,1,4],minipag:2,rel:5,print:2,ref:[2,3,5],math:[0,5],multilin:5,dvipng:5,navig:[6,1],written:5,embed:[2,0,5],standard:2,mathtext:5,put:[2,5,1],ipython_console_highlight:5,care:[2,6],diagram:[0,5],indent:6,fairli:3,angl:[3,5],where:[2,5,6],keep:2,place:1,first:[5,6,1],origin:5,rand:[2,3],rang:2,render:[2,5],feel:[0,6,1],onc:1,arrai:2,misc:2,number:[2,3],alreadi:6,differ:2,sheet:[0,3],script:5,docscrap:5,top:[5,1],mkdir:5,system:[0,5],master:6,toc:4,white:1,john:3,store:2,includ:[3,5,6,1],subplot:[3,5],shell:2,consol:2,option:[2,5],demot:4,locationev:3,copi:[5,6,1],part:[5,1],rst:[2,3,5,6,4],than:1,png:[2,5,6,1],std:[2,5],provid:5,see:[0,1,2,3,5,6],horizont:1,project:[5,6],geniu:1,design:5,browser:[5,6,1],well:2,svnroot:6,ani:[2,5],seed:2,have:[5,6,1],tabl:[2,0,3,4],need:[5,6,1],take:[2,1],border:1,ylim:[3,5],engin:5,built:5,relbar1:1,note:[2,6],also:[2,3,5],builtin:5,cheatsheet:[3,6],build:[2,5,6,4],which:[2,5,4],pyplot_tutori:5,setp:5,"15px":1,noth:0,distribut:2,normal:[2,5],previou:2,frac:5,galleri:5,most:[2,6],beta:5,alpha:5,"class":[3,5],"_build":6,latex:5,don:2,url:2,doc:[2,0,5,6],cover:0,doe:5,plot_direct:5,raquo:1,ext:[3,5],latest:6,sigma:5,pyplot:[2,3,5],show:[2,3,5],"_make":3,text:[2,0,3,1],syntaxerror:2,random:[2,3,5],syntax:[2,0,5],"_pyplot":5,session:[2,0,5],find:5,ichart:2,onli:[2,3,5],layout:1,just:[2,5,6,1],"_format":3,ruin:2,configur:4,state:[2,5],should:[2,6,1],arang:[3,5],startswith:2,contribut:5,get:[2,0,5,6,1],financ:2,autom:4,nativ:5,cannot:2,report:2,mpl_connect:3,requir:[1,4],bar:1,inherti:5,patch:[3,5],reload:[6,1],stuff:[3,1],common:3,contain:6,grab:[0,5,6,1],steal:1,"_ipython":5,set:2,dump:2,apigen:5,rectangle_selector:2,emac:[0,4],arg:2,fail:6,multicursor:2,awar:5,prime_2u:5,pngmath:5,prime_2:5,enumer:3,below:[2,5],urllib:2,label:2,hist:[2,5],figur:[2,5],literalinclud:[2,3,5],"import":[2,3,5,6,4],"_cheat":3,mplot3d:2,extend:1,javascript:5,extens:[0,5],entir:2,matplotlib:[0,1,2,3,5,6],outfil:2,ipython:[2,0,5],come:[5,6],figurecanvasbas:3,addit:5,last:[6,1],ell:[3,5],harcopi:0,region:4,menu:2,numpydoc:5,etc:[2,3],tutori:[2,0,5,6],"_templat":[6,1],equat:5,mani:4,whole:6,load:5,foral:5,simpli:5,point:[3,6,4],color:1,highlight:[0,5],"_extens":5,guid:5,semicolon:2,coupl:6,rebuild:[6,1],numpi:[2,3,5],three:5,empti:2,basic:[6,4],basic_screenshot:[6,1],quickli:0,suppress:2,thousand:3,resolut:5,argument:2,assert:2,determinist:2,multi:2,subsequ:2,look:[0,5,6,1],check_button:2,align:1,kwarg:2,sourceforg:[2,5,6],hist_simpl:2,cursor:2,cast:3,invok:1,abov:[2,6],error:2,endblock:1,subsect:3,increment:2,helper:[0,4],readi:6,readm:2,non:2,equal:[3,5],anim:[2,5],conf:[5,6],revis:6,decor:[2,0],leftarrow:5,make:[0,3,5,6,1],same:5,renumb:2,pad:1,split:2,document:[2,0,3,5,1],complet:6,finish:6,http:[2,3,5,6],screenshot:6,alist:4,antialias:5,ion:2,rais:2,user:[5,6],pdf:[0,5],randn:[2,5],task:4,off:2,set_alpha:[3,5],com:[2,3],markup:[2,3],itself:[0,5,6,1],inherit:[0,5],likewis:2,exampl:[2,3,5],command:2,setq:4,thi:[0,1,2,3,5,6],choos:6,grid:[2,5],"_ipython_liter":2,imit:1,sampledoc_tut:[5,6,1],comment:2,execut:[2,5],savefig:2,pylab:[2,3,5],rest:[0,2,3,4,5,6],aspect:[3,5],flavor:5,sidebar:1,width:2,languag:5,web:6,ipython_direct:[2,5],easi:[3,5],makefil:6,except:2,add:5,other:5,voila:6,input:2,save:2,match:2,jsmath:5,format:[0,3],read:2,event_handl:2,pylab_exampl:2,know:2,background:1,world:2,associ:2,mod:3,insert:[2,0,5,4],like:[2,5,6,1,4],docutil:2,manual:1,collect:5,"true":[2,5],api:2,either:1,"_static":[6,1],output:[2,5],page:[0,6,1],right:[5,1,4],"_cheatsheet":3,some:[2,3,5,6,4],delta_1:5,intern:2,refresh:6,toctre:6,home:[2,5,6,1],tmp:[5,6,1],total:2,mathemat:5,mode:[2,4],mathmpl:5,plt:5,run:0,bold:3,"_ipython_direct":2,step:6,promot:4,"super":1,simpler:5,src:1,about:2,degre:[3,5],mean:5,produc:5,block:[2,3,1],own:[0,5],"float":5,easy_instal:6,automat:[5,1],plot_simpl:2,strip:2,your:[2,0,5,6,1],wai:5,support:[2,0,5,4],"9e4a6c3ff9f7":2,custom:[0,5,6,1],start:[2,0,6],pocoo:3,lot:5,"function":[3,4],head:4,verbatim:2,add_artist:[3,5],maxim:1,pwd:[2,6],link:[0,3,5,6],delta:[3,5],line:[2,5,6],inlin:[3,5],radio_button:2,"0x33e8890":2,hire:5,dirti:3,consist:2,possibl:2,"default":[5,6,1],displai:5,"4in":2,limit:2,hist_with_text:2,otherwis:2,readlin:2,featur:2,"0x33f32d0":2,"int":5,doesn:2,repres:3,file:[0,1,2,3,5,6],logo:[6,1],eliot:1,check:6,rootrellink:1,want:3,titl:[2,5],when:[2,5,6,1],detail:2,invalid:2,codec:5,futur:5,you:[0,1,2,3,5,6],imag:[2,6],set_clip_box:[3,5],scale:2,svn:[0,5,6,1],sphinx:[0,1,2,3,5,6],bullet:3,directori:[2,0,5,6],pseudo:[2,0],liuter:2,ignor:2,maxdepth:6,back:6,time:[2,5,6],hello:2,sphinc:2},objtypes:{},titles:["sampledoc tutorial","Customizing the look and feel of the site","Ipython Directive","Sphinx cheat sheet","Emacs ReST support","Sphinx extensions for embedded plots, math and more","Getting started"],objnames:{},filenames:["index","custom_look","ipython_directive","cheatsheet","emacs_help","extensions","getting_started"]}) \ No newline at end of file +Search.setIndex({objects:{},terms:{all:[5,6],code:[2,0,3,5],snip:5,ellips:[3,5],abil:5,follow:[2,0,5],alt:1,"0x3bfcd90":2,fancier:1,bbox:[3,5],cheat:[0,3],ylabel:2,sourc:[2,0,3,5],string:[2,5],fals:5,mpl:[2,0],only_direct:5,level:5,did:1,button:2,list:[0,3,5],resav:2,quick:3,div:1,refer:[2,3,5],sampledoc:[0,5,6,1],"_use":5,upper:2,crox:2,direct:[2,0,5,6],past:2,span_selector:2,second:1,plt:5,rho_1:5,pass:[2,5],click:1,append:[5,4],index:[0,6,1],what:[5,6],insid:3,compar:2,section:[3,4],current:[2,5],version:[5,6],"new":[5,6],net:[2,5],method:3,widget:2,jdhunter:[2,6],absolut:5,gener:[2,5],droettboom:5,here:[2,3,5,1,4],bodi:1,axes_grid:2,let:[2,5,6,1],path:5,along:0,vertic:1,modifi:6,sinc:[6,1],interpret:2,search:[0,1],talent:1,shift:4,doctest:[2,5],pick:[2,1],action:5,chang:6,appli:2,modul:[0,3,5],ipi:2,href:1,alpha_2:5,org:[3,5],instal:[0,5,6],txt:[2,4],plot:[2,0,5],fed:2,from:[2,3,5,6,1],two:5,next:[5,6],websit:1,few:5,live:[2,0,6],panel:[6,1],tell:5,more:[2,0,3,5,6],abspath:5,ital:3,yahoo:[2,3],site:[0,6,1],remot:6,accept:6,autodoc:[3,5],monotyp:3,sourcecod:5,unpack:6,ipython_liter:2,jdh:2,err:2,scalabl:5,arang:[3,5],sidebar1:1,sidebar2:1,docscrape_sphinx:5,can:[0,1,2,3,5,6],learn:6,root:5,fetch:[0,5,6,1],prompt:2,quickstart:6,give:6,sudo:6,templat:[5,6],high:5,liter:[3,5],tab:[2,4],"0x3c0ad10":2,occur:2,end:0,anoth:[2,3,5],getting_start:6,how:[3,5],instead:5,csv:2,css:[6,1],updat:[2,6,4],pathto:1,product:6,express:5,backend_bas:3,clone:[6,1],reflect:2,befor:[2,6,1],mai:6,data:[0,5,6,1],demonstr:2,github:6,inheritance_diagram:5,bind:2,bootstrap:0,inform:5,allow:2,indic:0,approx:5,behav:5,help:4,xlim:[3,5],over:6,move:1,becaus:2,through:2,nbsp:1,left:[2,5,1,4],still:3,paramet:5,write:[0,5],style:1,group:5,directli:5,img:1,better:1,html:[2,3,5,6,1],them:[2,5,6,1],scipi:5,recal:2,thei:[2,5],python:[5,6],auto:[2,4],hunter:3,handi:2,framework:5,facilit:3,now:[5,6],introduct:0,name:[3,5,6,1],anyth:6,sigma_2:5,sphinxext:5,easili:3,trap:2,"10px":1,side:[2,1],pygment:5,michael:5,continu:2,slider_demo:2,"static":2,connect:6,our:[5,6,1],meth:3,extract:2,out:[2,6],shown:5,image_opt:2,content:[6,1,4],minipag:2,rel:5,print:2,ref:[2,3,5],math:[0,5],multilin:5,dvipng:5,navig:[6,1],written:5,compress:6,embed:[2,0,5],standard:2,mathtext:5,put:[2,5,1],ipython_console_highlight:5,care:[2,6],diagram:[0,5],indent:6,fairli:3,angl:[3,5],steal:1,keep:2,place:1,first:[5,6,1],origin:5,rand:[2,3],rang:2,render:[2,5],feel:[0,6,1],onc:1,arrai:2,misc:2,number:[2,3],alreadi:6,done:6,differ:2,sheet:[0,3],script:5,docscrap:5,top:[5,1],mkdir:5,system:[0,5],master:6,toc:4,white:1,john:3,store:2,includ:[3,5,6,1],subplot:[3,5],shell:2,consol:2,option:[2,5],demot:4,locationev:3,copi:[5,6,1],part:[5,1],rst:[2,3,5,6,4],than:1,png:[2,5,6,1],std:[2,5],provid:5,see:[0,1,2,3,5,6],horizont:1,project:[5,6],reus:6,geniu:1,design:5,browser:[5,6,1],well:2,ani:[2,5],seed:2,have:[5,6,1],tabl:[2,0,3,4],need:[5,6,1],take:[2,1],border:1,ylim:[3,5],engin:5,built:5,relbar1:1,note:[2,6],also:[2,3,5],builtin:5,cheatsheet:3,build:[2,5,6,4],which:[2,5,4],pyplot_tutori:5,setp:5,"15px":1,noth:0,distribut:2,normal:[2,5],object:6,frac:5,galleri:5,most:[2,6],beta:5,alpha:5,"class":[3,5],"_build":6,latex:5,don:2,url:2,doc:[2,0,5,6],cover:0,doe:5,plot_direct:5,raquo:1,ext:[3,5],latest:6,sigma:5,pyplot:[2,3,5],show:[2,3,5],"_make":3,text:[2,0,3,1],syntaxerror:2,random:[2,3,5],syntax:[2,0,5],"_pyplot":5,session:[2,0,5],find:5,ichart:2,onli:[2,3,5],layout:1,just:[2,5,6,1],"_format":3,ruin:2,configur:4,state:[2,5],should:[2,6,1],startswith:2,contribut:5,get:[2,0,5,6,1],financ:2,autom:4,nativ:5,cannot:2,report:2,mpl_connect:3,requir:[1,4],bar:1,inherti:5,patch:[3,5],reload:[6,1],stuff:[3,1],common:3,contain:6,grab:[0,5,6,1],where:[2,5,6],setup:2,"_ipython":5,set:2,dump:2,apigen:5,rectangle_selector:2,emac:[0,4],arg:2,fail:6,multicursor:2,awar:5,prime_2u:5,pngmath:5,prime_2:5,enumer:3,below:[2,5],urllib:2,label:2,hist:[2,5],figur:[2,5],literalinclud:[2,3,5],"import":[2,3,5,6,4],"_cheat":3,mplot3d:2,extend:1,javascript:5,extens:[0,5],entir:2,matplotlib:[0,1,2,3,5,6],outfil:2,ipython:[2,0,5],come:[5,6],figurecanvasbas:3,addit:5,last:[6,1],ell:[3,5],region:4,menu:2,numpydoc:5,etc:[2,3],tutori:[2,0,5,6],"_templat":[6,1],equat:5,mani:4,whole:6,load:5,foral:5,simpli:5,point:[3,6,4],color:1,highlight:[0,5],"_extens":5,guid:5,creat:[2,1],coupl:6,rebuild:[6,1],numpi:[2,3,5],three:5,empti:2,basic:[6,4],basic_screenshot:[6,1],quickli:0,suppress:2,thousand:3,resolut:5,argument:2,assert:2,determinist:2,multi:2,subsequ:2,look:[0,5,6,1],check_button:2,align:1,kwarg:2,sourceforg:[2,5],hist_simpl:2,cursor:2,cast:3,invok:1,abov:[2,6],error:2,endblock:1,subsect:3,increment:2,helper:[0,4],readi:6,readm:2,non:2,equal:[3,5],anim:[2,5],conf:[5,6],decor:[2,0],leftarrow:5,make:[0,3,5,6,1],same:5,renumb:2,pad:1,split:2,document:[2,0,3,5,1],complet:6,finish:6,http:[2,3,5,6],screenshot:6,alist:4,antialias:5,ion:2,rais:2,user:[5,6],pdf:[0,5],randn:[2,5],task:4,off:2,set_alpha:[3,5],com:[2,3,6],markup:[2,3],itself:[0,5,6,1],inherit:[0,5],likewis:2,exampl:[2,3,5],command:2,setq:4,thi:[0,1,2,3,5,6],choos:6,grid:[2,5],"_ipython_liter":2,imit:1,sampledoc_tut:[5,1],comment:2,execut:[2,5],savefig:2,pylab:[2,3,5],rest:[0,2,3,4,5,6],aspect:[3,5],flavor:5,sidebar:1,width:2,languag:5,web:6,ipython_direct:[2,5],easi:[3,5],makefil:6,except:2,add:5,other:5,voila:6,input:2,save:2,match:2,jsmath:5,format:[0,3],read:2,event_handl:2,pylab_exampl:2,know:2,background:1,world:2,hardcopi:0,mod:3,insert:[2,0,5,4],like:[2,5,6,1,4],docutil:2,manual:1,collect:5,"true":[2,5],api:2,either:1,"_static":[6,1],output:[2,5],page:[0,6,1],right:[5,1,4],"_cheatsheet":3,some:[2,3,5,6,4],delta_1:5,intern:2,refresh:6,toctre:6,home:[2,5,6,1],tmp:[5,6,1],total:[2,6],mathemat:5,mode:[2,4],mathmpl:5,previou:2,run:0,bold:3,"_ipython_direct":2,step:6,promot:4,"super":1,simpler:5,src:1,about:2,degre:[3,5],mean:5,produc:5,block:[2,3,1],associ:2,own:[0,5],"float":5,easy_instal:6,automat:[5,1],plot_simpl:2,strip:2,your:[2,0,5,6,1],git:[0,5,6,1],wai:5,support:[2,0,5,4],"9e4a6c3ff9f7":2,custom:[0,5,6,1],start:[2,0,6],pocoo:3,lot:5,"function":[3,4],head:4,verbatim:2,add_artist:[3,5],maxim:1,pwd:[2,6],link:[0,3,5,6],delta:[3,5,6],line:[2,5,6],inlin:[3,5],radio_button:2,count:6,hire:5,dirti:3,consist:2,possibl:2,"default":[5,6,1],displai:5,"4in":2,limit:2,hist_with_text:2,otherwis:2,readlin:2,featur:2,semicolon:2,"int":5,doesn:2,repres:3,file:[0,1,2,3,5,6],logo:[6,1],eliot:1,check:6,rootrellink:1,want:3,titl:[2,5],when:[2,5,6,1],detail:2,invalid:2,codec:5,futur:5,you:[0,1,2,3,5,6],imag:[2,6],set_clip_box:[3,5],scale:2,svn:5,sphinx:[0,1,2,3,5,6],bullet:3,directori:[2,0,5,6],pseudo:[2,0],liuter:2,ignor:2,maxdepth:6,back:6,time:[2,5,6],hello:2,sphinc:2},objtypes:{},titles:["sampledoc tutorial","Customizing the look and feel of the site","Ipython Directive","Sphinx cheat sheet","Emacs ReST support","Sphinx extensions for embedded plots, math and more","Getting started"],objnames:{},filenames:["index","custom_look","ipython_directive","cheatsheet","emacs_help","extensions","getting_started"]}) \ No newline at end of file