aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-23 15:32:12 +0800
committer简律纯 <i@jyunko.cn>2023-07-23 15:32:12 +0800
commit8fb24a1987151a915fd5ac0e500c7e89b429dc81 (patch)
tree66864e45da1656bcb284e3f40160c6c4c70b0c2c
parent8e79582d3a340ede3337759c5be06234689ccf4e (diff)
downloadTRPGNivis-8fb24a1987151a915fd5ac0e500c7e89b429dc81.tar.gz
TRPGNivis-8fb24a1987151a915fd5ac0e500c7e89b429dc81.zip
👻Fix ::raw
-rw-r--r--readme.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.rst b/readme.rst
index 739daf2..6e9776d 100644
--- a/readme.rst
+++ b/readme.rst
@@ -3,6 +3,7 @@ Psi CLI Language
Psi is a new programming language designed with simplicity, flexibility, and performance in mind. It provides a clean and intuitive syntax that is easy to read and write, making it an excellent choice for both beginners and experienced programmers.
+
Features
--------
@@ -31,6 +32,7 @@ Features
.. _`Mathematics Foundation Module`: https://github.com/HydroRoll-Team/psi/blob/main/psi/mathematics.py
.. _`Documentation Module`: https://github.com/HydroRoll-Team/psi/blob/main/docs
+
Getting Started
---------------
@@ -62,6 +64,7 @@ To get started with Psi, you can clone the repository and follow the instruction
| LinkedList | Enum | ``loop`` ``break`` ``continue`` | ``=>``: functional program |
+---------------------+---------------------+-----------------------------------------+---------------------------------------------+
+
Contributing
------------
@@ -70,10 +73,13 @@ Contributions to the Psi project are welcome. If you have a feature request, bug
How to build docs
^^^^^^^^^^^^^^^^^
+::
+
git clone https://github.com/HydroRoll-Team/psi.git
cd psi/psi/docs
sphinx-build -b html . _build/html
+
License
-------