Skip to content

Commit

Permalink
README.rst: mention the intersphinx directives
Browse files Browse the repository at this point in the history
  • Loading branch information
esc committed Jan 26, 2013
1 parent 85d80c6 commit 24d9ead
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ In restructured-text markup this is::
when using *object-oriented programming* in Python you **must** use the
``class`` keyword to define your *classes*.

For cross-referencing API documentation we prefer to use the `intersphinx
extension <http://sphinx-doc.org/latest/ext/intersphinx.html>`_. This provides
the directives `:mod:`, `:class:` and `:func:` to cross-link to modules,
classes and functions respectively.

Modifying
.........

Expand Down

0 comments on commit 24d9ead

Please sign in to comment.