Re: [PATCH v3 3/4] docs: rSTify GettingStartedDevelopers wiki; move it to QEMU Git

2022-07-01 Thread Peter Maydell
On Mon, 6 Jun 2022 at 17:43, Kashyap Chamarthy wrote: > > Converted the wiki[1] from Markdown to rST using: > > $> pandoc -f Mediawiki -t rst getting-started-developers.wiki > -o getting-started-developers.rst > > It's a 1-1 conversion (I double-checked to the best I could). I've also

[PATCH v3 3/4] docs: rSTify GettingStartedDevelopers wiki; move it to QEMU Git

2022-06-06 Thread Kashyap Chamarthy
Converted the wiki[1] from Markdown to rST using: $> pandoc -f Mediawiki -t rst getting-started-developers.wiki -o getting-started-developers.rst It's a 1-1 conversion (I double-checked to the best I could). I've also checked that the hyperlinks work correctly post-conversion. [1] h