Re: Documentation for Download?

2009-02-15 Thread Steve Holden

Tim Johnson wrote:
> I've installed django on my linux computer.
> I find documentation online at http://docs.djangoproject.com/
> I do not find documentation as part of the django install.
> Is documentation available for download?
> Thanks
> Tim
>   
OK, just so the developers can get back to developing you *can* now
download the 1.0 documentation in HTML form for local use from

  http://holdenweb.com/files/djangoDocsHtml.tgz

There are no guarantees that this will be correct, be maintained,
continue to be available, be joined by PDF documentation or updated to
follow the trunk or other versions. I even refuse to guarantee that this
email is not a complete lie. Enjoy.

regards
 Steve

PS: There's always the websucker.py program if you don't want to do a
local build but need something more recent ...



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Documentation for Download?

2009-02-12 Thread Greg Ewing

Brian Neal wrote:

> See the recent thread on why this hasn't been done to date.

I can't help wondering whether the time it would take
to add a tar command to the release process would be
longer than all the time the developers have spent
writing emails explaining why they haven't done it...

-- 
Greg

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Documentation for Download?

2009-02-12 Thread Tim Johnson

On Wednesday 11 February 2009, James Bennett wrote:
> On Wed, Feb 11, 2009 at 9:01 PM, Tim Johnson  wrote:
> >  I installed from the tarball, and I see the docs directory beneath the
> > initially extracted directory and a makefile. So now my questions is:
> > What is Sphinx and where do I get it?
>
> The documentation covers this:
>
> http://docs.djangoproject.com/en/dev/internals/documentation/#internals-doc
>umentation

Thank you for the link. I would be happy to put sphinx to work. However I do 
concur with another response that suggests that some functioning 
documentation could be made available. :-) Some people like instant
gratification.
cheers
tim

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Documentation for Download?

2009-02-12 Thread Brian Neal

On Feb 11, 10:11 pm, Will Hardy  wrote:
> Hi all,
>
> Should the release tarball maybe contain pre-build html and pdf documentation?
> That might be handy for those who don't want to install sphinx/latex etc.
>
> Cheers,
>
> Will

See the recent thread on why this hasn't been done to date.

But after watching all the fuss yesterday I decided to try to generate
the docs myself. It basically went like this:

$ sudo easy_install Sphinx
$ (cd to docs directory)
$ make html

Works for me. :)

After doing some reading about Sphinx I'm not sure why you would not
want to have it installed.

Best,
BN
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Documentation for Download?

2009-02-11 Thread khsing

Recently, I see some dictionary of Ruby, ROR and jQuery for Mac.

How to build a Django and python dictionary for mac?

thanks

On Thu, Feb 12, 2009 at 12:33 PM, Alex Gaynor  wrote:
>
>
> On Wed, Feb 11, 2009 at 11:11 PM, Will Hardy  wrote:
>>
>> Hi all,
>>
>> Should the release tarball maybe contain pre-build html and pdf
>> documentation?
>> That might be handy for those who don't want to install sphinx/latex etc.
>>
>> Cheers,
>>
>> Will
>>
>>
>
> There was a fairly long thread about this just yesterday, I suggest
> searching this mailing list for it.
>
> Alex
>
> --
> "I disapprove of what you say, but I will defend to the death your right to
> say it." --Voltaire
> "The people's good is the highest law."--Cicero
>
> >
>



-- 
A man live in jail and want to break.
http://blog.khsing.net

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Documentation for Download?

2009-02-11 Thread Alex Gaynor
On Wed, Feb 11, 2009 at 11:11 PM, Will Hardy  wrote:

>
> Hi all,
>
> Should the release tarball maybe contain pre-build html and pdf
> documentation?
> That might be handy for those who don't want to install sphinx/latex etc.
>
> Cheers,
>
> Will
>
> >
>
There was a fairly long thread about this just yesterday, I suggest
searching this mailing list for it.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Documentation for Download?

2009-02-11 Thread Will Hardy

Hi all,

Should the release tarball maybe contain pre-build html and pdf documentation?
That might be handy for those who don't want to install sphinx/latex etc.

Cheers,

Will

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Documentation for Download?

2009-02-11 Thread James Bennett

On Wed, Feb 11, 2009 at 9:01 PM, Tim Johnson  wrote:
>  I installed from the tarball, and I see the docs directory beneath the
> initially extracted directory and a makefile. So now my questions is:
> What is Sphinx and where do I get it?

The documentation covers this:

http://docs.djangoproject.com/en/dev/internals/documentation/#internals-documentation


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Documentation for Download?

2009-02-11 Thread Tim Johnson

On Wednesday 11 February 2009, Alex Gaynor wrote:
 
> If you installed it with your system's package manager it may not have
> included the docs directory, you can always download the tarball from the
> Django site and extra the docs dir only.
  I installed from the tarball, and I see the docs directory beneath the 
initially extracted directory and a makefile. So now my questions is:
What is Sphinx and where do I get it?
thanks
tim


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Documentation for Download?

2009-02-11 Thread phoebebright

If you downloaded using svn then it is in   trunk/docs which is at the
same level as trunk/django not inside it.


On Feb 11, 11:59 pm, Tim Johnson  wrote:
> On Wednesday 11 February 2009, Alex Gaynor wrote:
>
> > Every django tarball or svn checkout includes a docs/ dir that has the full
> > docs, you can build these into HTML, latex, pdf whatever using Sphinx.
>
>  Sorry, but I can't find a docs/dir path. Looking
> under /usr/lib/python2.5/site-packages/django
> thanks
> ti
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Documentation for Download?

2009-02-11 Thread Alex Gaynor
On Wed, Feb 11, 2009 at 6:59 PM, Tim Johnson  wrote:

>
> On Wednesday 11 February 2009, Alex Gaynor wrote:
>
> > Every django tarball or svn checkout includes a docs/ dir that has the
> full
> > docs, you can build these into HTML, latex, pdf whatever using Sphinx.
>  Sorry, but I can't find a docs/dir path. Looking
> under /usr/lib/python2.5/site-packages/django
> thanks
> ti
>
>
> >
>
If you installed it with your system's package manager it may not have
included the docs directory, you can always download the tarball from the
Django site and extra the docs dir only.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Documentation for Download?

2009-02-11 Thread Tim Johnson

On Wednesday 11 February 2009, Alex Gaynor wrote:
 
> Every django tarball or svn checkout includes a docs/ dir that has the full
> docs, you can build these into HTML, latex, pdf whatever using Sphinx.
 Sorry, but I can't find a docs/dir path. Looking 
under /usr/lib/python2.5/site-packages/django
thanks
ti


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Documentation for Download?

2009-02-11 Thread Alex Gaynor
On Wed, Feb 11, 2009 at 6:05 PM, Tim Johnson <t...@johnsons-web.com> wrote:

>
> I've installed django on my linux computer.
> I find documentation online at http://docs.djangoproject.com/
> I do not find documentation as part of the django install.
> Is documentation available for download?
> Thanks
> Tim
>
> >
>
Every django tarball or svn checkout includes a docs/ dir that has the full
docs, you can build these into HTML, latex, pdf whatever using Sphinx.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Documentation for Download?

2009-02-11 Thread Tim Johnson

I've installed django on my linux computer.
I find documentation online at http://docs.djangoproject.com/
I do not find documentation as part of the django install.
Is documentation available for download?
Thanks
Tim

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---