Treat main title as a title

This commit is contained in:
Hynek Schlawack 2016-08-15 17:35:49 +02:00
parent b040503663
commit 5dd257f878
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
======================================
attrs: Attributes without boilerplate.
======================================
=====================================
attrs: Attributes Without Boilerplate
=====================================
.. image:: https://readthedocs.org/projects/attrs/badge/?version=stable
:target: http://attrs.readthedocs.io/en/stable/?badge=stable
@ -16,7 +16,7 @@ attrs: Attributes without boilerplate.
.. teaser-begin
``attrs`` is the Python package that will bring back the joy to writing classes by relieving you of the drudgery of implementing object protocols (aka `dunder <http://nedbatchelder.com/blog/200605/dunder.html>`_ methods).
``attrs`` is the Python package that will bring back the **joy** to **writing classes** by relieving you of the drudgery of implementing object protocols (aka `dunder <http://nedbatchelder.com/blog/200605/dunder.html>`_ methods).
Its main objective is to help you to write **concise** and **correct** software without slowing you or your software down.

View File

@ -1,6 +1,6 @@
======================================
attrs: Attributes without boilerplate.
======================================
=====================================
attrs: Attributes Without Boilerplate
=====================================
Release v\ |release| (:doc:`What's new? <changelog>`).