Skip to content

Commit

Permalink
Re-add attr and attrs ..module
Browse files Browse the repository at this point in the history
But add it where it belongs: API

Fixes #1073
  • Loading branch information
hynek committed Jan 2, 2023
1 parent 98aa688 commit 906b732
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
API Reference
=============

.. module:: attr
.. module:: attrs

.. currentmodule:: attr

*attrs* works by decorating a class using `attrs.define` or `attr.s` and then optionally defining attributes on the class using `attrs.field`, `attr.ib`, or a type annotation.
Expand Down

0 comments on commit 906b732

Please sign in to comment.