Skip to content

Commit

Permalink
Minor documentation changes and theme change
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalbala-nps committed Apr 26, 2020
1 parent ccd3d18 commit 474ff8d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
#html_theme = "sphinx_rtd_theme"
html_theme = 'alabaster'
html_theme = "sphinx_rtd_theme"
#html_theme = 'alabaster'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down
8 changes: 7 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
********************************
Welcome to dialogflowpy-webhook
********************************
dialogflowpy-webhook is a Python module for parsing and creating `Dialogflow <http://www.dialogflow.com/>`_ Webhook Requests and Responses. dialogflowpy-webhook serves as an SDK for creating Dialogflow bots which can be used with platforms like Actions on Google, Telegram, Facebook Messenger etc.
A Python module for parsing and creating Requests and Responses of Dialogflow Fulfillment Library. The `Dialogflow Fulfillment Library <https://cloud.google.com/dialogflow/docs/fulfillment-overview>`_ allows you to connect natural language understanding and processing to your own system. Using Fulfillment, you can surface commands and information from your services to your users through a natural conversational interface.

This dialogflowpy-webhook module is intended to help build Python Dialogflow Fulfillment for multiple `integrations <https://cloud.google.com/dialogflow/docs/integrations/>`_ including Google Assistant, Facebook and Telegram. It is expected to work for Slack and Line as well.

Features
#########
Expand Down Expand Up @@ -32,6 +34,10 @@ Resources
* Take a look at the Module Reference which contains all the modules available in dialogflowpy_webhook
* Take a look at the examples `here <https://github.com/vishalbala-nps/dialogflowpy-webhook/tree/master/examples>`_ which contain some use cases for many functions

Reporting Bugs
###############
In case of any problems or suggestions with this module, feel free to open a `Github Issue <https://github.com/vishalbala-nps/dialogflowpy-webhook/issues>`_

Table of Contents
##################

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="dialogflowpy-webhook",
version="0.0.1",
version="1.0.0",
description="A Python module for parsing and creating Dialogflow Requests and Responses",
url="https://github.com/vishalbala-nps/dialogflowpy-webhook",
author="Vishal Balasubramanian",
Expand Down

0 comments on commit 474ff8d

Please sign in to comment.