Skip to content

Commit 174ca96

Browse files
authored
Update README.md
Changed documentation links to readthedocs instead of local repo folders
1 parent 29d1000 commit 174ca96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ It enables rapid experimentation with complex model architectures, supports doma
6868

6969
## Getting Started
7070

71-
Requires Python >= 3.9
71+
Requires Python >= 3.10
7272

7373
### Installation
7474
Install from PyPI:
@@ -83,10 +83,10 @@ pip install git+https://github.com/REIL-UConn/modular-ml.git
8383

8484

8585
## Explore More
86-
- **[Explanation](docs/explanation/)** – Conceptual material that explains why ModularML is structured the way it is.
87-
- **[How-To](docs/how_to/)** – Deep dive on core components of the ModularML framework.
88-
- **[Tutorial](docs/tutorials/)** – Explore complete walkthroughs of solving common machine learning tasks with ModularML.
89-
- **[Full API Reference](https://modular-ml.readthedocs.io/en/latest/)** – API reference, component explanations, configuration guides, and tutorials.
86+
- **[Explanation](https://modular-ml.readthedocs.io/en/latest/explanation/index.html)** – Conceptual material that explains why ModularML is structured the way it is.
87+
- **[How-To](https://modular-ml.readthedocs.io/en/latest/how_to/index.html)** – Deep dive on core components of the ModularML framework.
88+
- **[Tutorials](https://modular-ml.readthedocs.io/en/latest/tutorials/index.html)** – Explore complete walkthroughs of solving common machine learning tasks with ModularML.
89+
- **[API Reference](https://modular-ml.readthedocs.io/en/latest/reference/index.html)** – API reference, component explanations, configuration guides, and tutorials.
9090
- **[Discussions](https://github.com/REIL-UConn/modular-ml/discussions)** – Join the community, ask questions, suggest features, or share use cases.
9191

9292
---

0 commit comments

Comments
 (0)