From f56142d4bfc4ffb47431b1b4631ad2edee2f493c Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Thu, 4 Feb 2021 23:19:23 -0600 Subject: [PATCH] Add generate first extension --- doc/build/doctrees/environment.pickle | Bin 12730 -> 13138 bytes doc/build/doctrees/main/intro.doctree | Bin 7495 -> 11054 bytes doc/build/html/_sources/main/intro.rst.txt | 36 ++++++++++++++++++++ doc/build/html/index.html | 1 + doc/build/html/main/intro.html | 37 +++++++++++++++++++++ doc/build/html/searchindex.js | 2 +- doc/source/main/intro.rst | 36 ++++++++++++++++++++ 7 files changed, 111 insertions(+), 1 deletion(-) diff --git a/doc/build/doctrees/environment.pickle b/doc/build/doctrees/environment.pickle index 77b3fc1db151d38b3edeb5b66d632dbf156f26f6..f58f24b3f814ec6ca80b7f6e200370038b5e7608 100644 GIT binary patch delta 538 zcmdm$d?}5!fpx08@kUlgSyoe#&}a6Wxn=eFChKVg+6ehpDx_r=6_+TaR+OaX6=&w> zO=+FdIHh)qMpicy149os1zA&pGFewAuh)oF7go-#)CHTMi!h-yYY|ArX%GQcduj4| zEhonFK+onOWTWLRHWZf*QbB0k>k_D*H2c%jG$eKJw6XF1nR=+Gcppajd zJj-N0J!1t$Fh>bYaxjA=l!5HdEEOObJ0(kPa-v=!qsHXTdMZHjhMt*%22i4QN|q;t zatE5|%~0CI4D>PBj~bKp^ws4dih9^`5|dJMia`=R9Oe3^XSz1w^ERh_uNs_0?2I5Ibe2~&SAkjXhZAw!6lpeO?)Wo9X zj44?qK*0=`EDQsH!adx>Ok_Hfh?odWFA9ZM(fE|hUNnH zKt)*&Ai@zuI8AOeRI9fIGBvVLrFwXL^HWN5QWZS&Qc^3XluT)yf~F$N3#hGqO52pA z_9;DV#i@x!$r)3!0)T=UE?HQO>0058*W~2ZB diff --git a/doc/build/doctrees/main/intro.doctree b/doc/build/doctrees/main/intro.doctree index f1075dee057fe377cf889bec4d352a9de0263030..4ea31fa5ddf6bcf92f56abfb1970e189db98ff11 100644 GIT binary patch delta 2977 zcmbtW%WoS+826)j*ffxblM>>T38f-U;`Jkq5DOGg9%>r0Rs}*uBC0p`*s~LR*VjL-^};>ecw0V zZ|7(J>(>U}8u;+s;$GQDfP zZM|vDqX9e}35C!MK0_YnTr4$)6Lcbsq9}m1KC?il9N@+-^4w1s3dIt*m9DD_ zhDBXVoA<_(k6otz?C2(a<`*WWB3CHRTpYh2X0dJ9uxW;2{{G0h_2E?&iaP9#W~gm& zf^pxySju)RCEID1I4!he*$_E@xM!J`L+;x1gz2B}eGdFI;+c!-OfH?v zLMo~RHICz)J;w2y%2Ks!dGP8rMSe;LWksz(9aNx9=<5)y<+oqj6u7#=On^iq5@!x@ z+mqpAE5I9GC-Gprxj~z2-RUh*6Zas{8bzp;8`Wx)MgquBP;M-NrqTdKQ3jH%>0-4C zM7acXsOh|0cd1=UFO`PxVEE|y*d3qC;N&=af>UYu%hg9NePmCR%B?IHg6N0HRO6eMqNd8^@nu$4E~#`;^X)W(xmuHGWdk> zMb^vacM~6s+#^qB~e1YJ#`u zFh==5OovD5ib*;|=@6pBC>=(~&}hYEu?F>K9cuKVi>W^W-4&QCfw>Ww3xRDvWLpm# q2++l|(G>!G8r?xl3>E!lLtdo}7$j9|8}dK;k3!<1=usrO9{wL;PIsgL delta 251 zcmZ1%cHD}!fpw~l>_*nD!jr2Nn|XPd7#K2Sy|pr=vjQ0>b1TU(@=n%JN|l3(YlFps zN*FVkGh{Nfv!sCPy%{I(5DwnVrJTXU6vec;MD-wZy$Mh}%MfJPvy8`CevCk#H;B*y ziEDxgaS$N_B2++xB9JKU;mk|SO)aS`NG+aHJ4GW4WQt$LGe58aeqhahV2vGMO&z5f o3Ls@*dw4P)XXt<}$#|J14Ync>WFy!LKA06*(oCCQYPvE40H8lOS^xk5 diff --git a/doc/build/html/_sources/main/intro.rst.txt b/doc/build/html/_sources/main/intro.rst.txt index c149fc9..4526a17 100644 --- a/doc/build/html/_sources/main/intro.rst.txt +++ b/doc/build/html/_sources/main/intro.rst.txt @@ -39,5 +39,41 @@ Installation ``./zaz.py -new -t ~/projects -n TestExt`` +My first extension +------------------ + +* Move to: + +``cd ~/projects/TestExt`` + +* Create: + +``python zaz.py -c``:: + + ↪ python zaz.py -c + 04/02/2021 23:07:50 - INFO - Created directories... + 04/02/2021 23:07:50 - INFO - Created files... + 04/02/2021 23:07:50 - INFO - Don't forget generate DOMAIN.pot for locales + 04/02/2021 23:07:50 - INFO - New extension: MyFirstExtension make sucesfully... + Now, you can install and test: zaz.py -i + +* Install and test: + +``python zaz.py -i``:: + + ↪ python zaz.py -i + 04/02/2021 23:11:40 - INFO - Don't forget generate DOMAIN.pot for locales + 04/02/2021 23:11:40 - INFO - Compress OXT extension... + 04/02/2021 23:11:40 - INFO - Extension OXT created sucesfully... + Copying: MyFirstExtension_v0.1.0.oxt + + unopkg done. + + 04/02/2021 23:11:41 - INFO - Install extension sucesfully... + 04/02/2021 23:11:41 - INFO - Start LibreOffice... + 04/02/2021 23:11:53 - INFO - Extension make successfully... + + + .. _LibreOffice: https://libreoffice.org .. _Python: https://python.org diff --git a/doc/build/html/index.html b/doc/build/html/index.html index 417d7e2..279118b 100644 --- a/doc/build/html/index.html +++ b/doc/build/html/index.html @@ -40,6 +40,7 @@
  • Overview
  • Requirements
  • Installation
  • +
  • My first extension
  • diff --git a/doc/build/html/main/intro.html b/doc/build/html/main/intro.html index 7a31046..4822778 100644 --- a/doc/build/html/main/intro.html +++ b/doc/build/html/main/intro.html @@ -67,6 +67,42 @@

    ./zaz.py -new -t ~/projects -n TestExt

    +
    +

    My first extension

    +
      +
    • Move to:

    • +
    +

    cd ~/projects/TestExt

    +
      +
    • Create:

    • +
    +

    python zaz.py -c:

    +
    ↪ python zaz.py -c
    +04/02/2021 23:07:50 - INFO - Created directories...
    +04/02/2021 23:07:50 - INFO - Created files...
    +04/02/2021 23:07:50 - INFO - Don't forget generate DOMAIN.pot for locales
    +04/02/2021 23:07:50 - INFO - New extension: MyFirstExtension make sucesfully...
    +    Now, you can install and test: zaz.py -i
    +
    +
    +
      +
    • Install and test:

    • +
    +

    python zaz.py -i:

    +
    ↪ python zaz.py -i
    +04/02/2021 23:11:40 - INFO - Don't forget generate DOMAIN.pot for locales
    +04/02/2021 23:11:40 - INFO - Compress OXT extension...
    +04/02/2021 23:11:40 - INFO - Extension OXT created sucesfully...
    +Copying: MyFirstExtension_v0.1.0.oxt
    +
    +unopkg done.
    +
    +04/02/2021 23:11:41 - INFO - Install extension sucesfully...
    +04/02/2021 23:11:41 - INFO - Start LibreOffice...
    +04/02/2021 23:11:53 - INFO - Extension make successfully...
    +
    +
    +
    @@ -92,6 +128,7 @@
  • Overview
  • Requirements
  • Installation
  • +
  • My first extension
  • diff --git a/doc/build/html/searchindex.js b/doc/build/html/searchindex.js index 1d75a8c..15dcb9f 100644 --- a/doc/build/html/searchindex.js +++ b/doc/build/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["index","main/intro"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,sphinx:56},filenames:["index.rst","main/intro.rst"],objects:{},objnames:{},objtypes:{},terms:{"final":1,"function":1,"new":1,With:1,add:1,addin:1,basic:1,calc:1,can:1,clone:1,com:[],compon:1,content:0,cours:1,creat:1,cuat:1,develop:1,download:1,elmau:1,extens:1,from:1,git:1,gitlab:[],http:1,index:0,instal:0,introduct:0,libreoffic:1,libreofric:[],macro:1,mauriciobaeza:[],modul:0,move:1,net:1,overview:0,page:0,project:1,python:1,rapid:1,recomend:1,repositori:1,requir:0,script:1,sdk:1,search:0,sourc:1,start:1,support:1,testext:1,thi:1,used:1,user:1,you:1,zaz:1},titles:["Welcome to ZAZ\u2019s documentation!","Introduction"],titleterms:{document:0,indic:0,instal:1,introduct:1,overview:1,requir:1,tabl:0,welcom:0,zaz:0}}) \ No newline at end of file +Search.setIndex({docnames:["index","main/intro"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,sphinx:56},filenames:["index.rst","main/intro.rst"],objects:{},objnames:{},objtypes:{},terms:{"2021":1,"final":1,"function":1,"new":1,With:1,add:1,addin:1,basic:1,calc:1,can:1,clone:1,com:[],compon:1,compress:1,content:0,copi:1,cours:1,creat:1,cuat:1,develop:1,directori:1,domain:1,don:1,done:1,download:1,elmau:1,extens:0,file:1,first:0,forget:1,from:1,gener:1,git:1,gitlab:[],http:1,index:0,info:1,instal:0,introduct:0,libreoffic:1,libreofric:[],local:1,macro:1,make:1,mauriciobaeza:[],modul:0,move:1,myfirstextens:1,myfirstextension_v0:1,net:1,now:1,overview:0,oxt:1,page:0,pot:1,project:1,python:1,rapid:1,recomend:1,repositori:1,requir:0,script:1,sdk:1,search:0,sourc:1,start:1,successfulli:1,sucesfulli:1,support:1,test:1,testext:1,thi:1,unopkg:1,used:1,user:1,you:1,zaz:1},titles:["Welcome to ZAZ\u2019s documentation!","Introduction"],titleterms:{document:0,extens:1,first:1,indic:0,instal:1,introduct:1,overview:1,requir:1,tabl:0,welcom:0,zaz:0}}) \ No newline at end of file diff --git a/doc/source/main/intro.rst b/doc/source/main/intro.rst index c149fc9..4526a17 100644 --- a/doc/source/main/intro.rst +++ b/doc/source/main/intro.rst @@ -39,5 +39,41 @@ Installation ``./zaz.py -new -t ~/projects -n TestExt`` +My first extension +------------------ + +* Move to: + +``cd ~/projects/TestExt`` + +* Create: + +``python zaz.py -c``:: + + ↪ python zaz.py -c + 04/02/2021 23:07:50 - INFO - Created directories... + 04/02/2021 23:07:50 - INFO - Created files... + 04/02/2021 23:07:50 - INFO - Don't forget generate DOMAIN.pot for locales + 04/02/2021 23:07:50 - INFO - New extension: MyFirstExtension make sucesfully... + Now, you can install and test: zaz.py -i + +* Install and test: + +``python zaz.py -i``:: + + ↪ python zaz.py -i + 04/02/2021 23:11:40 - INFO - Don't forget generate DOMAIN.pot for locales + 04/02/2021 23:11:40 - INFO - Compress OXT extension... + 04/02/2021 23:11:40 - INFO - Extension OXT created sucesfully... + Copying: MyFirstExtension_v0.1.0.oxt + + unopkg done. + + 04/02/2021 23:11:41 - INFO - Install extension sucesfully... + 04/02/2021 23:11:41 - INFO - Start LibreOffice... + 04/02/2021 23:11:53 - INFO - Extension make successfully... + + + .. _LibreOffice: https://libreoffice.org .. _Python: https://python.org