Skip to content

Commit 9f118b7

Browse files
committed
Tune first steps
1 parent a3d7f20 commit 9f118b7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/index.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@ The recommended installation method is `pip <https://pip.pypa.io/en/stable/>`_-i
2222
2323
$ python -m pip install attrs
2424
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:
2626

2727
- `overview` will show you a simple example of ``attrs`` in action and introduce you to its philosophy.
2828
Afterwards, you can start writing your own classes and understand what drives ``attrs``'s design.
2929
- `examples` will give you a comprehensive tour of ``attrs``'s features.
3030
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.
3432
- If at any point you get confused by some terminology, please check out our `glossary`.
3533

3634

@@ -52,6 +50,7 @@ Day-to-Day Usage
5250
- Once you're comfortable with the concepts, our `api` contains all information you need to use ``attrs`` to its fullest.
5351
- ``attrs`` is built for extension from the ground up.
5452
`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.
5554

5655

5756
.. include:: ../README.rst

0 commit comments

Comments
 (0)