Skip to content

Commit

Permalink
Updated Google Colab links (#18)
Browse files Browse the repository at this point in the history
* Updated Google Colab links

* Updated README

* Missing character

* Added py35 and py34

* Version bump to update pypi links

* py35

* remove py34

* removed py35

* removed py35
  • Loading branch information
tommyod authored Aug 3, 2020
1 parent 23fb131 commit db532d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@ If you don't have Python installed, you can run code in your browser.
Learn how to make strength training programs
********************************************

* Run code live: `SEssential Features <https://colab.research.google.com/github/tommyod/streprogen/blob/master/docs/examples/Streprogen%20-%20Essential%20features.ipynb>`_
* Run code live: `Streprogen - Intermediate Features <https://colab.research.google.com/github/tommyod/streprogen/blob/master/docs/examples/Streprogen%20-%20Intermediate%20features.ipynb>`_
* Run code live: `Streprogen - Advanced Features <https://colab.research.google.com/github/tommyod/streprogen/blob/master/docs/examples/Streprogen%20-%20Advanced%20features.ipynb>`_

* Run code live: `Essential Features <https://colab.research.google.com/github/tommyod/streprogen/blob/master/docs/examples/Essential%20features.ipynb>`_
* Run code live: `Intermediate Features <https://colab.research.google.com/github/tommyod/streprogen/blob/master/docs/examples/Intermediate%20features.ipynb>`_
* Run code live: `Advanced Features <https://colab.research.google.com/github/tommyod/streprogen/blob/master/docs/examples/Advanced%20features.ipynb>`_

Example strength training program library
*****************************************

* Run code live: `Example - Beginner 5x5 program <https://colab.research.google.com/github/tommyod/streprogen/blob/master/docs/examples/Example%20-%20Beginner%205x5%20program.ipynb>`_
* Run code live: `Example - Beginner 5x5 program modified <https://colab.research.google.com/github/tommyod/streprogen/blob/master/docs/examples/Example%20-%20Beginner%205x5%20program%20modified.ipynb>`_
* Run code live: `Example - 3 day split with periodization <https://colab.research.google.com/github/tommyod/streprogen/blob/master/docs/examples/Example%20-%203%20day%20split%20with%20periodization.ipynb>`_
* Run code live: `Example - 3 day split with periodization <https://colab.research.google.com/github/tommyod/streprogen/blob/master/docs/examples/Example%20-%203%20day%20split%20with%20periodization.ipynb>`_
* Run code live: `Example - Beginner 5x5 <https://colab.research.google.com/github/tommyod/streprogen/blob/master/docs/examples/docs/examples/Beginner 5x5.ipynb>`_
* Run code live: `Example - Beginner 5x5 modified <https://colab.research.google.com/github/tommyod/streprogen/blob/master/docs/examples/docs/examples/Beginner 5x5 modified.ipynb>`_
* Run code live: `Example - 3 day full body <https://colab.research.google.com/github/tommyod/streprogen/blob/master/docs/examples/docs/examples/3 day full body.ipynb>`_
* Run code live: `Example - 3 day split with periodization <https://colab.research.google.com/github/tommyod/streprogen/blob/master/docs/examples/docs/examples/3 day split.ipynb>`_

Check out the `example PDF output <https://github.com/tommyod/streprogen/blob/master/docs/examples/3DaySplitWithPeriodization.pdf>`_.

Multi-day meal planning
***********************

* Run code live: `Example - Meal planning <https://colab.research.google.com/github/tommyod/streprogen/blob/master/docs/examples/Example%20-%20Meal%20planning.ipynb>`_
* Run code live: `Meal Planning <https://colab.research.google.com/github/tommyod/streprogen/blob/master/docs/examples/docs/examples/Meal planning.ipynb>`_


**Instructions for live code:**
Expand Down
2 changes: 1 addition & 1 deletion streprogen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from streprogen.optimization import RepSchemeGenerator, RepSchemeOptimizer
from streprogen.program import Program

__version__ = "3.0.0"
__version__ = "3.0.1"

__all__ = [
"StaticExercise",
Expand Down

0 comments on commit db532d2

Please sign in to comment.