Skip to content

Commit fe21eb0

Browse files
Merge pull request #145 from ZeroIntensity/space-hosting
Space Hosting Affiliation
2 parents e555638 + 7421cb5 commit fe21eb0

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,18 @@
77
> If you would like to follow development progress, join [the discord](https://discord.gg/tZAfuWAbm2).
88
> For contributing to view.py, please see our [CONTRIBUTING.md](https://github.com/ZeroIntensity/view.py/blob/master/CONTRIBUTING.md)
99
10+
<div align="center">
11+
<a href="https://clientarea.space-hosting.net/aff.php?aff=303"><img width=250 height=auto src="https://cdn-dennd.nitrocdn.com/fygsTSpFNuiCdXWNTtgOTVMRlPWNnIZx/assets/images/optimized/rev-758b0f8/www.space-hosting.net/wp-content/uploads/2023/02/cropped-Icon.png"></a>
12+
<h3>view.py is affiliated with <a href="https://clientarea.space-hosting.net/aff.php?aff=303">Space Hosting</a></h3>
13+
</div>
14+
1015
- [Docs](https://view.zintensity.dev)
1116
- [Source](https://github.com/ZeroIntensity/view.py)
1217
- [PyPI](https://pypi.org/project/view.py)
1318
- [Discord](https://discord.gg/tZAfuWAbm2)
1419

20+
## Example
21+
1522
```py
1623
from view import new_app, h1
1724

@@ -24,23 +31,23 @@ async def index():
2431
app.run()
2532
```
2633

27-
### Installation
34+
## Installation
2835

2936
**Python 3.8+ is required.**
3037

31-
#### Development
38+
### Development
3239

3340
```
3441
$ pip install git+https://github.com/ZeroIntensity/view.py
3542
```
3643

37-
#### Linux/macOS
44+
### Linux/macOS
3845

3946
```
4047
$ python3 -m pip install -U view.py
4148
```
4249

43-
#### Windows
50+
### Windows
4451

4552
```
4653
> py -3 -m pip install -U view.py

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<div align="center"><img src="https://raw.githubusercontent.com/ZeroIntensity/view.py/master/html/logo.png" alt="view.py logo" width=250 height=auto /></div>
2+
23
# Welcome to the view.py documentation!
34

45
Here, you can learn how to use view.py and its various features.
@@ -13,6 +14,11 @@ Here, you can learn how to use view.py and its various features.
1314
If you would like to follow development progress, join [the discord](https://discord.gg/tZAfuWAbm2).
1415
For contributing to view.py, please see our [CONTRIBUTING.md](https://github.com/ZeroIntensity/view.py/blob/master/CONTRIBUTING.md)
1516

17+
<div align="center">
18+
<a href="https://clientarea.space-hosting.net/aff.php?aff=303"><img width=250 height=auto src="https://cdn-dennd.nitrocdn.com/fygsTSpFNuiCdXWNTtgOTVMRlPWNnIZx/assets/images/optimized/rev-758b0f8/www.space-hosting.net/wp-content/uploads/2023/02/cropped-Icon.png"></a>
19+
<h3>view.py is affiliated with <a href="https://clientarea.space-hosting.net/aff.php?aff=303">Space Hosting</a></h3>
20+
</div>
21+
1622
## Quickstart
1723

1824
Install view.py:

0 commit comments

Comments
 (0)