Skip to content

Commit

Permalink
Fix flask theme index log
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Jun 2, 2018
1 parent 06b4b5d commit 3f6320d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
#
html_theme_options = {
# 'github_user': 'greyli',
'index_logo': '',
'github_fork': 'greyli/flask-share',
# 'description': 'Create social share component in Jinja2 template based on share.js.',
}
Expand Down
12 changes: 3 additions & 9 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Flask-Share
===========

Expand Down Expand Up @@ -94,21 +95,14 @@ This project is licensed under the MIT License (see the

.. _api:


API
===
---

.. module:: flask_share

This part of the documentation covers all the interfaces of Flask-Share.


Share Object
------------------

.. autoclass:: Share
:members:
:inherited-members:


.. include:: ../CHANGES.rst
.. include:: ../CHANGES.rst

0 comments on commit 3f6320d

Please sign in to comment.