[llvm-commits] [tsan] update documentation

Sean Silva silvas at purdue.edu
Thu Dec 13 01:54:57 PST 2012


> How can I convert rst->html to check my changes?

cd docs/; make -f Makefile.sphinx; $BROWSER _build/html/ThreadSanitizer.html

In general, you don't need to check your formatting changes to
documentation since they can always be easily fixed by someone else
(like me). Focus on adding useful content to the documentation, not on
formatting.

-- Sean Silva

On Thu, Dec 13, 2012 at 1:49 AM, Dmitry Vyukov <dvyukov at google.com> wrote:
> On Thu, Dec 13, 2012 at 3:50 AM, Sean Silva <silvas at purdue.edu> wrote:
>> Hi, sorry to do this to you but we are in the middle of converting
>> Clang's documentation to reStructuredText. Please update to ToT and
>> make these changes to docs/ThreadSanitizer.rst. reStructuredText is a
>> plain-text-like simple markup language and it should be easy to
>> modify; if you need any help please let me know.
>
> Hi,
>
> How can I convert rst->html to check my changes?
>
>
>> On Wed, Dec 12, 2012 at 11:07 AM, Dmitry Vyukov <dvyukov at google.com> wrote:
>>> Please review the following patch:
>>> https://codereview.appspot.com/6931050/diff/1/ThreadSanitizer.html
>>>
>>>
>>>
>>> _______________________________________________
>>> llvm-commits mailing list
>>> llvm-commits at cs.uiuc.edu
>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>>



More information about the llvm-commits mailing list