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

2015-12-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1d0d8b27a4e6 by Berker Peksag in branch '3.5': Issue #21240: Add an abstractmethod directive to mark abstract methods in the docs more explicitly https://hg.python.org/cpython/rev/1d0d8b27a4e6 New changeset 84468e1aea61 by Berker Peksag in branch

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

2015-12-08 Thread Berker Peksag
Berker Peksag added the comment: Thanks for reminding me of this issue, Brett. I have also updated numbers and selectors docs to use the new directive. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6 -Python 3.4

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

2015-12-04 Thread Brett Cannon
Brett Cannon added the comment: Are you willing to check this in, Berker? Or is it not needed anymore? -- assignee: docs@python -> berker.peksag nosy: +brett.cannon ___ Python tracker

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

2014-04-17 Thread Georg Brandl
Georg Brandl added the comment: LGTM without having tested it. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21240 ___ ___ Python-bugs-list

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

2014-04-16 Thread Berker Peksag
Berker Peksag added the comment: Here's patch. The new PyAbstractMethod class is basically a subclass of the sphinx.domains.python.PyClassmember class which implements the method, classmethod and staticmethod directives. -- keywords: +patch nosy: +berker.peksag stage: - patch review

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

2014-04-16 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21240 ___ ___ Python-bugs-list

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

2014-04-15 Thread Eric Snow
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

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

2014-04-15 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21240 ___ ___ Python-bugs-list