From fb07ec7cf6349732dcaef8e9f4dcfed19a0e062c Mon Sep 17 00:00:00 2001 From: Bogdan Berce Date: Wed, 21 Jan 2015 18:25:11 -0800 Subject: [PATCH] Update index.rst --- doc/index.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index b6f65a9..bd4999f 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -26,9 +26,6 @@ Application Insights SDK for Python * :ref:`Advanced logging configuration ` * :ref:`Logging unhandled exceptions ` -| Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. -| -- \ `The Python Tutorial - Introduction `__\ - This project extends the Application Insights API surface to support Python. `Application Insights `__ is a service that allows developers to keep their application available, performing and succeeding. This Python module will allow you to send telemetry of various kinds (event, trace, exception, etc.) to the Application Insights service where they can be visualized in the Azure Portal. @@ -280,4 +277,4 @@ Once installed, you can send telemetry to Application Insights. Here are a few s enable('') # raise an exception (this will be sent to the Application Insights service as an exception telemetry object) - raise Exception('Boom!') \ No newline at end of file + raise Exception('Boom!')