Re: [poly_collection] Doc not being automatically built

Joaquin M López Muñoz via Boost-docs <[email protected]> Tue, 6 Jun 2017 14:28:33 +0200
Newsgroups gmane.comp.lib.boost.documentation
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============8744220535683008819==
Content-Type: multipart/alternative;
 boundary="------------A01E351027BBCF2E33537E2B"

This is a multi-part message in MIME format.
--------------A01E351027BBCF2E33537E2B
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 8bit

El 06/06/2017 a las 1:02, Rene Rivera via Boost-docs escribió:
>
> On Mon, Jun 5, 2017 at 6:01 PM, Joaquín M López Muñoz via Boost-docs 
> <[email protected] <mailto:[email protected]>> wrote:
>
>
>     The redirect *was* wrong, I fixed it an hour ago:
>
>     https://github.com/boostorg/poly_collection/commit/8b65ec8c00e0c813dc34e5fbae070578763c9745
>     <https://github.com/boostorg/poly_collection/commit/8b65ec8c00e0c813dc34e5fbae070578763c9745>
>
>
> Ah, awesome. We'll just have to wait for the builds to get propagated 
> to the web site.

The redirect is already working and we're almost there. For some reason 
images
are not being copied in the process, see for example:

http://www.boost.org/doc/libs/develop/doc/html/poly_collection/an_efficient_polymorphic_data_st.html

The first broken image URL is

http://www.boost.org/doc/libs/develop/doc/html/img/ptr_vector.png

which for whatever reason is not there. The image copy action is

   # HTML dependencies for standalone docs.
   install images : [ glob img/*.png ] : <location>html/img ;
   explicit images ;

referred to in

   alias boostdoc : poly_collection : : <dependency>images ;

FWIW, image copying is succesful when buiilding standalone:

   boostbook standalone
     : poly_collection
     :
       <xsl:param>boost.defaults=Boost
       <xsl:param>boost.image.src=img/boost.png
<xsl:param>boost.root=http://www.boost.org/doc/libs/release
       #<xsl:param>boost.root=../../../..
       <dependency>images
   ;

1. Any clue what's going on?
2. Is ...doc/html/img/ a permissible folder to copy images? Should I use
e.g. ...doc/html/poly_collection/img/ instead to prevent collisions with 
other
libs? I can't seem to find any guideline to this respect.

Joaquín M López Muñoz

--------------A01E351027BBCF2E33537E2B
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: 8bit

<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">El 06/06/2017 a las 1:02, Rene Rivera
      via Boost-docs escribió:<br>
    </div>
    <blockquote
cite="mid:CAHEh_Gi4+iUWOnme8Lkk08mjHPW0uL5wYBTirZ8jeYP8ZYa_vg@mail.gmail.com"
      type="cite">
      <div dir="ltr"><br>
        <div class="gmail_extra">On Mon, Jun 5, 2017 at 6:01 PM, Joaquín
          M López Muñoz via Boost-docs <span dir="ltr">&lt;<a
              moz-do-not-send="true"
              href="mailto:[email protected]" target="_blank">[email protected]</a>&gt;</span>
          wrote:<br>
          <div class="gmail_quote">
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div dir="auto"><span class=""></span><br>
                The redirect *was* wrong, I fixed it an hour ago:
                <div><br>
                </div>
                <div><a moz-do-not-send="true"
href="https://github.com/boostorg/poly_collection/commit/8b65ec8c00e0c813dc34e5fbae070578763c9745"
                    target="_blank">https://github.com/boostorg/<wbr>poly_collection/commit/<wbr>8b65ec8c00e0c813dc34e5fbae0705<wbr>78763c9745</a></div>
              </div>
            </blockquote>
            <div><br>
            </div>
            <div>Ah, awesome. We'll just have to wait for the builds to
              get propagated to the web site.</div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    The redirect is already working and we're almost there. For some
    reason images<br>
    are not being copied in the process, see for example:<br>
    <br>
<a class="moz-txt-link-freetext" href="http://www.boost.org/doc/libs/develop/doc/html/poly_collection/an_efficient_polymorphic_data_st.html">http://www.boost.org/doc/libs/develop/doc/html/poly_collection/an_efficient_polymorphic_data_st.html</a><br>
    <br>
    The first broken image URL is<br>
    <br>
    <a class="moz-txt-link-freetext" href="http://www.boost.org/doc/libs/develop/doc/html/img/ptr_vector.png">http://www.boost.org/doc/libs/develop/doc/html/img/ptr_vector.png</a><br>
    <br>
    which for whatever reason is not there. The image copy action is<br>
    <br>
      # HTML dependencies for standalone docs.<br>
      install images : [ glob img/*.png ] : &lt;location&gt;html/img ;<br>
      explicit images ;<br>
    <br>
    referred to in <br>
    <br>
      alias boostdoc : poly_collection : : &lt;dependency&gt;images ;<br>
    <br>
    FWIW, image copying is succesful when buiilding standalone:<br>
    <br>
      boostbook standalone<br>
        : poly_collection<br>
        : <br>
          &lt;xsl:param&gt;boost.defaults=Boost<br>
          &lt;xsl:param&gt;boost.image.src=img/boost.png<br>
         
    &lt;xsl:param&gt;boost.root=<a class="moz-txt-link-freetext" href="http://www.boost.org/doc/libs/release">http://www.boost.org/doc/libs/release</a><br>
          #&lt;xsl:param&gt;boost.root=../../../..<br>
          &lt;dependency&gt;images<br>
      ;<br>
    <br>
    1. Any clue what's going on?<br>
    2. Is ...doc/html/img/ a permissible folder to copy images? Should I
    use<br>
    e.g. ...doc/html/poly_collection/img/ instead to prevent collisions
    with other<br>
    libs? I can't seem to find any guideline to this respect.<br>
    <br>
    Joaquín M López Muñoz<br>
  </body>
</html>

--------------A01E351027BBCF2E33537E2B--

--===============8744220535683008819==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Boost-docs mailing list
[email protected]
https://lists.boost.org/mailman/listinfo.cgi/boost-docs

--===============8744220535683008819==--