Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Dec 16, 2021
1 parent 25ab52f commit 9be74a0
Show file tree
Hide file tree
Showing 18 changed files with 385 additions and 304 deletions.
5 changes: 5 additions & 0 deletions 887.breaking.rst
Expand Up @@ -7,3 +7,8 @@ A more elaborate explanation can be found `On The Core API Names <https://www.at

This feature is at least for one release **provisional**.
We don't *plan* on changing anything, but such a big change is unlikely to go perfectly on the first strike.

The API docs have been mostly updated, but it will be an ongoing effort to change everything to the new APIs.
Please note that we have **not** moved -- or even removed -- anything from ``attr``!

Please do report any bugs or documentation inconsistencies!
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Expand Up @@ -12,7 +12,7 @@ Whenever there is a need to break compatibility, it is announced here in the cha

.. warning::

The structure of the `attr.Attribute` class is exempt from this rule.
The structure of the `attrs.Attribute` class is exempt from this rule.
It *will* change in the future, but since it should be considered read-only, that shouldn't matter.

However if you intend to build extensions on top of ``attrs`` you have to anticipate that.
Expand Down

0 comments on commit 9be74a0

Please sign in to comment.