From b386d3ea1d0b21b11a883cdee82c790203703519 Mon Sep 17 00:00:00 2001
From: "remi.clement" <remi.clement@inrae.fr>
Date: Sun, 15 Nov 2020 16:39:10 +0100
Subject: [PATCH] update html, police correction

---
 public/_sources/page1.rst.txt            |  11 ++++++-----
 public/index.html                        |   2 +-
 public/page1.html                        |  14 +++++++-------
 sphinx/build/doctrees/environment.pickle | Bin 21762 -> 21762 bytes
 sphinx/build/doctrees/index.doctree      | Bin 7221 -> 7221 bytes
 sphinx/build/doctrees/page0.doctree      | Bin 8564 -> 8564 bytes
 sphinx/build/doctrees/page1.doctree      | Bin 68773 -> 68841 bytes
 sphinx/build/html/_sources/page1.rst.txt |  11 ++++++-----
 sphinx/build/html/index.html             |   2 +-
 sphinx/build/html/page1.html             |  14 +++++++-------
 sphinx/source/page1.rst                  |  11 ++++++-----
 11 files changed, 34 insertions(+), 31 deletions(-)

diff --git a/public/_sources/page1.rst.txt b/public/_sources/page1.rst.txt
index e8160c71..e25bca29 100644
--- a/public/_sources/page1.rst.txt
+++ b/public/_sources/page1.rst.txt
@@ -74,31 +74,31 @@ It is first necessary to ensure that the libatlas-base-dev library is installed:
 
 We strongly recommend users to create a virtual environment to run the code and installed all required dependencies. It can be done either in a directory gathering all virtual environments used on the computer or within the ohmpy directory.
 
-create the virtual environment:
+Create the virtual environment:
 
 .. code-block:: python
 	 
 	 python3 -m venv ohmpy
 
-activate it using the following command:
+Activate it using the following command:
 
 .. code-block:: python
 	 
 	 source ohmpy/bin/activate
 
-install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies:
+Install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies:
 
 .. code-block:: python
 	 
 	 pip install RPi.GPIO adafruit-blinka numpy adafruit-circuitpython-ads1x15 pandas
 
-check that requirements are met using 
+Check that requirements are met using 
 
 .. code-block:: python
 	 
 	 pip list
 
-you should run you code within the virtual environment
+You should run you code within the virtual environment
 to leave the virtual environment simply type:
 
 .. code-block:: python
@@ -154,6 +154,7 @@ If you decided to use a virtual environment, it is necessary to setup Thonny Pyt
 	   :figclass: align-center 
 
 8- Close the window by clicking on **ok**.
+
 9- Close thonny to save modifications
 
  
diff --git a/public/index.html b/public/index.html
index b2955553..f0eda7ad 100644
--- a/public/index.html
+++ b/public/index.html
@@ -158,7 +158,7 @@
 <dd class="field-odd"><p>open hardware resistivity-meter</p>
 </dd>
 <dt class="field-even">Date</dt>
-<dd class="field-even"><p>Nov 14, 2020</p>
+<dd class="field-even"><p>Nov 15, 2020</p>
 </dd>
 <dt class="field-odd">Authors</dt>
 <dd class="field-odd"><p><strong>Rémi CLEMENT, Nicolas FORQUET, Julien GANCE, Yannick FARGIER, Vivien DUBOIS, Hélène GUYARD</strong></p>
diff --git a/public/page1.html b/public/page1.html
index 22acb500..ddff1237 100644
--- a/public/page1.html
+++ b/public/page1.html
@@ -269,23 +269,23 @@ Raspbian GUI settings menu. Failure to carry out this task may cause damage to t
 </pre></div>
 </div>
 <p>We strongly recommend users to create a virtual environment to run the code and installed all required dependencies. It can be done either in a directory gathering all virtual environments used on the computer or within the ohmpy directory.</p>
-<p>create the virtual environment:</p>
+<p>Create the virtual environment:</p>
 <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">python3</span> <span class="o">-</span><span class="n">m</span> <span class="n">venv</span> <span class="n">ohmpy</span>
 </pre></div>
 </div>
