Skip to content

Commit 5120300

Browse files
committed
further fixes
remove bold add italics update links
1 parent e4e2203 commit 5120300

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

docs/01_overview/overview.mdx

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ The [Apify client for Python](https://github.com/apify/apify-client-python) is t
2222

2323
Key features:
2424

25-
- **Synchronous and asynchronous interfaces** for flexible integration
26-
- **Automatic retries** for improved reliability
27-
- **JSON encoding** with UTF-8 for all requests and responses
28-
- **Comprehensive API coverage** for [Actors](), [datasets](), [key-value stores](), and more
25+
- Synchronous and asynchronous interfaces for flexible integration
26+
- Automatic retries for improved reliability
27+
- JSON encoding with UTF-8 for all requests and responses
28+
- Comprehensive API coverage for [Actors](/platform/actors), [datasets]/platform/storage/dataset), [key-value stores](/platform/storage/key-value-store), and more
2929

3030
## Prerequisites
3131

3232
Before installing the Apify client, ensure your system meets the following requirements:
3333

34-
- **Python 3.10 or higher**: You can download Python from the [official website](https://www.python.org/downloads/).
35-
- **Python package manager**: While this guide uses Pip (the most common package manager), you can also use any package manager you want. You can download Pip from the [official website](https://pip.pypa.io/en/stable/installation/).
34+
- _Python 3.10 or higher_: You can download Python from the [official website](https://www.python.org/downloads/).
35+
- _Python package manager_: While this guide uses [pip](https://pip.pypa.io/en/stable/), you can also use any package manager you want.
3636

37-
To verify that Python and Pip are installed, run the following commands:
37+
To verify that Python and pip are installed, run the following commands:
3838

3939
```sh
4040
python --version
@@ -148,6 +148,8 @@ Running an Actor might take time, depending on the Actor's complexity and the am
148148

149149
Now that you're familiar with the basics, explore more advanced features:
150150

151-
- [Async support](/concepts/async-support) - Learn about asynchronous programming with the client
152-
- [Examples](/examples/passing-input-to-actor) - See practical examples for common use cases
153-
- [API Reference](/reference/class/ApifyClient) - Browse the complete API documentation
151+
- [Asyncio support](/concepts/asyncio-support) - Learn about asynchronous programming with the client
152+
- Common use-case examples like:
153+
- [Passing an input to Actor](/api/client/python/docs/examples/passing-input-to-actor)
154+
- [Retrieve Actor data](/api/client/python/docs/examples/retrieve-actor-data)
155+
- [API Reference](/api/client/python/reference) - Browse the complete API documentation

0 commit comments

Comments
 (0)