[issue21240] Add an abstactmethod directive to the Python ReST domain

Eric Snow report at bugs.python.org
Tue Apr 15 17:57:26 CEST 2014


New submission from Eric Snow:

I'd like to be able to mark abstract methods in the docs more explicitly and have their presentation in the docs be more obvious.  So I'd like to propose "abstractmethod" as a new directive to join the existing ones (classmethod, staticmethod, etc.).

(This is motivated by msg216314.)

----------
assignee: docs at python
components: Documentation
messages: 216323
nosy: docs at python, eric.snow
priority: normal
severity: normal
status: open
title: Add an abstactmethod directive to the Python ReST domain
type: enhancement
versions: Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21240>
_______________________________________


More information about the Python-bugs-list mailing list