10:59:44 <mgarrido> First steps with nikola. Tt's been really hard to install on ubuntu 14.04 14:50:39 <LeCoVi> hi there! 14:51:09 <LeCoVi> I'm having some trouble with a reST extension... may be someone can help me 14:52:24 <LeCoVi> I'm trying to make a plugin that read a nested directive, but I'm not getting the right code... :'( 15:06:15 <ChrisWarrick> LeCoVi: I’m afraid we are not necessarily reST experts… Are you aware of any existing things like this? I would recommend googling around, or asking on the docutils mailing lists 15:08:01 <ChrisWarrick> KwBot: tell mgarrido Sorry for your bad experience. What errors appeared? Have you tried going through the install instructions on our website, including the troubleshooting boxes? 15:08:01 <KwBot> ChrisWarrick: acknowledged. 15:08:10 <ChrisWarrick> KwBot: tell LeCoVi [repeat] I’m afraid we are not necessarily reST experts… Are you aware of any existing things like this? I would recommend googling around, or asking on the docutils mailing lists 15:08:10 <KwBot> ChrisWarrick: acknowledged. 15:22:28 <KwBot> LeCoVi: 15:08:10 <ChrisWarrick> [repeat] I’m afraid we are not necessarily reST experts… Are you aware of any existing things like this? I would recommend googling around, or asking on the docutils mailing lists 15:27:58 <LeCoVi> Yes I'm aware... I'm beeing trying googling it but with no success 15:29:15 <LeCoVi> I'm trying to make a plugin for nikola rest compiler 15:30:24 <ChrisWarrick> LeCoVi: what is it supposed to do? 15:31:31 <LeCoVi> The idea is to use accordion & group list from bootstrap 15:31:51 <LeCoVi> something like: 15:31:55 <LeCoVi> .. accordion:: 15:32:04 <LeCoVi> .. collapse:: Title 1 15:32:08 <LeCoVi> 15:32:19 <LeCoVi> content1 15:32:27 <LeCoVi> .. collapse:: Title 2 15:32:37 <LeCoVi> 15:32:43 <LeCoVi> content 2 15:32:43 <LeCoVi> 15:33:27 <ChrisWarrick> LeCoVi: Have you tried creting independent `accordion` and `collapse` directives? 15:33:49 <LeCoVi> the collapse directive is working fine... buy I'm not getting to get the right nested accordion 15:34:04 <LeCoVi> (sorry my english It's a little bit rusty) 15:34:26 <LeCoVi> yes, collapse It's now working fine 15:36:18 <LeCoVi> Here is my collapse.py http://linkode.org/Hyn5APqaBqwaj9TMerxHa4 15:37:16 <LeCoVi> and heres is my accordion.py http://linkode.org/1Fqb7jzRp4Y6q98oul7Gl2 15:39:46 <LeCoVi> I've been reading there is a ".. container::" directive, if I use the container directive works fine with the class panel-group but this directive has no "id", "role" ant "aria-multiselectable" options... that would be nice to have 16:02:01 <ChrisWarrick> LeCoVi: that directive is probably an ugly rest builtin 16:02:53 <ChrisWarrick> LeCoVi: What’s the output, and what output is desired? Do you have the indentation right? 16:03:54 <ChrisWarrick> LeCoVi: (just note that when I was building getnikola.com, I threw reST out of the window rather quickly, instead opting to write raw HTML.) 16:08:19 <LeCoVi> The output is fine, because the contaniner directive wraps the .. collapse:: ones inside 16:08:52 <LeCoVi> Now I'm trying to inherit Accordion from Contanier class... 16:09:00 <LeCoVi> to add the "missing" options 16:59:28 <LeCoVi> sorry my PC went off 17:03:00 <ChrisWarrick> LeCoVi: you didn’t miss anything, why not look up the container source and try doing it in your own code? 17:08:22 <LeCoVi> Yes, that's what I'm trying right now... 17:08:44 <LeCoVi> I'm not getting the options to work 18:13:33 <ChrisWarrick> LeCoVi: you should really ask for help on docutils mailing lists 18:15:23 <LeCoVi> thanks