Skip to content

Commit f5d0c67

Browse files
committed
minor changes to READMEs
1 parent 9d83a23 commit f5d0c67

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Configuration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Refinitiv Data Library for Python
22

3-
## Summary
3+
## Summary
44

55
These Python tutorials demonstrate how to programmatically access content residing within the **Refinitiv Data Platform (RDP)** using a single, ease of use Library called the **Refinitiv Data Library for Python**. The platform refers to the layer of data services providing both streaming and non-streaming content serving different clients, from the simple desktop interface to the enterprise application.
66

Quick Start/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Refinitiv Data Library for Python
22

3-
## Summary
3+
## Summary
44

55
These Python tutorials demonstrate how to programmatically access content residing within the **Refinitiv Data Platform (RDP)** using a single, ease of use Library called the **Refinitiv Data Library for Python**. The platform refers to the layer of data services providing both streaming and non-streaming content serving different clients, from the simple desktop interface to the enterprise application.
66

Tutorials/2.Content/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Refinitiv Data Library for Python
22

3-
## Summary
3+
## Summary
44

55
These Python tutorials demonstrate how to programmatically access content residing within the **Refinitiv Data Platform (RDP)** using a single, ease of use Library called the **Refinitiv Data Library for Python**. The platform refers to the layer of data services providing both streaming and non-streaming content serving different clients, from the simple desktop interface to the enterprise application.
66

Tutorials/3.Delivery/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Refinitiv Data Library for Python
22

3-
## Summary
3+
## Summary
44

55
These Python tutorials demonstrate how to programmatically access content residing within the **Refinitiv Data Platform (RDP)** using a single, ease of use Library called the **Refinitiv Data Library for Python**. The platform refers to the layer of data services providing both streaming and non-streaming content serving different clients, from the simple desktop interface to the enterprise application.
66

Tutorials/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Refinitiv Data Library for Python is structured as a stack of interfaces and
1010

1111
Based on this stack of interfaces, the examples defined within this section have been organized into the following folders:
1212

13-
### **Configuration**
13+
### **Configuration**
1414

1515
The Configuration folder contains the configuration file - ***refinitiv-data.config.json*** - for the Refinitiv Data Library for Python. Before running any of the tutorials, you must modify this file depending on the access channel and connection parameters that you will use to connect to the Refinitiv Data Platform. This necessary configuration step is explained in the [Quick Start guide](https://developers.refinitiv.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-library-for-python/quick-start)
1616

@@ -20,6 +20,6 @@ The *Content* tutorials target higher-level abstractions representing financial
2020

2121
### **Tutorials\\Delivery**
2222

23-
The *Delivery* tutorials target the interfaces defined within the lowest abstraction layer of the library. The tutorials demonstrate access to content including Level 2 Streaming Data, and Request/Reply data endpoints such as Instrument Pricing Analytics, News etc.
23+
The *Delivery* tutorials target the interfaces defined within the lowest abstraction layer of the library. The tutorials demonstrate access to content including Level 1 & 2 Streaming Data and Request/Reply data endpoints such as Instrument Pricing Analytics, News etc.
2424

2525
The tutorials should be used in conjunction with the **Tutorials** and **Documentation** available on the [Refinitiv Developer Portal](https://developers.refinitiv.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-library-for-python)

0 commit comments

Comments
 (0)