Re: [poly_collection] Doc not being automatically built
Rene Rivera via Boost-docs <[email protected]> Tue, 6 Jun 2017 09:31:55 -0500
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <CAHEh_GifBzyxKT4tyJBbUnd1FL59bHY_5qk+gOk718vgxF+Y7Q@mail.gmail.com> |
--===============5790725957197999525== Content-Type: multipart/alternative; boundary="001a11c033da46b94d05514b7b6e" --001a11c033da46b94d05514b7b6e Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, Jun 6, 2017 at 7:28 AM, Joaquin M L=C3=B3pez Mu=C3=B1oz via Boost-d= ocs < [email protected]> wrote: > El 06/06/2017 a las 1:02, Rene Rivera via Boost-docs escribi=C3=B3: > > > On Mon, Jun 5, 2017 at 6:01 PM, Joaqu=C3=ADn M L=C3=B3pez Mu=C3=B1oz via = Boost-docs < > [email protected]> wrote: > >> >> The redirect *was* wrong, I fixed it an hour ago: >> >> https://github.com/boostorg/poly_collection/commit/8b65ec8c0 >> 0e0c813dc34e5fbae070578763c9745 >> > > 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=3DBoost > <xsl:param>boost.image.src=3Dimg/boost.png > <xsl:param>boost.root=3Dhttp://www.boost.org/doc/libs/release > #<xsl:param>boost.root=3D../../../.. > <dependency>images > ; > > 1. Any clue what's going on? > Yes.. You should copy it to the common root/doc/html directory instead. > 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. > There is no current guideline.. But anything sensible like using your own sub-directory is appreciated. --=20 -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail --001a11c033da46b94d05514b7b6e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div class=3D"gmail_extra"><div class=3D"gmail_quote">On T= ue, Jun 6, 2017 at 7:28 AM, Joaquin M L=C3=B3pez Mu=C3=B1oz via Boost-docs = <span dir=3D"ltr"><<a href=3D"mailto:[email protected]" target= =3D"_blank">[email protected]</a>></span> wrote:<br><blockquote= class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc soli= d;padding-left:1ex"> =20 =20 =20 <div bgcolor=3D"#FFFFFF" text=3D"#000000"><span class=3D""> <div class=3D"m_-1115411366333215280moz-cite-prefix">El 06/06/2017 a la= s 1:02, Rene Rivera via Boost-docs escribi=C3=B3:<br> </div> </span><blockquote type=3D"cite"> <div dir=3D"ltr"><br> <div class=3D"gmail_extra"><span class=3D"">On Mon, Jun 5, 2017 at = 6:01 PM, Joaqu=C3=ADn M L=C3=B3pez Mu=C3=B1oz via Boost-docs <span dir=3D"ltr"><<a h= ref=3D"mailto:[email protected]" target=3D"_blank">boost-docs@list= s.boost.org</a>></span> wrote:<br> </span><span class=3D""><div class=3D"gmail_quote"> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;bo= rder-left:1px #ccc solid;padding-left:1ex"> <div dir=3D"auto"><span></span><br> The redirect *was* wrong, I fixed it an hour ago: <div><br> </div> <div><a href=3D"https://github.com/boostorg/poly_collection= /commit/8b65ec8c00e0c813dc34e5fbae070578763c9745" target=3D"_blank">https:/= /github.com/boostorg/po<wbr>ly_collection/commit/8b65ec8c0<wbr>0e0c813dc34e= 5fbae070578763c974<wbr>5</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> </span></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=3D"m_-1115411366333215280moz-txt-link-freetext" href=3D"http://www= .boost.org/doc/libs/develop/doc/html/poly_collection/an_efficient_polymorph= ic_data_st.html" target=3D"_blank">http://www.boost.org/doc/libs/<wbr>devel= op/doc/html/poly_<wbr>collection/an_efficient_<wbr>polymorphic_data_st.html= </a><br> <br> The first broken image URL is<br> <br> <a class=3D"m_-1115411366333215280moz-txt-link-freetext" href=3D"http:/= /www.boost.org/doc/libs/develop/doc/html/img/ptr_vector.png" target=3D"_bla= nk">http://www.boost.org/doc/libs/<wbr>develop/doc/html/img/ptr_<wbr>vector= .png</a><br> <br> which for whatever reason is not there. The image copy action is<br> <br> =C2=A0 # HTML dependencies for standalone docs.<br> =C2=A0 install images : [ glob img/*.png ] : <location>html/img ;= <br> =C2=A0 explicit images ;<br> <br> referred to in <br> <br> =C2=A0 alias boostdoc : poly_collection : : <dependency>images ;<= br> <br> FWIW, image copying is succesful when buiilding standalone:<br> <br> =C2=A0 boostbook standalone<br> =C2=A0=C2=A0=C2=A0 : poly_collection<br> =C2=A0=C2=A0=C2=A0 : <br> =C2=A0=C2=A0 =C2=A0=C2=A0 <xsl:param>boost.defaults=3D<wbr>Boost<= br> =C2=A0=C2=A0 =C2=A0=C2=A0 <xsl:param>boost.image.src=3D<wbr>img/b= oost.png<br> =C2=A0=C2=A0 =C2=A0=C2=A0 <xsl:param>boost.root=3D<a class=3D"m_-1115411366333215280moz-txt= -link-freetext" href=3D"http://www.boost.org/doc/libs/release" target=3D"_b= lank">http://<wbr>www.boost.org/doc/libs/release</a><br> =C2=A0 =C2=A0 =C2=A0 #<xsl:param>boost.root=3D../../.<wbr>./..<br= > =C2=A0 =C2=A0 =C2=A0 <dependency>images<br> =C2=A0 ;<br> <br> 1. Any clue what's going on?<br></div></blockquote><div><br></div><= div>Yes.. You should copy it to the common root/doc/html directory instead.= </div><div>=C2=A0</div><blockquote class=3D"gmail_quote" style=3D"margin:0 = 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor=3D"#FFFF= FF" text=3D"#000000"> 2. Is ...doc/html/img/ a permissible folder to copy images? Should I use<br> e.g. ...doc/html/poly_collection/<wbr>img/ instead to prevent collision= s with other<br> libs? I can't seem to find any guideline to this respect.<br></div>= </blockquote><div><br></div><div>There is no current guideline.. But anythi= ng sensible like using your own sub-directory is appreciated.</div><div>=C2= =A0</div></div><div><br></div>-- <br><div class=3D"gmail_signature" data-sm= artmail=3D"gmail_signature"><div dir=3D"ltr">-- Rene Rivera<br>-- Grafik - = Don't Assume Anything<br>-- Robot Dreams -=C2=A0<a href=3D"http://robot= -dreams.net/" target=3D"_blank">http://robot-dreams.net</a><br>-- rrivera/<= a href=3D"http://acm.org/" target=3D"_blank">acm.org</a>=C2=A0(msn)=C2=A0-= =C2=A0grafikrobot/aim,yahoo,skype,efnet,gmail</div></div> </div></div> --001a11c033da46b94d05514b7b6e-- --===============5790725957197999525== 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 --===============5790725957197999525==--