Re: Django generated admindocs

2013-06-25 Thread Stryder Crown
I guess I should clarify: by project, I mean the project I'm using Django to build, not Django itself... On Tuesday, June 25, 2013 10:19:52 AM UTC-7, Stryder Crown wrote: > > Awesome, thanks for the reply. Makes sense re: resource for template > (designers). I guess I see it also as a way to may

Re: Django generated admindocs

2013-06-25 Thread Stryder Crown
Awesome, thanks for the reply. Makes sense re: resource for template (designers). I guess I see it also as a way to maybe better engineer some self documenation for my PM and future devs that get brought onto the project. I'll see what I can come up with. Stryder On Monday, June 24, 2013 4:01

Re: Django generated admindocs

2013-06-24 Thread Russell Keith-Magee
On Tue, Jun 25, 2013 at 2:01 AM, Stryder Crown wrote: > Couple questions maybe someone can elucidate... > > When Model docs are generated, why are only methods that take no arguments > (save self) documented? > Because admindocs isn't documenting the models. It's a resource for templates. It lis

Django generated admindocs

2013-06-24 Thread Stryder Crown
Couple questions maybe someone can elucidate... When Model docs are generated, why are only methods that take no arguments (save self) documented? Any work been done to allow 'extending' the doc via a plugin or method load? I have some internal classes on my model that I'd like to appear in t