An open API service indexing awesome lists of open source software.

https://github.com/dvberkel/mathematics-articles

This project has as goal to produce mathematical articles and software with an inclination to computer algebra.
https://github.com/dvberkel/mathematics-articles

Last synced: 3 months ago
JSON representation

This project has as goal to produce mathematical articles and software with an inclination to computer algebra.

Awesome Lists containing this project

README

        

# Mathematics Articles
This project has as goal to produce mathematical articles and software
with an inclination to computer algebra.

## Collaborators

* Wieb Bosma

## Usage
First of all, make sure to clone this repository

```
git clone [email protected]:dvberkel/mathematics-articles.git
```

and enter the `mathematics-articles` directory.

Add, remove and change files and stage them with the following command

```
git add
```

Make a commit

```
git commit
```

and push the commit to GitHub

```
git push origin
```