Re: [Pharo-dev] Pharo Docs Generation

2014-05-15 Thread Esteban Lorenzano
well.. current configuration is taking filetree… we should do one using github. I do not have time right now, but feel free to implement :) Esteban On 15 May 2014, at 14:29, Yuriy Tymchuk wrote: > Is there a configuration for it? If no, can we create one and put on meta > repo? > > Uko > >

Re: [Pharo-dev] Pharo Docs Generation

2014-05-15 Thread Yuriy Tymchuk
Is there a configuration for it? If no, can we create one and put on meta repo? Uko On 15 May 2014, at 14:13, Esteban Lorenzano wrote: > once installed, you can export doing something like this: > > (WebDocExporter packages: RPackageOrganizer default packages) exportTo: > './doc' asFileRefere

Re: [Pharo-dev] Pharo Docs Generation

2014-05-15 Thread Esteban Lorenzano
once installed, you can export doing something like this: (WebDocExporter packages: RPackageOrganizer default packages) exportTo: './doc' asFileReference. (that exports everything, you will need to select your own packages) Esteban On 15 May 2014, at 14:10, p...@highoctane.be wrote: > Awesome

Re: [Pharo-dev] Pharo Docs Generation

2014-05-15 Thread p...@highoctane.be
Awesome, I wondered how that was done in order to use it for my own things. On Thu, May 15, 2014 at 1:54 PM, Esteban Lorenzano wrote: > yes, > > https://github.com/estebanlm/pharo-webdoc > > is a filetree project so you need to clone repo into ./repository to make > it work. > > cheers, > Est

Re: [Pharo-dev] Pharo Docs Generation

2014-05-15 Thread Gabriel Cotelli
Thanks, I will give it a try On Thu, May 15, 2014 at 8:54 AM, Esteban Lorenzano wrote: > yes, > > https://github.com/estebanlm/pharo-webdoc > > is a filetree project so you need to clone repo into ./repository to make > it work. > > cheers, > Esteban > > On 15 May 2014, at 13:41, Gabriel Cotelli

Re: [Pharo-dev] Pharo Docs Generation

2014-05-15 Thread Esteban Lorenzano
yes, https://github.com/estebanlm/pharo-webdoc is a filetree project so you need to clone repo into ./repository to make it work. cheers, Esteban On 15 May 2014, at 13:41, Gabriel Cotelli wrote: > Hi, > anybody knows how it's generated the online docs in pharodocs ?. > > Is there a package

Re: [Pharo-dev] Pharo Docs Generation

2014-05-15 Thread Yuriy Tymchuk
Last time I’ve asked, it had dependency on SeaSide Uko On 15 May 2014, at 13:41, Gabriel Cotelli wrote: > Hi, > anybody knows how it's generated the online docs in pharodocs ?. > > Is there a package or script that can be applied to an specific set of > packages? > > Thanks, Gabriel.

[Pharo-dev] Pharo Docs Generation

2014-05-15 Thread Gabriel Cotelli
Hi, anybody knows how it's generated the online docs in pharodocs ?. Is there a package or script that can be applied to an specific set of packages? Thanks, Gabriel.