also tidy up the unit tests so that the docstrings are used rather than comments, then sphinx can pick them up. https://docs.libre-soc.org/openpower-isa/src/gen/openpower.test.logical.html#module-openpower.test.logical.svp64_cases also an idea, make a function which parses __doc__ looking for lst=... so that the svp64 instructions can go in the docstring as well
this can go under "documentation"
commit 7c40a1bbc1a976171f8001a59b2fd3ee249b1371 (HEAD -> master) Author: Luke Kenneth Casson Leighton <lkcl@lkcl.net> Date: Thu May 6 13:31:36 2021 +0100 tidy up svp64 cases to make it better suited to documentation https://bugs.libre-soc.org/show_bug.cgi?id=639
commit 02dac874dd57c9b985dedc3a593d74bde154d15f (HEAD -> master) Author: Luke Kenneth Casson Leighton <lkcl@lkcl.net> Date: Thu May 6 17:17:19 2021 +0100 improve format of docstrings for ISACaller SVP64 tests