[llvm-commits] [PATCH] Convert ProgrammersManual.html to reST

Sean Silva silvas at purdue.edu
Mon Dec 3 19:24:35 PST 2012


Committed in r169208 with a couple tiny tweaks. Thanks!

For future reference, you can use a :doc:`ProgrammersManual` to refer
directly to ProgrammersManual.rst (without having to put a target at
the top). It doesn't really matter that much though; getting the
conversion done is *far* more important. Thanks so much!

> that I found in the last moment are corrected.  As for doxygen links, I used
> "(`doxygen <http://llvm...>`__)" which produces anonymous links since
> otherwise Sphinx emits a bunch of warnings "target mismatch for link with
> text 'doxygen'".

I hope you didn't spend a lot of time finding out how to work around
that warning... it took me a while to find out how to circumvent the
same problem (see r165380).

> By the way, I found out that links to "Dinkumware C++ Library" and "Bruce
> Eckel’s Thinking in C++" in General Information section are broken as of
> now, maybe it would be better to remove them?

Good catch. I'll fix this.

-- Sean Silva

On Mon, Dec 3, 2012 at 4:16 PM, Alexander Zinenko <ftynse at gmail.com> wrote:
> Hello Sean, thanks for the review!
>
> Please, find the updated patch in attachment. I removed all HTML-specific
> staff and changed the label from _Function to _c_Function, standing for
> class Function analogous to _m_Function for its members.  Also some typos
> that I found in the last moment are corrected.  As for doxygen links, I used
> "(`doxygen <http://llvm...>`__)" which produces anonymous links since
> otherwise Sphinx emits a bunch of warnings "target mismatch for link with
> text 'doxygen'".
>
> By the way, I found out that links to "Dinkumware C++ Library" and "Bruce
> Eckel’s Thinking in C++" in General Information section are broken as of
> now, maybe it would be better to remove them?
>
>
> --
> Alexander Zinenko
> HPC Center NTUU "KPI"
>




More information about the llvm-commits mailing list