ApeWorX / sphinx-ape

Apache License 2.0
0 stars 2 forks source link

Make an `autocontract` directive #8

Open antazoey opened 1 week ago

antazoey commented 1 week ago

Overview

I want to be able to use auto-doc like directives for contracts so projects like ApePay can have docs for generated for the contracts. Really, any Ape-project will be doc-able this way, and would make sense to make an ape-docs plugin at that point.

Specification

Exceptions


```{eval-rst}
.. autocontract:: contracts.SteamManager
    :members:


### Dependencies

Include links to any open issues that must be resolved before this feature can be implemented.
linear[bot] commented 1 week ago

APE-1809 Make an `autocontract` directive