1
0
mirror of https://github.com/angr/angr synced 2026-06-08 13:09:39 +00:00

7 Commits

Author SHA1 Message Date
Kevin Phoenix 93ae89296d docs: Disambiguate narrative cross-references (#6459)
Turn on ``autosectionlabel_prefix_document = True`` so that auto-generated
section labels are prefixed with the document path. This silences the
duplicate-label warnings between narrative pages where the same H1 text
appears in more than one file (e.g. "State Plugins" in
``core-concepts/states.rst`` and ``extending-angr/state_plugins.rst``,
"Core Concepts" in ``core-concepts/index.rst`` and
``core-concepts/toplevel.rst``).

Update the existing bare-label ``:ref:`` links to use the prefixed form
(e.g. ``:ref:`text <core-concepts/loading:Loading a Binary>```), and at
the same time collapse the line-wrapped links that were already brittle.
2026-06-03 12:19:46 -07:00
Kevin Phoenix 5bda6a2a27 Refactor inspect attributes to use dataclass (#6388)
* Refactor inspect attributes to use dataclass

* Add backwards compat

* Improve lint
2026-05-11 14:31:00 -07:00
Kevin Phoenix 0257921ac9 Update docs to remove state.solver op constructors (#5394) 2025-04-02 15:49:34 -07:00
Brian Caswell e427875cbd Fix typos (#4812)
* fix typos

This mostly fixes comments, but in a handful of places fixes bugs due to typos.

One example:
```
-            insn_op_idx=None if cmsg.operand_idx == -1 else cmsg.opearnd_idx,
+            insn_op_idx=None if cmsg.operand_idx == -1 else cmsg.operand_idx,
```

* more typo fixes

* address lint issues

* more import fixes?

* address feedback from PR

---------

Co-authored-by: Brian Caswell <bcaswell@microsoft.com>
2024-09-09 08:23:20 -07:00
Jasper Lievisse Adriaanse 37e8ca1c33 Fix all references to the archived angr-doc repository (#4083)
While here fix the text for baby-re after the scripts were merged in
58ce4b1.
2023-08-15 11:44:57 -07:00
Kevin Phoenix a7ab3ea55c Move faq to top level in docs (#4046) 2023-07-27 17:00:42 -07:00
Kevin Phoenix 10cf2ad2a0 Port gitbook docs to sphinx (#3865)
* Port gitbook docs to sphinx

* Some fixes
2023-03-17 15:44:35 -07:00