2009-09-09 15:56:52 +02:00
|
|
|
Testing object descriptions
|
|
|
|
|
===========================
|
2008-10-18 17:57:35 +00:00
|
|
|
|
|
|
|
|
.. function:: func_without_module(a, b, *c[, d])
|
|
|
|
|
|
|
|
|
|
Does something.
|
|
|
|
|
|
|
|
|
|
.. function:: func_without_body()
|
|
|
|
|
|
2013-06-23 16:06:45 -04:00
|
|
|
.. function:: func_with_unknown_field()
|
|
|
|
|
|
|
|
|
|
: :
|
|
|
|
|
|
|
|
|
|
: empty field name:
|
|
|
|
|
|
|
|
|
|
:field_name:
|
|
|
|
|
|
|
|
|
|
:field_name all lower:
|
|
|
|
|
|
|
|
|
|
:FIELD_NAME:
|
|
|
|
|
|
|
|
|
|
:FIELD_NAME ALL CAPS:
|
|
|
|
|
|
|
|
|
|
:Field_Name:
|
|
|
|
|
|
|
|
|
|
:Field_Name All Word Caps:
|
|
|
|
|
|
|
|
|
|
:Field_name:
|
|
|
|
|
|
|
|
|
|
:Field_name First word cap:
|
|
|
|
|
|
|
|
|
|
:FIELd_name:
|
|
|
|
|
|
|
|
|
|
:FIELd_name PARTial caps:
|
|
|
|
|
|
2008-10-18 17:57:35 +00:00
|
|
|
.. function:: func_noindex
|
|
|
|
|
:noindex:
|
|
|
|
|
|
2010-02-28 09:21:24 +01:00
|
|
|
.. function:: func_with_module
|
|
|
|
|
:module: foolib
|
2008-10-18 17:57:35 +00:00
|
|
|
|
2011-01-04 23:39:13 +01:00
|
|
|
Referring to :func:`func with no index <func_noindex>`.
|
|
|
|
|
Referring to :func:`nothing <>`.
|
|
|
|
|
|
2008-10-18 17:57:35 +00:00
|
|
|
.. module:: mod
|
|
|
|
|
:synopsis: Module synopsis.
|
|
|
|
|
:platform: UNIX
|
|
|
|
|
|
|
|
|
|
.. function:: func_in_module
|
|
|
|
|
|
|
|
|
|
.. class:: Cls
|
|
|
|
|
|
|
|
|
|
.. method:: meth1
|
|
|
|
|
|
|
|
|
|
.. staticmethod:: meths
|
|
|
|
|
|
|
|
|
|
.. attribute:: attr
|
|
|
|
|
|
|
|
|
|
.. explicit class given
|
|
|
|
|
.. method:: Cls.meth2
|
|
|
|
|
|
|
|
|
|
.. explicit module given
|
|
|
|
|
.. exception:: Error(arg1, arg2)
|
|
|
|
|
:module: errmod
|
|
|
|
|
|
|
|
|
|
.. data:: var
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.. currentmodule:: None
|
|
|
|
|
|
|
|
|
|
.. function:: func_without_module2() -> annotation
|
|
|
|
|
|
2010-08-05 16:03:36 +02:00
|
|
|
.. object:: long(parameter, \
|
|
|
|
|
list)
|
|
|
|
|
another one
|
|
|
|
|
|
2010-01-17 13:51:41 +01:00
|
|
|
.. class:: TimeInt
|
|
|
|
|
|
2011-01-03 23:08:13 +01:00
|
|
|
Has only one parameter (triggers special behavior...)
|
|
|
|
|
|
2010-07-27 19:19:29 +02:00
|
|
|
:param moo: |test|
|
|
|
|
|
:type moo: |test|
|
|
|
|
|
|
|
|
|
|
.. |test| replace:: Moo
|
|
|
|
|
|
2010-01-17 13:51:41 +01:00
|
|
|
.. class:: Time(hour, minute, isdst)
|
|
|
|
|
|
2011-01-04 00:23:27 +01:00
|
|
|
:param year: The year.
|
|
|
|
|
:type year: TimeInt
|
2010-01-17 13:51:41 +01:00
|
|
|
:param TimeInt minute: The minute.
|
|
|
|
|
:param isdst: whether it's DST
|
|
|
|
|
:type isdst: * some complex
|
|
|
|
|
* expression
|
|
|
|
|
:returns: a new :class:`Time` instance
|
|
|
|
|
:rtype: :class:`Time`
|
|
|
|
|
:raises ValueError: if the values are out of range
|
|
|
|
|
:ivar int hour: like *hour*
|
|
|
|
|
:ivar minute: like *minute*
|
|
|
|
|
:vartype minute: int
|
2011-01-04 00:23:27 +01:00
|
|
|
:param hour: Some parameter
|
|
|
|
|
:type hour: DuplicateType
|
2010-08-05 12:53:05 +02:00
|
|
|
:param hour: Duplicate param. Should not lead to crashes.
|
2011-01-04 00:23:27 +01:00
|
|
|
:type hour: DuplicateType
|
2014-01-04 21:40:52 -05:00
|
|
|
:param .Cls extcls: A class from another module.
|
2010-01-17 13:51:41 +01:00
|
|
|
|
2008-10-18 17:57:35 +00:00
|
|
|
|
|
|
|
|
C items
|
|
|
|
|
=======
|
|
|
|
|
|
2009-07-13 20:53:11 +02:00
|
|
|
.. c:function:: Sphinx_DoSomething()
|
2008-10-18 17:57:35 +00:00
|
|
|
|
2009-07-13 20:53:11 +02:00
|
|
|
.. c:member:: SphinxStruct.member
|
2008-10-18 17:57:35 +00:00
|
|
|
|
2009-07-13 20:53:11 +02:00
|
|
|
.. c:macro:: SPHINX_USE_PYTHON
|
2008-10-18 17:57:35 +00:00
|
|
|
|
2009-07-13 20:53:11 +02:00
|
|
|
.. c:type:: SphinxType
|
2008-10-18 17:57:35 +00:00
|
|
|
|
2009-07-13 20:53:11 +02:00
|
|
|
.. c:var:: sphinx_global
|
2008-10-18 17:57:35 +00:00
|
|
|
|
|
|
|
|
|
2010-03-30 18:40:46 +00:00
|
|
|
Javascript items
|
|
|
|
|
================
|
|
|
|
|
|
|
|
|
|
.. js:function:: foo()
|
|
|
|
|
|
2010-03-30 19:39:18 +00:00
|
|
|
.. js:data:: bar
|
|
|
|
|
|
2010-03-30 21:50:48 +00:00
|
|
|
.. documenting the method of any object
|
2010-03-31 15:15:43 +00:00
|
|
|
.. js:function:: bar.baz(href, callback[, errback])
|
2010-03-30 21:50:48 +00:00
|
|
|
|
2010-03-31 15:15:43 +00:00
|
|
|
:param string href: The location of the resource.
|
|
|
|
|
:param callback: Get's called with the data returned by the resource.
|
|
|
|
|
:throws InvalidHref: If the `href` is invalid.
|
|
|
|
|
:returns: `undefined`
|
2010-03-30 22:22:57 +00:00
|
|
|
|
2010-03-31 15:15:43 +00:00
|
|
|
.. js:attribute:: bar.spam
|
2010-03-30 18:40:46 +00:00
|
|
|
|
2009-08-09 22:44:41 +02:00
|
|
|
References
|
|
|
|
|
==========
|
|
|
|
|
|
2009-09-08 12:07:27 +02:00
|
|
|
Referencing :class:`mod.Cls` or :Class:`mod.Cls` should be the same.
|
|
|
|
|
|
|
|
|
|
With target: :c:func:`Sphinx_DoSomething()` (parentheses are handled),
|
|
|
|
|
:c:member:`SphinxStruct.member`, :c:macro:`SPHINX_USE_PYTHON`,
|
|
|
|
|
:c:type:`SphinxType *` (pointer is handled), :c:data:`sphinx_global`.
|
|
|
|
|
|
|
|
|
|
Without target: :c:func:`CFunction`. :c:func:`!malloc`.
|
2009-08-09 22:44:41 +02:00
|
|
|
|
2010-03-30 19:14:01 +00:00
|
|
|
:js:func:`foo()`
|
|
|
|
|
:js:func:`foo`
|
|
|
|
|
|
2010-03-30 19:39:18 +00:00
|
|
|
:js:data:`bar`
|
2010-03-30 21:50:48 +00:00
|
|
|
:js:func:`bar.baz()`
|
|
|
|
|
:js:func:`bar.baz`
|
2010-03-30 22:40:20 +00:00
|
|
|
:js:func:`~bar.baz()`
|
2010-03-30 19:39:18 +00:00
|
|
|
|
2010-03-30 22:22:57 +00:00
|
|
|
:js:attr:`bar.baz`
|
|
|
|
|
|
2009-08-09 22:44:41 +02:00
|
|
|
|
2009-08-09 22:19:37 +02:00
|
|
|
Others
|
|
|
|
|
======
|
|
|
|
|
|
|
|
|
|
.. envvar:: HOME
|
|
|
|
|
|
2009-08-09 23:01:48 +02:00
|
|
|
.. program:: python
|
|
|
|
|
|
|
|
|
|
.. cmdoption:: -c command
|
|
|
|
|
|
|
|
|
|
.. program:: perl
|
|
|
|
|
|
|
|
|
|
.. cmdoption:: -c
|
|
|
|
|
|
2009-08-09 22:19:37 +02:00
|
|
|
|
2009-02-18 22:12:03 +01:00
|
|
|
User markup
|
|
|
|
|
===========
|
|
|
|
|
|
|
|
|
|
.. userdesc:: myobj:parameter
|
|
|
|
|
|
|
|
|
|
Description of userdesc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referencing :userdescrole:`myobj`.
|
2011-01-06 12:28:55 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
CPP domain
|
|
|
|
|
==========
|
|
|
|
|
|
|
|
|
|
.. cpp:class:: n::Array<T,d>
|
|
|
|
|
|
|
|
|
|
.. cpp:function:: T& operator[]( unsigned j )
|
2011-09-22 10:23:54 +02:00
|
|
|
const T& operator[]( unsigned j ) const
|