Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yoga #5

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
0a868b4
Update exercise.py
Marto32 May 28, 2022
d1ee5ca
Update routine.py
Marto32 May 28, 2022
3b5c1c1
Update workout.py
Marto32 May 28, 2022
b0c4933
Update workout_program.py
Marto32 May 28, 2022
0fa9680
Update runner.py
Marto32 May 28, 2022
180f568
Update workout_program.py
Marto32 May 28, 2022
da35910
Update workout.py
Marto32 May 28, 2022
1ca61e8
Update workout_program.py
Marto32 May 28, 2022
67235af
Add new workouts
May 31, 2022
d0cf2d8
Merge pull request #1 from Marto32/mm/conditioning
Marto32 May 31, 2022
fee14b1
Add option for all exercises in routine
May 31, 2022
184428b
Merge pull request #2 from Marto32/mm/routineupdate
Marto32 May 31, 2022
6338dc3
Update routine.py
Marto32 May 31, 2022
9f98040
Update exercise.py
Marto32 Jun 17, 2022
f1d4537
Update routine.py
Marto32 Jun 17, 2022
dabe299
Update workout.py
Marto32 Jun 17, 2022
a1d0c21
Update workout.py
Marto32 Jun 17, 2022
6ae0f84
Update workout_program.py
Marto32 Jun 17, 2022
d4a1c8c
Update workout.py
Marto32 Jun 17, 2022
da7a05f
Update runner.py
Marto32 Jun 17, 2022
74abcca
Add yoga workouts and change schedule
Marto32 Jul 7, 2022
6992e78
Merge pull request #3 from Marto32/mm/yoga
Marto32 Jul 7, 2022
50d1f0a
Update schedule
Marto32 Jul 25, 2022
b906855
Merge pull request #4 from Marto32/mm/schedchange
Marto32 Jul 25, 2022
727f042
Add trek training program
Marto32 Sep 20, 2022
82ede32
Merge pull request #5 from Marto32/mm/trektrian
Marto32 Sep 20, 2022
4669772
Change workout names
Marto32 Sep 20, 2022
779d854
Updates to include all exercises
Marto32 Sep 20, 2022
ce358ae
Merge pull request #6 from Marto32/mm/trektrian
Marto32 Sep 20, 2022
e17fd93
Change order of workout
Marto32 Sep 22, 2022
1735e94
Merge pull request #7 from Marto32/reorder
Marto32 Sep 22, 2022
fa22480
add links
Marto32 Sep 23, 2022
75697a6
Merge pull request #8 from Marto32/hevylinks
Marto32 Sep 23, 2022
ec0a95f
Add new 531
Marto32 Nov 1, 2022
b70251d
Merge pull request #9 from Marto32/fivethreeone
Marto32 Nov 1, 2022
ffd12a2
Add workout link
Marto32 Nov 3, 2022
2f08a39
Merge pull request #10 from Marto32/fivelink
Marto32 Nov 3, 2022
404ec6a
Add downdog yoga to routine
Marto32 Dec 3, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions globo/exercise.py
Original file line number Diff line number Diff line change
@@ -335,6 +335,6 @@ def __str__(self):

AerobicA = Exercise("Wighted Vest Treadmill (5-15 degree incline, 24+ lbs vest)", "nolink")
Climb = Exercise("Climb (bouldering at VITAL)", "nolink")
LowerA = Exercise("Lower A in Hevy", "nolink")
BackA = Exercise("Back A in Hevy", "nolink")
CoreA = Exercise("Core A in Hevy", "nolink")
LowerA = Exercise("Lower A in Hevy", "https://hevy.com/routine/elcWsErdNLX")
BackA = Exercise("Back A in Hevy", "https://hevy.com/routine/aBDMaIsTVRo")
CoreA = Exercise("Core A in Hevy", "https://hevy.com/routine/DYJ96BcOfV4")