On 10/19/21 11:03, Kashyap Chamarthy wrote: > The original wiki is here[1]. I converted by copying the wiki source > into a .wiki file and convert to rST using `pandoc`: > > $ pandoc -f Mediawiki -t rst spell-check.wiki -o spell-check.rst > > As part of this rST converstion, I've removed the dated and `codespell` > invocations, and linked to the GitHub repo. And cleaned up a couple of > external URLs. > > [1] https://wiki.qemu.org/Contribute/SpellCheck > > Signed-off-by: Kashyap Chamarthy <kcham...@redhat.com> > --- > docs/devel/spell-check.rst | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > create mode 100644 docs/devel/spell-check.rst
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>