Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #64917 > unrolled thread
| Started by | "Joseph L. Casale" <jcasale@activenetwerx.com> |
|---|---|
| First post | 2014-01-28 18:43 +0000 |
| Last post | 2014-01-28 18:43 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Documenting descriptors "Joseph L. Casale" <jcasale@activenetwerx.com> - 2014-01-28 18:43 +0000
| From | "Joseph L. Casale" <jcasale@activenetwerx.com> |
|---|---|
| Date | 2014-01-28 18:43 +0000 |
| Subject | Documenting 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
Back to top | Article view | comp.lang.python
csiph-web