You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+3-4
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,13 @@ The recommended installation method is `pip <https://pip.pypa.io/en/stable/>`_-i
22
22
23
23
$ python -m pip install attrs
24
24
25
-
The next three steps should bring you up and running in no time:
25
+
The next steps will get you up and running in no time:
26
26
27
27
- `overview` will show you a simple example of ``attrs`` in action and introduce you to its philosophy.
28
28
Afterwards, you can start writing your own classes and understand what drives ``attrs``'s design.
29
29
- `examples` will give you a comprehensive tour of ``attrs``'s features.
30
30
After reading, you will know about our advanced features and how to use them.
31
-
- If you're confused by all the ``attr.s``, ``attr.ib``, ``attrs``, ``attrib``, ``define``, ``frozen``, and ``field``, head over to `names` for a very short explanation, and optionally a quick history lesson.
32
-
- Finally `why` gives you a rundown of potential alternatives and why we think ``attrs`` is superior.
33
-
Yes, we've heard about ``namedtuple``\ s and Data Classes!
31
+
- `why` gives you a rundown of potential alternatives and why we think ``attrs`` is still worthwhile -- depending on *your* needs even superior.
34
32
- If at any point you get confused by some terminology, please check out our `glossary`.
35
33
36
34
@@ -52,6 +50,7 @@ Day-to-Day Usage
52
50
- Once you're comfortable with the concepts, our `api` contains all information you need to use ``attrs`` to its fullest.
53
51
- ``attrs`` is built for extension from the ground up.
54
52
`extending` will show you the affordances it offers and how to make it a building block of your own projects.
53
+
- Finally, if you're confused by all the ``attr.s``, ``attr.ib``, ``attrs``, ``attrib``, ``define``, ``frozen``, and ``field``, head over to `names` for a very short explanation, and optionally a quick history lesson.
0 commit comments