Skip to content

Commit

Permalink
docs: add warning to private objects that their API might change without
Browse files Browse the repository at this point in the history
notice

see #1013
  • Loading branch information
megies committed Nov 18, 2015
1 parent 23b7a4b commit 3e0e86c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions misc/docs/source/_templates/autosummary/class.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
{% if private_methods %}
.. rubric:: Private Methods

.. warning::

Private methods are mainly for internal/developer use and their API might change without notice.

.. autosummary::
:toctree: .
:nosignatures:
Expand Down
4 changes: 4 additions & 0 deletions misc/docs/source/_templates/autosummary/module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
{% if private_functions %}
.. rubric:: Private Functions

.. warning::

Private functions are mainly for internal/developer use and their API might change without notice.

.. autosummary::
:toctree: .
:nosignatures:
Expand Down

0 comments on commit 3e0e86c

Please sign in to comment.