Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #64917 > unrolled thread

Documenting descriptors

Started by"Joseph L. Casale" <jcasale@activenetwerx.com>
First post2014-01-28 18:43 +0000
Last post2014-01-28 18:43 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Documenting descriptors "Joseph L. Casale" <jcasale@activenetwerx.com> - 2014-01-28 18:43 +0000

#64917 — Documenting descriptors

From"Joseph L. Casale" <jcasale@activenetwerx.com>
Date2014-01-28 18:43 +0000
SubjectDocumenting descriptors
Message-ID<mailman.6079.1390934642.18130.python-list@python.org>
I am documenting a few classes with Sphinx that utilize methods decorated
with custom descriptors. These properties return data when called and Sphinx
is content with a :returns: and :rtype: markup in the properties doc string.

They also accept input, but parameter (not really applicable) nor var markup
is accepted as valid?

Anyone know the trick here?

Thanks,
jlc

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web