-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invert API docs to point from NG to OG #1316
Conversation
Well, in https://attrs--1316.org.readthedocs.build/en/1316/api.html#attrs.define , the doc string should also be modified so that
rather than
|
thanks! |
* 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
* 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
People use and love the new APIs, we've got the Pont Neuf problem, let's invert the API docs.
define()
field()