Great! Are you still working on the transformation from odt to rst? Is the
user doc conversion completed that we can start working on the content?

Today I worked on styling (removed background image) and fixed links in the
top navigation div.

I had a look at the origin odt file and the converted rst's a here some
comments:
- the images are references with pattern |image_name_extension|. I'm not
sure about the current committed rst files but I expected a result like
this from the the BulkConvert class :

.. image::image/import_wiz.png

- I tested a bit with sidebars and have a solution for the notes within the
odt files (I assume these were not converted by the odt2sphinx tool and we
have to check ist after conversion):
   - I added an additional line in layout.html of the udig theme : {%-
block sidebar2 %}{% endblock %}
   - I tested the ..sidebar:: directive in
the ImportDirectlytoTheCatalog.rst file
   - we can think about using ..notes:: directives instead but this would
create longer pages than with the sidebar.

- I thought about using the rst2pdf extension to export pdf out of it but
it failed to install it with sudo easy_install rst2pdf. I guess its because
of my python env (2.5.1) and a missing dependencies .. Do you know how to
update python on mac osx (lion)?

Have a look at the changes
https://github.com/uDig/udig-platform/commit/4ad31494d2698d1e09ceb1e11176d2a5a53ad1fb

Cheers,
Frank

2012/6/11 Jody Garnett <jody.garn...@gmail.com>

>  I have completed walkthrough 1. Most of the time was spent on an
> ImageRename utility which was used to update all the image references
> coming out of odt2sphinx. I was however bad and spent a fair bit of time
> rewriting the text of walkthrough 1. In particular the "flyout" text for
> background information is not working very well as a sphinx "sidebar".
>
> I am really looking forward to Frank's return so we can see this content
> on our website!
> --
> Jody Garnett
>
>
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel
>
>
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to