fuel docs shows the same content twice

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

fuel docs shows the same content twice

Peter Uhnak
Hi,

not sure where to report this, but in this page of fuel docs


all the chapters are twice there

Basic examples
...
FileStream
...
Compressing
...
Showing a progress bar
...
Basic examples
...
FileStream
...
Compressing
...
Showing a progress bar
...

Peter
Reply | Threaded
Open this post in threaded view
|

Re: fuel docs shows the same content twice

Peter Uhnak
In fact this is problem on every page: it shows the Getting Started on the top, and then continues with the actual content of the page, e.g. https://rmod.inria.fr/web/software/Fuel/Version1.9/Documentation/Globals?_s=gnS5amSI-7GcDf_k&_k=4e8w5tCS4RRm35p7&_n&19

On Tue, Mar 27, 2018 at 6:29 PM, Peter Uhnák <[hidden email]> wrote:
Hi,

not sure where to report this, but in this page of fuel docs


all the chapters are twice there

Basic examples
...
FileStream
...
Compressing
...
Showing a progress bar
...
Basic examples
...
FileStream
...
Compressing
...
Showing a progress bar
...

Peter

Reply | Threaded
Open this post in threaded view
|

Re: fuel docs shows the same content twice

Peter Uhnak
Finally it would be great if all code such as this

'demo.fuel' asFileReference writeStreamDo: [ ... ]

be written as this 

'demo.fuel' asFileReference ensureDelete; writeStreamDo:  [ ... ]

Otherwise it is way too easy to forget and creates a major problem, especially for binary files.

Thanks!

Peter

On Tue, Mar 27, 2018 at 6:39 PM, Peter Uhnák <[hidden email]> wrote:
In fact this is problem on every page: it shows the Getting Started on the top, and then continues with the actual content of the page, e.g. https://rmod.inria.fr/web/software/Fuel/Version1.9/Documentation/Globals?_s=gnS5amSI-7GcDf_k&_k=4e8w5tCS4RRm35p7&_n&19

On Tue, Mar 27, 2018 at 6:29 PM, Peter Uhnák <[hidden email]> wrote:
Hi,

not sure where to report this, but in this page of fuel docs


all the chapters are twice there

Basic examples
...
FileStream
...
Compressing
...
Showing a progress bar
...
Basic examples
...
FileStream
...
Compressing
...
Showing a progress bar
...

Peter