-<p>activate it using the following command:</p>
+<p>Activate it using the following command:</p>
 <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">source</span> <span class="n">ohmpy</span><span class="o">/</span><span class="nb">bin</span><span class="o">/</span><span class="n">activate</span>
 </pre></div>
 </div>
-<p>install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies:</p>
+<p>Install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies:</p>
 <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="n">RPi</span><span class="o">.</span><span class="n">GPIO</span> <span class="n">adafruit</span><span class="o">-</span><span class="n">blinka</span> <span class="n">numpy</span> <span class="n">adafruit</span><span class="o">-</span><span class="n">circuitpython</span><span class="o">-</span><span class="n">ads1x15</span> <span class="n">pandas</span>
 </pre></div>
 </div>
-<p>check that requirements are met using</p>
+<p>Check that requirements are met using</p>
 <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="nb">list</span>
 </pre></div>
 </div>
-<p>you should run you code within the virtual environment
+<p>You should run you code within the virtual environment
 to leave the virtual environment simply type:</p>
 <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">deactivate</span>
 </pre></div>
@@ -313,8 +313,8 @@ to leave the virtual environment simply type:</p>
 <div class="align-center figure">
 <a class="reference internal image-reference" href="_images/thonny_interpreter_folder.jpg"><img alt="alternate text" src="_images/thonny_interpreter_folder.jpg" style="width: 600px; height: 450px;" /></a>
 </div>
-<p>8- Close the window by clicking on <strong>ok</strong>.
-9- Close thonny to save modifications</p>
+<p>8- Close the window by clicking on <strong>ok</strong>.</p>
+<p>9- Close thonny to save modifications</p>
 </div>
 </div>
 <div class="section" id="measurement-and-injection-board-and-connection-to-the-raspberry">
