Aaron Carlisle
cf9a6b416c
API: Fix Links
...
Self-explanatory. to find broken links run `sphinx-build -b linkcheck sphinx-in sphinx-out`
Reviewers: mont29
Tags: #bf_blender, #python, #infrastructure:_websites
Differential Revision: https://developer.blender.org/D2297
2016-10-25 17:34:01 +02:00
Aaron Carlisle
672e906d49
Add a built-in sphinx extension to allow cross-linking to the blender manual.
...
This works by downloading the objects.inv file (https://www.blender.org/manual/objects.inv )
and using it to resolve links with blender-manual: before them.
2016-10-23 11:15:52 +02:00
Aaron Carlisle
87a7149831
BPY Docs: Correct spelling (Addon --> Add-on)
...
Differential Revision: https://developer.blender.org/D2293
2016-10-14 01:25:05 +02:00
Campbell Barton
18f228d593
update hand written rst docs
...
- minor corrections
- link to new manual
- wrap lines at 120
2015-06-18 08:00:46 +10:00
Campbell Barton
7c53c3483c
PyAPI docs: minor changes to sphinx docs.
2015-01-08 03:55:01 +11:00
Bastien Montagne
e5c13aebea
Fix T42372: demo addon in doc was not handling keymaps correctly during (un)registration.
...
First, you should unregister in reverse order you registered your operators, keymaps, etc.
Second, when registering keymaps you have to check keyconfigs are actually available (they are not in background mode).
2014-10-26 10:01:03 +01:00
Campbell Barton
97d8e34d61
correct addon tutorial section on keymap register/unregister and add label next to image color-depth option.
...
having buttons labelled [8, 16] on their own is not very meaningful.
2013-01-22 06:41:12 +00:00
Campbell Barton
4fd9df25c6
Add 2 documents to the python api reference.
...
- Blender/Python Addon Tutorial: a step by step guide on how to write an addon from scratch
- Blender/Python API Reference Usage: examples of how to use the API reference docs
Thanks to John Nyquist for editing these docs and giving feedback.
2012-12-07 05:27:09 +00:00