Discussion:
[Bf-python] python api docs 404
manders at inter.nl.net ()
2013-09-29 16:15:05 UTC
Permalink
I guess this might not be the correct way to report it, but I can't find a webmaster address ;-(

the following link gives a 404 (@ 18:12 CET)

http://www.blender.org/documentation/blender_python_api_2_68_5/

anyone reading this in a position to fix this?

-- Michel.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.blender.org/pipermail/bf-python/attachments/20130929/ffe01b7c/attachment.htm
Bastien Montagne
2013-09-29 17:57:02 UTC
Permalink
Hi Michel,

As far as I know, Cambpell, who is managing Blender API's doc, does not
update it for every sub-version. Currently the newest one shall be
2_68_2 I think.

Bastien
Post by manders at inter.nl.net ()
I guess this might not be the correct way to report it, but I can't
find a webmaster address ;-(
http://www.blender.org/documentation/blender_python_api_2_68_5/
anyone reading this in a position to fix this?
-- Michel.
_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://lists.blender.org/mailman/listinfo/bf-python
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.blender.org/pipermail/bf-python/attachments/20130929/76e5c527/attachment.htm
Asbjørn
2013-09-29 18:55:28 UTC
Permalink
Hi,

I was told http://www.blender.org/documentation/250PythonDoc would
always redirect to the latest docs, however this redirects to the URL
the OP reported, which gives me 404 as well.

Cheers
- Asbj?rn
Post by Bastien Montagne
Hi Michel,
As far as I know, Cambpell, who is managing Blender API's doc, does not
update it for every sub-version. Currently the newest one shall be
2_68_2 I think.
Bastien
Post by manders at inter.nl.net ()
I guess this might not be the correct way to report it, but I can't
find a webmaster address ;-(
http://www.blender.org/documentation/blender_python_api_2_68_5/
anyone reading this in a position to fix this?
-- Michel.
_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://lists.blender.org/mailman/listinfo/bf-python
_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://lists.blender.org/mailman/listinfo/bf-python
CoDEmanX
2013-09-29 21:48:28 UTC
Permalink
For some reason, it redirects to a non-existing version of the docs - it
shouldn't do that, but redirect to the lastest *available* of course.

It's not that bad however, just use the following link until a new docs
build is available:

http://www.blender.org/documentation/blender_python_api_2_68_2/
Post by Asbjørn
Hi,
I was told http://www.blender.org/documentation/250PythonDoc would
always redirect to the latest docs, however this redirects to the URL
the OP reported, which gives me 404 as well.
Cheers
- Asbj?rn
Post by Bastien Montagne
Hi Michel,
As far as I know, Cambpell, who is managing Blender API's doc, does not
update it for every sub-version. Currently the newest one shall be
2_68_2 I think.
Bastien
Post by manders at inter.nl.net ()
I guess this might not be the correct way to report it, but I can't
find a webmaster address ;-(
http://www.blender.org/documentation/blender_python_api_2_68_5/
anyone reading this in a position to fix this?
-- Michel.
_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://lists.blender.org/mailman/listinfo/bf-python
_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://lists.blender.org/mailman/listinfo/bf-python
_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://lists.blender.org/mailman/listinfo/bf-python
Bassam Kurdali
2013-09-30 15:41:39 UTC
Permalink
AFAIK the process is not automated, someone has to generate and upload the docs. They work for releases typically but not any arbitrary svn rev.

However if you build from source you can generate docs locally for yourself.
Post by CoDEmanX
For some reason, it redirects to a non-existing version of the docs - it
shouldn't do that, but redirect to the lastest *available* of course.
It's not that bad however, just use the following link until a new docs
http://www.blender.org/documentation/blender_python_api_2_68_2/
Post by Asbjørn
Hi,
I was told http://www.blender.org/documentation/250PythonDoc would
always redirect to the latest docs, however this redirects to the URL
the OP reported, which gives me 404 as well.
Cheers
- Asbj?rn
Post by Bastien Montagne
Hi Michel,
As far as I know, Cambpell, who is managing Blender API's doc, does not
update it for every sub-version. Currently the newest one shall be
2_68_2 I think.
Bastien
Post by manders at inter.nl.net ()
I guess this might not be the correct way to report it, but I can't
find a webmaster address ;-(
http://www.blender.org/documentation/blender_python_api_2_68_5/
anyone reading this in a position to fix this?
-- Michel.
_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://lists.blender.org/mailman/listinfo/bf-python
_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://lists.blender.org/mailman/listinfo/bf-python
_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://lists.blender.org/mailman/listinfo/bf-python
_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://lists.blender.org/mailman/listinfo/bf-python
Campbell Barton
2013-10-02 15:33:44 UTC
Permalink
Hi Michel, the link posted works now. (and
http://www.blender.org/documentation/250PythonDoc)

Currently I upload docs, just by running this script (which handles
generation, zipping uploading, adding redirect).
doc/python_api/sphinx_doc_gen.sh

However whoever does this needs to have a login on the server, and the
SSH_USER is currently hard coded to me (silly but very easy to
change), otherwise someone else could do this too.
It would be good to have some of the other devs with access be able to
do this at a moments notice too.
Post by Bassam Kurdali
AFAIK the process is not automated, someone has to generate and upload the docs. They work for releases typically but not any arbitrary svn rev.
However if you build from source you can generate docs locally for yourself.
Post by CoDEmanX
For some reason, it redirects to a non-existing version of the docs - it
shouldn't do that, but redirect to the lastest *available* of course.
It's not that bad however, just use the following link until a new docs
http://www.blender.org/documentation/blender_python_api_2_68_2/
Post by Asbjørn
Hi,
I was told http://www.blender.org/documentation/250PythonDoc would
always redirect to the latest docs, however this redirects to the URL
the OP reported, which gives me 404 as well.
Cheers
- Asbj?rn
Post by Bastien Montagne
Hi Michel,
As far as I know, Cambpell, who is managing Blender API's doc, does not
update it for every sub-version. Currently the newest one shall be
2_68_2 I think.
Bastien
Post by manders at inter.nl.net ()
I guess this might not be the correct way to report it, but I can't
find a webmaster address ;-(
http://www.blender.org/documentation/blender_python_api_2_68_5/
anyone reading this in a position to fix this?
-- Michel.
_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://lists.blender.org/mailman/listinfo/bf-python
_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://lists.blender.org/mailman/listinfo/bf-python
_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://lists.blender.org/mailman/listinfo/bf-python
_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://lists.blender.org/mailman/listinfo/bf-python
_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://lists.blender.org/mailman/listinfo/bf-python
--
- Campbell
Loading...