IRC logs of #shogun for Monday, 2015-03-23

--- Log opened Mon Mar 23 00:00:11 2015
-!- HeikoS [~heiko@0543fcaf.skybroadband.com] has quit [Quit: Leaving.]00:56
-!- curiousguy13 [~curiousgu@59.177.204.193] has quit [Ping timeout: 244 seconds]01:05
-!- curiousguy13 [~curiousgu@59.177.192.72] has joined #shogun01:18
-!- HeikoS [~heiko@0543fcaf.skybroadband.com] has joined #shogun01:32
-!- mode/#shogun [+o HeikoS] by ChanServ01:32
-!- PirosB3_ [~pirosb3@host33-99-dynamic.181-80-r.retail.telecomitalia.it] has quit [Quit: PirosB3_]01:52
@HeikoSlisitsyn: pushed something02:53
@HeikoSlisitsyn: let me know how it goes tomorrow02:53
-!- HeikoS [~heiko@0543fcaf.skybroadband.com] has quit [Quit: Leaving.]02:55
shogun-buildbotbuild #868 of nightly_none is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/nightly_none/builds/868  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, jiaolong_cvc228 <jiaolongxu@gmail.com>03:01
-!- curiousguy13 [~curiousgu@59.177.192.72] has quit [Ping timeout: 272 seconds]04:28
-!- pickle27 [~pickle27@192-0-134-235.cpe.teksavvy.com] has quit [Remote host closed the connection]04:44
-!- vortex_ape [~vortex_ap@120.59.76.163] has joined #shogun05:44
shogun-buildbotbuild #986 of nightly_default is complete: Failure [failed notebooks]  Build details are at http://buildbot.shogun-toolbox.org/builders/nightly_default/builds/986  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, jiaolong_cvc228 <jiaolongxu@gmail.com>06:05
-!- vortex_ape [~vortex_ap@120.59.76.163] has quit [Ping timeout: 256 seconds]06:34
-!- vortex_ape [~vortex_ap@120.57.192.184] has joined #shogun06:45
-!- vortex_ape [~vortex_ap@120.57.192.184] has quit [Ping timeout: 250 seconds]07:14
-!- vortex_ape [~vortex_ap@120.59.79.25] has joined #shogun07:14
-!- vortex_ape [~vortex_ap@120.59.79.25] has quit [Ping timeout: 264 seconds]07:48
-!- kshitijk [~kshitijk@220.227.149.86] has joined #shogun09:21
-!- kshitijk [~kshitijk@220.227.149.86] has quit [Ping timeout: 255 seconds]09:47
-!- PirosB3_ [~pirosb3@host33-99-dynamic.181-80-r.retail.telecomitalia.it] has joined #shogun10:19
-!- HeikoS [~heiko@0543fcaf.skybroadband.com] has joined #shogun11:11
-!- mode/#shogun [+o HeikoS] by ChanServ11:11
@lisitsynHeikoS: hey11:17
@lisitsynneed explanation11:17
@HeikoSlisitsyn:11:24
@HeikoShi11:25
@HeikoSlisitsyn: shoot11:26
@lisitsynHeikoS: why do you think we don't need custom html?11:28
@lisitsynI didn't see alternatives want to know11:29
-!- Floatingman [~Floatingm@c-68-52-34-232.hsd1.tn.comcast.net] has quit [Ping timeout: 246 seconds]11:36
@HeikoSlisitsyn:11:48
@HeikoSlisitsyn: because docutils should contain a node type for simple <div> container, ?11:48
@HeikoSwe then just have to nest them?11:49
@HeikoShave a look at the page.html layout11:49
@HeikoSits all just dics11:49
@HeikoSdivs11:49
@lisitsynhmm11:54
@lisitsynHeikoS: how to set up classes?11:54
@HeikoScheck the file11:54
@HeikoSnodes.py11:54
@HeikoSof docutils11:54
@HeikoSthere is a function called container_wrapper11:54
@HeikoSor so11:54
@HeikoSthere they do something similar11:54
@HeikoSone can set the class of the div11:54
@HeikoSbut I couldnt figure it out11:55
@HeikoSso maybe custom html is better11:55
@HeikoSany idea how to do it?11:55
@lisitsynHeikoS: not yet11:56
-!- curiousguy13 [~curiousgu@59.177.201.71] has joined #shogun12:01
@HeikoSok let me know12:06
@HeikoSwe are close, lisitsyn :)12:06
@lisitsynHeikoS: sorry I am randomly distracted12:06
@HeikoSthen we can do some templating of the .rst files12:06
@lisitsynHeikoS: where is that nodes.py?12:06
@HeikoSlocate nodes.py | grep docutils12:07
@lisitsynhaha ok12:07
@HeikoSlisitsyn: see the function?12:13
@lisitsynHeikoS: I have no container_wrapper12:19
@lisitsynthere is class container12:19
@lisitsynI tried that12:19
@lisitsynit adds <div> around this stuff12:19
@lisitsynbut class if 'container'12:19
@HeikoScontainer should do it?12:20
@HeikoSsorry12:20
@HeikoSthats the one I meant12:20
@HeikoSthe function is in12:20
@HeikoS/usr/local/lib/python2.7/dist-packages/sphinx/directives/code.py12:21
@HeikoScontainer_wrapper12:21
@HeikoSit creates a docutils.nodes.container, and wraps the given node in it12:21
@HeikoSlisitsyn: see?12:21
@lisitsynHeikoS: oh12:25
@lisitsynlet me try that just now12:25
@lisitsynHeikoS: we should do similar thing12:26
@HeikoSlisitsyn: yep12:26
@HeikoSlisitsyn: I tried to adapt but I think there is a problem with this hack of modifying the current node12:26
@HeikoSname clashes or so12:26
@lisitsynHeikoS: ok I managed to add a class12:28
@HeikoSlisitsyn: cool12:32
@HeikoSpush12:32
@HeikoSlisitsyn: with this, we can just nest them and add the tabs this way12:32
@HeikoSsee page.html12:32
@HeikoSjust need to mimic that12:32
@HeikoSjust leave the tab definitions in page.html for now so that they are for the whole page12:33
@lisitsynHeikoS: we need to add 'role'12:34
@lisitsynHeikoS: ok pushed12:34
@lisitsynbut we still need 'role' attribute12:34
@HeikoS<div class="tab-content">12:36
@HeikoS    <div role="tabpanel" class="tab-pane active" id="python">12:36
@HeikoS      <div class="contents">12:36
@HeikoS      {{ body }}12:36
@HeikoS      </div>12:36
@HeikoS    </div>12:36
@HeikoSyep12:36
@lisitsynclass="tab-content container"12:37
@lisitsynHeikoS: ^ that's how outer div looks like12:37
@HeikoSyep12:37
@HeikoSok12:37
@HeikoSlisitsyn: I am currently busy, will check later12:38
@lisitsynHeikoS: ok12:38
@HeikoSlisitsyn: but should not be too hard to add attributes to containers?12:38
@lisitsynHeikoS: I am trying to find how12:38
@HeikoSlisitsyn: great!12:38
@HeikoSlisitsyn: almost there!12:38
@lisitsynhttp://stackoverflow.com/questions/13168702/how-to-add-rel-attribute-to-docutils-sphinx-reference-in-html-output12:44
@lisitsynHeikoS: ^12:44
@lisitsynwe need to override visit thing I guess12:44
-!- HeikoS [~heiko@0543fcaf.skybroadband.com] has quit [Ping timeout: 272 seconds]13:03
-!- curiousguy13 [~curiousgu@59.177.201.71] has quit [Ping timeout: 256 seconds]13:05
-!- curiousguy13 [~curiousgu@120.59.103.43] has joined #shogun13:18
-!- HeikoS [~heiko@laptop-net.gatsby.ucl.ac.uk] has joined #shogun13:58
-!- mode/#shogun [+o HeikoS] by ChanServ13:58
-!- HeikoS [~heiko@laptop-net.gatsby.ucl.ac.uk] has quit [Client Quit]14:01
-!- vortex_ape [~vortex_ap@59.177.133.180] has joined #shogun14:07
-!- HeikoS [~heiko@laptop-net.gatsby.ucl.ac.uk] has joined #shogun14:07
-!- mode/#shogun [+o HeikoS] by ChanServ14:07
-!- HeikoS [~heiko@laptop-net.gatsby.ucl.ac.uk] has quit [Ping timeout: 256 seconds]14:12
-!- PirosB3_ [~pirosb3@host33-99-dynamic.181-80-r.retail.telecomitalia.it] has quit [Quit: PirosB3_]14:24
-!- kshitijk [~kshitijk@202.78.169.243] has joined #shogun14:38
-!- kshitijk [~kshitijk@202.78.169.243] has quit [Ping timeout: 256 seconds]14:58
-!- xAndreLopesx [ThrashIRC@186.231.128.39] has joined #shogun15:03
-!- xAndreLopesx [ThrashIRC@186.231.128.39] has left #shogun []15:03
-!- kshitijk [~kshitijk@220.227.149.86] has joined #shogun15:22
-!- Floatingman [~Floatingm@c-68-52-34-232.hsd1.tn.comcast.net] has joined #shogun15:35
-!- xAndreLopesx [ThrashIRC@186.231.128.39] has joined #shogun15:54
-!- xAndreLopesx [ThrashIRC@186.231.128.39] has left #shogun []15:54
-!- kshitijk [~kshitijk@220.227.149.86] has quit [Ping timeout: 256 seconds]16:56
-!- kshitijk [~kshitijk@220.227.149.86] has joined #shogun16:57
-!- kshitijk [~kshitijk@220.227.149.86] has quit [Ping timeout: 246 seconds]17:31
-!- vortex_ape [~vortex_ap@59.177.133.180] has quit [Ping timeout: 264 seconds]17:58
-!- hargup [uid10222@gateway/web/irccloud.com/x-rvoijlwgdgecsljg] has joined #shogun18:01
-!- kshitijk [~kshitijk@220.227.149.86] has joined #shogun18:47
-!- iglesiasg [~iglesias@524B8E0B.cm-4-4c.dynamic.ziggo.nl] has joined #shogun19:05
-!- mode/#shogun [+o iglesiasg] by ChanServ19:05
@iglesiasgHello, guys19:05
@iglesiasghi nileshK19:05
@iglesiasgI guess you are Nilesh Kulkarni, is that right?19:05
-!- curiousguy13 [~curiousgu@120.59.103.43] has quit [Ping timeout: 252 seconds]19:05
-!- kshitijk [~kshitijk@220.227.149.86] has quit [Ping timeout: 256 seconds]19:06
-!- kshitijk [~kshitijk@220.227.149.86] has joined #shogun19:07
-!- curiousguy13 [~curiousgu@120.59.235.32] has joined #shogun19:18
-!- iglesiasg [~iglesias@524B8E0B.cm-4-4c.dynamic.ziggo.nl] has quit [Quit: leaving]20:03
-!- PirosB3_ [~pirosb3@host33-99-dynamic.181-80-r.retail.telecomitalia.it] has joined #shogun20:10
-!- PirosB3_ [~pirosb3@host33-99-dynamic.181-80-r.retail.telecomitalia.it] has quit [Quit: PirosB3_]20:47
nileshKHi21:45
-!- kshitijk [~kshitijk@220.227.149.86] has quit [Ping timeout: 264 seconds]21:49
-!- PirosB3_ [~pirosb3@host33-99-dynamic.181-80-r.retail.telecomitalia.it] has joined #shogun22:24
--- Log closed Tue Mar 24 00:00:12 2015

Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!