Skip to content

Commit

Permalink
docs: Add page listing architecture support
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jun 13, 2024
1 parent 3faf3ad commit f57a369
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Table of Contents
:maxdepth: 2

Guide <guide>
Architecture Support <languages>
API Reference <api>

Indices and Tables
Expand Down
8 changes: 8 additions & 0 deletions docs/languages.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Architecture Support
====================

.. ipython::

In [0]: for arch in pypcode.Arch.enumerate():
...: for lang in arch.languages:
...: print(f'{lang.id:32} - {lang.description}')

0 comments on commit f57a369

Please sign in to comment.