Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-10PY API doc generation: Add option for multi-tasking sphinx.Bastien Montagne
2019-10-14Py API doc generator: more tweaks to adapt to new release process.Bastien Montagne
Now we also create a 'version' symlink for master.
2019-10-14Py API doc generator: tweak to handle new release process.Bastien Montagne
We need to handle beta stage in a specific way, since it's no longer master, but not yet 'real' rc/release stage... For now, only point to version dir of the API doc, but no need to create any symlink (that way, 'current' remain pointing to 2.80 release, while '2.81' is no longer a symlink to 'master', but its own actual doc).
2019-02-05Cleanup: remove contributors for Python filesCampbell Barton
Following removal from C source code. See: 8c68ed6df16d8893
2018-08-14PyDoc: Remove hack to rename main doc from 'contents' to 'index'Aaron Carlisle
2018-07-05Cleanup: pep8Campbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2017-02-24Fix some more minor issue with updated py doc generation.Bastien Montagne
2017-02-24Fix stupid mistake in previous commit for release builds of API doc.Bastien Montagne
2017-02-23Update py API doc generation tools to comply to new name scheme on server.Bastien Montagne
- for rc/release: /api/2.79c/, zip file named blender_python_reference_2.79c_release.zip - for dev: /api/master/, zip file named blender_python_reference_2_79_4.zip
2017-01-23Update script generating/uploading py API doc to new addresses ↵Bastien Montagne
(docs.blender.org).
2016-11-13Fix T50007: blender offline python documentation in zipped HTML files, not ↵Bastien Montagne
shown correctly. Stupid mistake, os.scandir is not recursive... Patch by @brecht, thanks.
2016-09-13API doc update script: Fix generated zipfile name, was broken in 'release' ↵Bastien Montagne
case...
2016-09-05API doc: add new pure-rsync py script to update API doc on Blender server.Bastien Montagne
The other one (sphinx_doc_gen.sh) needs an ssh account on the server to work - and I hate bash, too! :P