diff options
author | Komal Sheth | 2016-12-02 12:40:48 +0530 |
---|---|---|
committer | GitHub | 2016-12-02 12:40:48 +0530 |
commit | e4be13b7143eea98f5c0fd1e1890b7f358e138d9 (patch) | |
tree | e5fc424641507537d42cc61643362b23661ede0c | |
parent | 91f94fa00544003d3b4083c1563272e3b25a604a (diff) | |
parent | 3061288f2da0e545f1d6f32ddf3990038f194a6a (diff) | |
download | SciPy2016-e4be13b7143eea98f5c0fd1e1890b7f358e138d9.tar.gz SciPy2016-e4be13b7143eea98f5c0fd1e1890b7f358e138d9.tar.bz2 SciPy2016-e4be13b7143eea98f5c0fd1e1890b7f358e138d9.zip |
Merge pull request #44 from FOSSEE/Home_page
Changes in Day- 1 schedule
-rwxr-xr-x | website/templates/base.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/website/templates/base.html b/website/templates/base.html index 7833c51..db7d062 100755 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -310,15 +310,12 @@ <ol><li>Introductory Scientific Computing with Python: Ipython, Matplotlib, NumPy, SciPy</li>
<li>Introduction to Git</li>
<li>Python for Microcontrollers</li></ol>
- <ul style ="font-weight:700">Other topics: TBD</ul>
</td></tr>
<tr> <td><li style ="font-weight:700">Advanced Track</li></br>
<ol><li> Algorithm to Application: Using Traits and ETS</li>
<li>Introduction to Automated Testing in Python</li>
- <li>Introduction to Git and GitHub</li>
- <li>ExpEYES workshop </li></ol>
- <ul style ="font-weight:700">Other topics: TBD</ul>
+ <li>ExpEYES </li></ol>
</td></tr>
|