Skip to content

Commit

Permalink
Modfied: git page
Browse files Browse the repository at this point in the history
  • Loading branch information
mandal-anik10 committed Oct 3, 2023
1 parent 9d408f3 commit 0a729a9
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# **[unipy](https://github.com/mandal-anik10/unipy)**

___________________________________________________________
A unified module for numerical calculations in physics using python.

I have a dream of making a numerical universe where I can simulate nature and physical phenomena just by incorporating the most fundamental law/infromation `(if, we will find the one most fundamental theroy of the universe)` of physics. Thhis module is in developement for that purpose. If you want to contribute, please send a mail. you can find contact information [here](https://mandal-anik10.github.io).
I have a dream of making a numerical universe where I can simulate nature and physical phenomena just by incorporating the most fundamental law/infromation `(if, we will find the one most fundamental theroy of the universe)` of physics. This module is in developement for that purpose. If you want to contribute, please send a mail. you can find contact information [here](https://mandal-anik10.github.io).

Checkout the [documantation](https://mandal-anik10.github.io/unipy/) for more information about this module.
___________________________________________________________

## Installation:
- Clone the repository in your computer and move to the repository:
```
Expand Down
16 changes: 16 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[Home](https://mandal-anik10.github.io/unipy/)      [Installation](installation.md)      [Modules](#modules)      [About](#about)      [Homepage](https://mandal-anik10.github.io)

________________________________________________________________________________________
# About
A unified module for numerical calculations in physics using python.

I have a dream of making a numerical universe where I can simulate nature and physical phenomena just by incorporating the most fundamental law/infromation `(if, we will find the one most fundamental theroy of the universe)` of physics. This module is in developement for that purpose. If you want to contribute, please send a mail. you can find contact information [here](https://mandal-anik10.github.io).

Checkout the [documantation](https://mandal-anik10.github.io/unipy/) for more information about this module.

# Modules
- [BasicOp](pages/BasicOp.md)
- [CurveFit](pages/CurveFit.md)
- [GraphPlot](pages/GraphPlot.md)
- [MatOp](pages/MatOp.md)
- [VecOp](pages/VecOp.md)
14 changes: 14 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[Home](https://mandal-anik10.github.io/unipy/)      [Installation](installation.md)      [Modules](#modules)      [About](#about)      [Homepage](https://mandal-anik10.github.io)

________________________________________________________________________________________
# Installation:
- Clone the repository in your computer and move to the repository:
```
$ git clone https://github.com/mandal-anik10/unipy.git
$ cd unipy
```
- Now you should have a shell prompt ready in the `unipy` folder, and by running `$ ls` you should see a folder again called `unipy`. You can then install `unipy` with:
```
$ python setup.py install
```
___________________________________________________________
4 changes: 4 additions & 0 deletions docs/pages/BasicOp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[Home](https://mandal-anik10.github.io/unipy/)      [Installation](installation.md)      [Modules](#modules)      [About](#about)      [Homepage](https://mandal-anik10.github.io)

________________________________________________________________________________________
# Basic Operation
4 changes: 4 additions & 0 deletions docs/pages/CurveFit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[Home](https://mandal-anik10.github.io/unipy/)      [Installation](installation.md)      [Modules](#modules)      [About](#about)      [Homepage](https://mandal-anik10.github.io)

________________________________________________________________________________________
# Curve Fit
4 changes: 4 additions & 0 deletions docs/pages/GraphPlot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[Home](https://mandal-anik10.github.io/unipy/)      [Installation](installation.md)      [Modules](#modules)      [About](#about)      [Homepage](https://mandal-anik10.github.io)

________________________________________________________________________________________
# Graph Plot
4 changes: 4 additions & 0 deletions docs/pages/MatOp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[Home](https://mandal-anik10.github.io/unipy/)      [Installation](installation.md)      [Modules](#modules)      [About](#about)      [Homepage](https://mandal-anik10.github.io)

________________________________________________________________________________________
# Matrix Operation
4 changes: 4 additions & 0 deletions docs/pages/VecOp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[Home](https://mandal-anik10.github.io/unipy/)      [Installation](installation.md)      [Modules](#modules)      [About](#about)      [Homepage](https://mandal-anik10.github.io)

________________________________________________________________________________________
# Vector Operation

0 comments on commit 0a729a9

Please sign in to comment.