Skip to content

Commit f95ba03

Browse files
committed
docs: update docs homepage
1 parent d375a3e commit f95ba03

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ pip install sphinx sphinx-copybutton sphinxcontrib-youtube python-docs-theme
99
```bash
1010
make
1111
```
12+
or
13+
```bash
14+
make html
15+
```
1216

1317
3. Live Preview with VSCode can help you see things live.

_templates/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h3>{{ _('Navigation') }}</h3>
150150
</a>
151151
{%- endif %} {{ copyright|e }}.
152152
<br>
153-
{% trans %}This page is licensed under the Python Software Foundation License Version 2.{% endtrans %}
153+
{% trans %}This page is licensed under the UniversalPython team.{% endtrans %}
154154
<br>
155155
{% trans %}Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.{% endtrans %}
156156
<br>
@@ -162,7 +162,7 @@ <h3>{{ _('Navigation') }}</h3>
162162
{% endif %}
163163
<br>
164164

165-
{% include "footerdonate.html" %}
165+
<!-- {% include "footerdonate.html" %} -->
166166
<br>
167167

168168
{%- if last_updated %}

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
UniversalPython documentation
77
=============================
88

9-
Welcome! This is the official documentation for UniversalPython.
9+
Welcome! UniversalPython is a multilingual programming language built on top of Python that lets you write code once and see how it looks in other supported languages. It’s made for beginners and curious learners who want to explore and compare programming languages in a simple, hands-on way.
1010

1111
**Documentation sections:**
1212

tutorial.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
Tutorial
22
========
33

4-
.. tip::
5-
This tutorial introduces you to UniversalPython, a tool that helps learners write Python code using keywords and identifiers in their native human language.
6-
7-
84
This tutorial introduces you to **UniversalPython**, a tool that helps learners write Python code using keywords and identifiers in their **native human language**.
95

106
UniversalPython is **not a new language**. It is a **transpiler**, a small layer that translates code written in other natural languages into standard Python. This allows students to begin learning Python concepts using familiar vocabulary.
@@ -19,7 +15,7 @@ This tutorial is written for:
1915
To follow this tutorial, you will need:
2016

2117
- Python 3.4 or later
22-
- A Terminal or Jupiter Notebook
18+
- A Terminal or Jupyter Notebook
2319
- Optionally, access to the `Online Playground <https://universalpython.github.io/playground/>`_ for running code in the browser
2420

2521
We recommend reading the tutorial chapters in order. However, if you are already familiar with Python and only want to understand UniversalPython’s features, you may skip ahead to the Using Your Native Language in Python chapter.

0 commit comments

Comments
 (0)