Skip to content

Commit

Permalink
docs: Typos and small config change (locales).
Browse files Browse the repository at this point in the history
  • Loading branch information
defnull committed Mar 14, 2011
1 parent 90c9c3c commit 474e7d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions apidoc/plugins/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Have a look at :ref:`plugins` for general questions about plugins (installation,
SQLite Plugin
----------------------

* **Autor:** Marcel Hellkamp
* **Licence:** MIT
* **Author:** Marcel Hellkamp
* **License:** MIT
* **Installation:** Included
* **Documentation:** :doc:`/plugins/sqlite`
* **Description:** Provides an sqlite database connection handle to callbacks that request it.
Expand All @@ -22,8 +22,8 @@ SQLite Plugin
Werkzeug Plugin
----------------------

* **Autor:** Marcel Hellkamp
* **Licence:** MIT
* **Author:** Marcel Hellkamp
* **License:** MIT
* **Installation:** ``pip install bottle-werkzeug``
* **Documentation:** :doc:`/plugins/werkzeug`
* **Description:** Integrates the "werkzeug" library (alternative request and response objects, advanced debugging middleware and more).
Expand All @@ -32,8 +32,8 @@ Werkzeug Plugin
Profile Plugin
----------------------

* **Autor:** Marcel Hellkamp
* **Licence:** MIT
* **Author:** Marcel Hellkamp
* **License:** MIT
* **Installation:** ``pip install bottle-profile``
* **Documentation:** :doc:`/plugins/profile`
* **Description:** This plugin collects profiling data and displays it in the browser.
Expand Down
5 changes: 3 additions & 2 deletions apidoc/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#language = None
language = 'en'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down Expand Up @@ -205,4 +205,5 @@
intersphinx_mapping = {'http://docs.python.org/': None}

add_module_names = False
autodoc_member_order = 'bysource'
autodoc_member_order = 'bysource'
locale_dirs = ['./locale']

0 comments on commit 474e7d3

Please sign in to comment.