Commit Graph

3 Commits

Author SHA1 Message Date
Hynek Schlawack 42c954869d
Invert API docs to point from NG to OG (#1316)
* Add disclaimer to attr NS

* Transplant API docs from attr.s to attrs.define

* Transplant API docs from attr.ib to attrs.field

* Remove stale references to attr.ib

* Fix refs

* Link to glossary

* Explain why

* Links from API docs, too

* Link type annotations for good measure
2024-08-02 08:03:14 +02:00
koenigdavidmj 9143f126c5
Fix broken link from attr API reference back to attrs (#1260)
`attr.fields_dict` was a link back to itself. The intention, like all the other nearby aliases, was to refer back to the version in `attrs` for the full story.
2024-03-14 16:35:23 +00:00
Hynek Schlawack c02d993f9d
Fix object index in API docs by splitting API docs in two (#1080)
* Fix object index in API docs

* Refactor API docs, prefer new namespace in examples

* Missed one

* Technically optional, practically confusing

* Simplify / clarify intro to API

* No need to make this clickable
2023-01-10 17:53:28 +01:00