diff options
| author | 2023-07-23 15:32:12 +0800 | |
|---|---|---|
| committer | 2023-07-23 15:32:12 +0800 | |
| commit | 8fb24a1987151a915fd5ac0e500c7e89b429dc81 (patch) | |
| tree | 66864e45da1656bcb284e3f40160c6c4c70b0c2c | |
| parent | 8e79582d3a340ede3337759c5be06234689ccf4e (diff) | |
| download | TRPGNivis-8fb24a1987151a915fd5ac0e500c7e89b429dc81.tar.gz TRPGNivis-8fb24a1987151a915fd5ac0e500c7e89b429dc81.zip | |
👻Fix ::raw
| -rw-r--r-- | readme.rst | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ------- |
