@phosek mentioned others might want it reST for consistency. As I
personally do not like Markdown at all and just did the "usual GitHub
read-me thing" out of habit, I am more than happy to oblige.
Also fix the typos found in the original.
Differential D116524
[doc][cmake] Convert read-me for the common CMake utils to reST Ericson2314 on Jan 3 2022, 12:02 AM. Authored by
Details @phosek mentioned others might want it reST for consistency. As I Also fix the typos found in the original.
Diff Detail
Event TimelineComment Actions Coming from https://reviews.llvm.org/D116477#inline-1114179, just let me know what style you think is best for the tools and runtime libs alike, @idionne, and I will happy go update all of them + the readme to match. Comment Actions Hmm, i guess this does seem sound.
Comment Actions This looks reasonable, thank you for writing it. The only thing I'm not sure about is the format. We use reStructuredText for most documentation in LLVM although we do have a handful of Markdown documents in the tree. Personally, I'm fine with either format but others may have stronger opinion on this.
Comment Actions LGTM too. I think markdown is probably better than rst for documentation files that aren't part of the sphinx doc builds, so I'd leave this as md. Comment Actions I will fix the typo and convert it. I actually agree Markdown is terrible on principle, but just was doing the "usual thing for readmes on github". Even though it is not being fed to sphinx git can still be in reST. I will make a new commit reverting it. And sorry I already landed it. Was discussing on IRC and thought the only thing that happened was it getting a second approval from @beanz. |
Fixed typo