Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79d7022

Browse files
committed
Update sphinx docs to use c-domains.
1 parent 7b57b27 commit 79d7022

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/faq/installing_faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ Compile matplotlib with PyGTK-2.4
277277
-------------------------------------------
278278

279279
There is a `bug in PyGTK-2.4`_. You need to edit
280-
:file:`pygobject.h` to add the :cmacro:`G_BEGIN_DECLS` and :cmacro:`G_END_DECLS`
281-
macros, and rename :cdata:`typename` parameter to :cdata:`typename_`::
280+
:file:`pygobject.h` to add the :c:macro:`G_BEGIN_DECLS` and :c:macro:`G_END_DECLS`
281+
macros, and rename :c:data:`typename` parameter to :c:data:`typename_`::
282282

283283
- const char *typename,
284284
+ const char *typename_,

0 commit comments

Comments
 (0)