Skip to content

Commit f652ab4

Browse files
committed
Updating README.rst ...
1 parent 7dee8cd commit f652ab4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The repository provides:
88

99
#. A library package **pywebapi** (https://pypi.org/project/pywebapi) for making PyWebApi Server.
1010
#. A sample `PyWebApi Server (for IIS) <https://github.com/DataBooster/PyWebApi/tree/master/Sample/PyWebApi.IIS>`_. It can be easily customized to your own PyWebApi Server.
11-
#. Some sample `user-apps/user-modules/user-scripts <Sample User Apps/Modules/Scripts:_>`__.
11+
#. Some sample `user-apps/user-modules/user-scripts <Sample User Apps/Modules/Scripts_>`__.
1212
#. Some utility PyPI packages:
1313

1414
+ **dbdatareader** (https://pypi.org/project/dbdatareader/) - Data Reader for .NET `IDataReader <https://docs.microsoft.com/en-us/dotnet/api/system.data.idatareader>`_
@@ -221,15 +221,14 @@ Deploy User Modules/Scripts:
221221
222222
----
223223

224-
|
225-
226-
Sample User Apps/Modules/Scripts:
227-
---------------------------------
224+
Sample User Apps/Modules/Scripts
225+
--------------------------------
228226

229227
* `MdxReader <https://github.com/DataBooster/PyWebApi/tree/master/Sample/UserApps/MdxReader>`_
230228

231229
This sample user app is a practical Python app that acts as an MDX query dispatcher:
232230

233-
1. It forwards an MDX query (received as JSON from the HTTP client) to a specified OLAP, and then convert the query result to the specified model;
231+
#. It forwards an MDX query (received as JSON from the HTTP client) to a specified OLAP, and then convert the query result to the specified model;
234232
#. (optional) Sends the above results to a database (`DbWebApi <https://github.com/DataBooster/DbWebApi>`_) for storage or further processing;
235233
#. (optional) Sends a notification about the final result or error.
234+

0 commit comments

Comments
 (0)