8000 autodocs mostly done · libvips/pyvips@9cdbf5b · GitHub
[go: up one dir, main page]

Skip to content

Commit 9cdbf5b

Browse files
committed
autodocs mostly done
1 parent 91d8237 commit 9cdbf5b

12 files changed

+3457
-160
lines changed

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
'sphinx.ext.autodoc',
3535
'sphinx.ext.mathjax',
3636
'sphinx.ext.viewcode',
37-
'sphinx.ext.githubpages'
37+
'sphinx.ext.githubpages',
38+
'sphinx.ext.napoleon',
3839
]
3940

4041
autodoc_member_order = 'bysource'

doc/enums.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. include global.rst
22
33
The libvips enums
4-
-----------------
4+
=================
55

66
This module contains the various libvips enums as Python classes.
77

doc/error.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. include global.rst
22
33
``Error``
4-
---------
4+
=========
55

66
Errors from libvips.
77

doc/gobject.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. include global.rst
22
33
``GObject``
4-
-----------
4+
===========
55

66
Manage object lifetime.
77

doc/gvalue.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. include global.rst
22
33
``GValue``
4-
----------
4+
==========
55

66
This module defines the pyvips ``GValue`` class. You can use instances of
77
this class to get and set :class:`GObject` properties.

0 commit comments

Comments
 (0)
0