Skip to content

Commit

Permalink
Update documentation references
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Feb 25, 2016
1 parent 83fc563 commit 1e8b558
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,7 @@
# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'

intersphinx_mapping = {'flask': ('http://flask.pocoo.org/docs/', None)}
intersphinx_mapping = {
'flask': ('http://flask.pocoo.org/docs/', None),
'misaka': ('http://misaka.61924.nl/', None),
}
5 changes: 2 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ class and wrap your Flask instance with it:
app = Flask(__name__)
Misaka(app)
or use the `application factory pattern
<http://flask.pocoo.org/docs/patterns/appfactories/>`_:
or use the :ref:`application factory pattern <flask:app-factories>`:

.. code-block:: python
Expand Down Expand Up @@ -72,7 +71,7 @@ API
Options
-------
Misaka is very customizable, and `supports many Markdown extensions
<http://misaka.61924.nl/api/>`_. Flask-Misaka provides a nicer API for these
<http://misaka.61924.nl/#extensions>`_. Flask-Misaka provides a nicer API for these
extensions. All functions in the public API (except :py:meth:`Misaka.init_app`)
accept the following boolean arguments, all of which default to False:

Expand Down

0 comments on commit 1e8b558

Please sign in to comment.