diff --git a/sphinx/build/doctrees/environment.pickle b/sphinx/build/doctrees/environment.pickle
index d1b4274a449d830040a456a50f5dc22f0a980150..65f60c932f671f3186538838333217bec5d9cbf9 100644
GIT binary patch
delta 864
zcmY+BL1@!Z7{`~&5Ctn$CbY7oRT&d(-PjlmWmv5g9qOz*DYJBG$nxxx5L>C6SXb9=
zYQT;c)EyK>5a~gX2qGf8i_qinsvZSV#N+V$zj`p2_s{S5zW3$jOT8u4TT=79r1Es%
z&}t(l9!6h(u0<mQp4)AhMXgF{7j$jVH)6j-2XgY`#-olI@UrQR?>YI2_myQrU0s4c
zHQLYlLhn>`tD$Qt+tfWbT(Wd4Z<tO&OEFvLo4v7v9cRtV+D7X1MAmb6peSiL##PjK
zP0{hb*U!(&GQX_s;cYpd-li6&OQMPA?$%10T6V0WmjBO&Rm(KV8<r{hxDmDDIGS0`
zPg@12$m5F4f5@?Lq&!1~*YlQ*Qa&dud`yY+H978=l~zc~_{u&>qDbslwn(a<?pyDc
zGF&?Jht^m9Q9qI#$M#gpL;O1Y0<kt|BeoB{L97q&M5Fe|OGI__1LVk&r-+TCs|aK4
zBVzd22~l$V87P(!CGStZ168tb5y?~E5WB`FQK_GKK*2Z9T_U(RaV?ZE=?Ab`TAHj%
z>ypRjDQJKUJ54svf9Ce`#DyOICD&71__v4O)?^?$a4R4|B<}<yh~(XX1d+TKkRX!v
zfCQ0Tt_AFJ$F2k<h)S0N5=7DsND#?JK!Ql#4oDEm#gN*WOy}ztg{@#zxF5TL1?L$q
iCZ@@5;t3xw-Yq7@=71QTn6!8mwI;+Z*$RI+dF3yY4GEP1

delta 914
zcmY+BL1+^}6o$KNizu2B+agKqZq-_PFwxRbC`vJj5^52n=A@Qoo37hg)7@pW2~n!C
zsg2bxm@<pvO+iFT5j28`Na@u}kHx!3y@=>dd~Y@gbD4ks@BQ<Jc~f5(>gz)Dl8~XP
zq0zPFDBFy`{aTBJM|`h~n6p|H)K+!vWQ#<9iG!URhb9Kw#LuR7zISf)XM7_qc66Z2
zEnHV$(#8JiTBvC0mO@NN)e?rS`(6O7xp|u;&gZhe*T)iNlT;MFTyoWlmat6-?nfRc
z4k-l(cN0CRG}$$e{b4Wc&RM2;OR;R1SY{B5w%HBhlw5^QO5Joz>ZLI`Li6%K*z3`X
zTETU!SxqUZGewOO=@|VXMGuAw&<jfcJM9VT+mb|+@<6E9QA_p=QB9?yIi*%nekTg)
zmV87IKn@?3cL|wRYG|`dNK@hXZ&=?9M_S?d6qctGKFZG%uTY+i*eH8P-=l0MyRp&s
z*lU#P_-BM;r=FwioL)mA6JJo0XEH33et|A}mPJ0D`-rZb{eTjm{DyL1DvwG1!V?hs
z_u@4$S929{-#mPfVZzchsx)>bM*m#ytK9()<7{(u4d1xSL39AUHpG8!G6!&xgXjR>
z;~+YKOB_T8aJ9zK)qplQhz_EUIEW750}i4CSmz)*fcH6w4&aJd3tk_*X(gZ!xhOh_
zE^`oF!!P6DZo`&cX)NFlJ40Vs@SuSMW#eQ6W0PSsGpblv5<{?JGxidrL7(Pt{sYB0
B7j6Im

diff --git a/sphinx/build/doctrees/index.doctree b/sphinx/build/doctrees/index.doctree
index f2fece6baf2ac41678c1a30b9b8e2da050341507..a2fa89265b63fe733b7a627f79bddd221c186b4c 100644
GIT binary patch
delta 60
zcmdmLvDIS3VkXAq%}bbASyfDR6pRdv45qYBX`E6!MI(c?hsQ6!Ou-N)o*|mCX!1c;
Kh0Sl-JwyOr3lqQq

delta 60
zcmdmLvDIS3VkSoC%}bbASyfDQ6pRdv45qYBX`E6!MI(c?hsQ6!Ou-N)o*|mCX!1c;
Kh0Sl-JwyOkNfVv`

diff --git a/sphinx/build/doctrees/page0.doctree b/sphinx/build/doctrees/page0.doctree
index 310cf65bba7d0a0c0721a05a2ba6003aada26dce..71496e9cf39ae90c9809a1ddb26c2b20f5a882d4 100644
GIT binary patch
delta 14
Vcmez3^u=jI0V8Ab=0Zkh1pqOl1v&r#

delta 14
Vcmez3^u=jI0VAXH=0Zkh1pqMP1sVVV

diff --git a/sphinx/build/doctrees/page1.doctree b/sphinx/build/doctrees/page1.doctree
index 49d9c0982a1d082d966092204976de3585a98c26..e24f92985fbc5d6ce26519132d19879b2c1124b3 100644
GIT binary patch
delta 4205
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
GCj1|3Jp?QO

delta 4093
zcmai%c~lfv7RGtiP4_Fd0gTdatVW~}6QTwQu5n3}u>_UKXyU<bY|9M;xXWV3cyP=S
zy>gHkcY_NPmsAoW(IGgZlf*qLdM1v^L^2>_Jjnz-VRW2#-xaF6=bYr9OTB)-`@Qep
zdQ`n?D!0B{ZnYL#OD7(+&Sh-4k<IQs$7VoQzgQU~jD7u{Vr&}R?cYmv*<ai2>bSnw
zG~;gn5sb}&s-%^0D2cN<Mpcqc5ea`zPLT0w2zjBEErWoRc{0v4Zl;unu{5Zh5W}6$
zg>#+GK7N}rdcy7rXDzXK`HXeF{M!=>Ccb2>$hgILU%QWwtBalpQA-np`{01NEUvCD
zr>k4)E=W%ZhuTR~_z0q2l++MUYOgUXb7(g{o{%(wB*4%P+*ToEhu9%%tJ4V0dzN*3
zT>v?Gt~mYoR=MO<OrV9%!PLcR>QYizY=@$4(ZRWH(?V$~G%X(Idk!^W(2`Z&R`*J)
zjY|^w+oZBZS}nzaS<ppe`qG1p?<b_9&8qKZAzKRC@*V61e7}5}dV+u&JJi<2*;B8H
z=})AqF2`u*BM)6IZ@OL$r&j3f3OuuNhI)mdYfsYaMf&AmO}DQqV$D#zYPs4>>35%`
zUl-|3znZ=@e=1X;K7W#`aM@lfNAtGS8zS8Y3b)1lf_Gz2L8hX1r^K!@5wZ$=Ss3Q2
z?KQ*E+nr%scnB1)4hjAMUDEBt{*)RAR}ZqP14!d}4k7*e*}lRF+yZgNgte=c$V@To
zz6C}gO&U$2hj~UzF|+VjNn<iD?!FD0gxUy5d~2L9UX>ba-pXZ>YrG^EnUX)EBy`?T
z#EVIBt+(QjLT8as>;R1$2KwTtRBSE>3@b_T-e4Ey20K`iq*jvH0S=cEo(-<Rk-5WK
z4ClrVRP`7!Rk97f4}@@q5xKRHMcoh+?j5K@P<CLfACrD-->Kp^DgAHgH^lr$5QtE!
zlZMZ18)%oq3J!ypghAByVcwQoq~((B^VP?s_lPXF;;7y7*dSxnjwr?hRq<;V-5-t~
z?{5#mg<3gO?p)`kIyMMK?y6$+Xz03oB=19cy+vNaQ$Zpv4u3G^I~fOdAF%L&guQ_B
zwlI{BGfFGIvGOrA@v>aEyPQzvL*sVk3>Kw}S@(Xuf;9EZN&RxYw?kb(8uL_qa=16l
ziF&WV@I&Kl@-oiYatN$^4e@VCGYMp7fste3Koc9~#B(&!qiPY0{8&u5``C*h?OY#u
z+dlj_M?Fs2)&FN>5Gw73na9T2<>f9(@Eyd*8MlwsDf|YF>gC!)XzhO;e?#H_q=^PO
zF+xtj`!z1*z6x2NzW57&lKnf1=dEj@SX{8#wKJ6geo%BF0$OU5_!vKVzh8zQ>S7?v
z;I=WSJW>oJpr+Oa>rVcr4X-|##HSOU<%z#0hOuk_)SixI{h{W3B2@k*g0CjFu$}!a
zO0PmzSxye_o$`gWQ{lXv&@xYSvnLwEj}Ugq6RUK`pzdjYhOjzM?4&!Ed^(o@ov^Pw
zu^Wi7<?Xc$hS)RF{J+FLY-csB<!32*A8Uz(N1+bh(O-761Eimcw@D-zcAbq?o*=XS
z>fpTzahgc1JMvf{!wDH?B7@zL^3NQ6G9j5JlHrc@{oKJ95wg%k<{`rFyOkFDMKs??
z+y=>|VOi^?RI$G->!U9md_N%-CbGvJNjvM{HH4fnk!pA3jzF#va>Yb0xg&o#=iqk<
zX*Q8YcO?A0gIfb+ixsH75O0%qAGaadqobkZnpJMWEZ&2_XbFzTx+2773}kn(vTjg#
zA(^KTk!%vrdk|5Oa?!!Z6P0FCV?C&7xOOp&&mn5INzL@2qF~`A2QMTl-=tP}QR-y}
zFC(hdq&BrtO1A)TFLN+7UXJEfl<=WUn24pm-<H4*i&CRt{g)1Yo~W}X^_dsd^NNEv
z5cRD|eeFSseqIUV4~c3usRtfZ6imMA;2i?xy$XTa`goi46$BwyW2L8PXt^53oka99
z32~gg8mk<3FSGV^jBSG`N<6(j?Hvy9g>!!!KGAgX+rL#vPmX|~`jAeZZyY?0?G%qp
zNavkFtDnm!(^8posY%$R46#(SpWgQTRmH)k3k<kEMd`%kJJYy6NL@x*O9JI<J{L#k
zOKpmgd?UrGt|ewopg8UH<zrt(?c6}|_Ua0sj1GctZvGUyPay6u4iIdrrU+_UYG)(u
z);f!7kjl{~DziORjF-OUEc8n+nHnj>a^cAB1<Dk1J-A_rdWW<crR$Ie9GR|jh-+vl
zQvXBT&s5!gPj0bs_`7}<W{1{0-GSX1&Vr$+IW9Of$j1lI?}>DNw?qD&6%u-r^^ibM
zFTkj7-lr(`Ab2!VbY}_Hbw3ccfB%lRvBhL;&b=g_Dl`N)x{N7|&J&~X7qf_bqv>Av
z0RB7TCL!0~R)E^0VD!TbZ|QuJKKF1ff1OgYP3ifb(#6KMN1ZJ!UlbDo3zPjyzh<Ls
ze?;l|WxW|Y$2XBe2`##XW(F$k-C(ay7nl7YzSLMwRfdI?E9`pJJzuuN5^jim{RoPr
zyENS*`l$P0h!<yRy;s?vROTp%!Rts2J;f&0V=!#O;RXzQ#Mw>XiQxf;pD=_Y(iOuZ
zaUb;s82*9b7KTb(b3caR7=~idG0euW2g6Pg^46;hrp=#~Td*v9R?g;Cn|tYKR&%A3
zPfdE%^b%oL)60A@qEk(})TBdAy3?dHO}f&gBTc%|q!UfL(4+&w;}UtU2wYCK#ora6
zx#DG0ToXk{&ik?M1+p1$izTTU_>oG@zz<Ps27c#JGw?i4&A?+WH3Ody)C~MLre@#`
zqh{ddr)J<zlg-d^W9V<9=u~^6h&pQF*NR?-0Y5VIW(;_K*H@xGo=o-6G3+hd>d#u(
LcV!y`Smyr#5U2-I

diff --git a/sphinx/build/html/_sources/page1.rst.txt b/sphinx/build/html/_sources/page1.rst.txt
index e8160c71..e25bca29 100644
--- a/sphinx/build/html/_sources/page1.rst.txt
+++ b/sphinx/build/html/_sources/page1.rst.txt
@@ -74,31 +74,31 @@ It is first necessary to ensure that the libatlas-base-dev library is installed:
 
 We strongly recommend users to create a virtual environment to run the code and installed all required dependencies. It can be done either in a directory gathering all virtual environments used on the computer or within the ohmpy directory.
 
-create the virtual environment:
+Create the virtual environment:
 
 .. code-block:: python
 	 
 	 python3 -m venv ohmpy
 
-activate it using the following command:
+Activate it using the following command:
 
 .. code-block:: python
 	 
 	 source ohmpy/bin/activate
 
-install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies:
+Install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies:
 
 .. code-block:: python
 	 
 	 pip install RPi.GPIO adafruit-blinka numpy adafruit-circuitpython-ads1x15 pandas
 
-check that requirements are met using 
+Check that requirements are met using 
 
 .. code-block:: python
 	 
 	 pip list
 
-you should run you code within the virtual environment
+You should run you code within the virtual environment
 to leave the virtual environment simply type:
 
 .. code-block:: python
@@ -154,6 +154,7 @@ If you decided to use a virtual environment, it is necessary to setup Thonny Pyt
 	   :figclass: align-center 
 
 8- Close the window by clicking on **ok**.
+
 9- Close thonny to save modifications
 
  
diff --git a/sphinx/build/html/index.html b/sphinx/build/html/index.html
index b2955553..f0eda7ad 100644
--- a/sphinx/build/html/index.html
+++ b/sphinx/build/html/index.html
@@ -158,7 +158,7 @@
 <dd class="field-odd"><p>open hardware resistivity-meter</p>
 </dd>
 <dt class="field-even">Date</dt>
-<dd class="field-even"><p>Nov 14, 2020</p>
+<dd class="field-even"><p>Nov 15, 2020</p>
 </dd>
 <dt class="field-odd">Authors</dt>
 <dd class="field-odd"><p><strong>Rémi CLEMENT, Nicolas FORQUET, Julien GANCE, Yannick FARGIER, Vivien DUBOIS, Hélène GUYARD</strong></p>
diff --git a/sphinx/build/html/page1.html b/sphinx/build/html/page1.html
index 22acb500..ddff1237 100644
--- a/sphinx/build/html/page1.html
+++ b/sphinx/build/html/page1.html
@@ -269,23 +269,23 @@ Raspbian GUI settings menu. Failure to carry out this task may cause damage to t
 </pre></div>
 </div>
 <p>We strongly recommend users to create a virtual environment to run the code and installed all required dependencies. It can be done either in a directory gathering all virtual environments used on the computer or within the ohmpy directory.</p>
-<p>create the virtual environment:</p>
+<p>Create the virtual environment:</p>
 <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">python3</span> <span class="o">-</span><span class="n">m</span> <span class="n">venv</span> <span class="n">ohmpy</span>
 </pre></div>
 </div>
-<p>activate it using the following command:</p>
+<p>Activate it using the following command:</p>
 <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">source</span> <span class="n">ohmpy</span><span class="o">/</span><span class="nb">bin</span><span class="o">/</span><span class="n">activate</span>
 </pre></div>
 </div>
-<p>install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies:</p>
+<p>Install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies:</p>
 <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="n">RPi</span><span class="o">.</span><span class="n">GPIO</span> <span class="n">adafruit</span><span class="o">-</span><span class="n">blinka</span> <span class="n">numpy</span> <span class="n">adafruit</span><span class="o">-</span><span class="n">circuitpython</span><span class="o">-</span><span class="n">ads1x15</span> <span class="n">pandas</span>
 </pre></div>
 </div>
-<p>check that requirements are met using</p>
+<p>Check that requirements are met using</p>
 <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="nb">list</span>
 </pre></div>
 </div>
-<p>you should run you code within the virtual environment
+<p>You should run you code within the virtual environment
 to leave the virtual environment simply type:</p>
 <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">deactivate</span>
 </pre></div>
@@ -313,8 +313,8 @@ to leave the virtual environment simply type:</p>
 <div class="align-center figure">
 <a class="reference internal image-reference" href="_images/thonny_interpreter_folder.jpg"><img alt="alternate text" src="_images/thonny_interpreter_folder.jpg" style="width: 600px; height: 450px;" /></a>
 </div>
-<p>8- Close the window by clicking on <strong>ok</strong>.
-9- Close thonny to save modifications</p>
+<p>8- Close the window by clicking on <strong>ok</strong>.</p>
+<p>9- Close thonny to save modifications</p>
 </div>
 </div>
 <div class="section" id="measurement-and-injection-board-and-connection-to-the-raspberry">
diff --git a/sphinx/source/page1.rst b/sphinx/source/page1.rst
index e8160c71..e25bca29 100644
--- a/sphinx/source/page1.rst
+++ b/sphinx/source/page1.rst
@@ -74,31 +74,31 @@ It is first necessary to ensure that the libatlas-base-dev library is installed:
 
 We strongly recommend users to create a virtual environment to run the code and installed all required dependencies. It can be done either in a directory gathering all virtual environments used on the computer or within the ohmpy directory.
 
-create the virtual environment:
+Create the virtual environment:
 
 .. code-block:: python
 	 
 	 python3 -m venv ohmpy
 
-activate it using the following command:
+Activate it using the following command:
 
 .. code-block:: python
 	 
 	 source ohmpy/bin/activate
 
-install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies:
+Install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies:
 
 .. code-block:: python
 	 
 	 pip install RPi.GPIO adafruit-blinka numpy adafruit-circuitpython-ads1x15 pandas
 
-check that requirements are met using 
+Check that requirements are met using 
 
 .. code-block:: python
 	 
 	 pip list
 
-you should run you code within the virtual environment
+You should run you code within the virtual environment
 to leave the virtual environment simply type:
 
 .. code-block:: python
@@ -154,6 +154,7 @@ If you decided to use a virtual environment, it is necessary to setup Thonny Pyt
 	   :figclass: align-center 
 
 8- Close the window by clicking on **ok**.
+
 9- Close thonny to save modifications
 
  
-- 
GitLab