Skip to content

Commit

Permalink
readthedocs build.os config
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Aug 18, 2023
1 parent 9a70b84 commit 4a68823
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ version: 2
sphinx:
configuration: docs/conf.py

build:
os: ubuntu-22.04
tools:
python: "3.8"

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,12 @@ the codes of TDA separately, and name this package `mogutda`.

It runs under Python 3.8, 3.9, 3.10, and 3.11.

Release 0.1.5 can work under `numpy`>0.16.0, but previous
release will constitute error under the new `numpy`.

## Simple Tutorial: Simplicial Complex

You can install by:

```
pip install -U mogutda
pip install mogutda
```

To establish a simplicial complex for a torus, type
Expand Down

0 comments on commit 4a68823

Please sign in to comment.