Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1467431

Browse files
committed
Merge pull requestpython3statement#12 from jairideout/add-skbio
Add scikit-bio and related Caporaso Lab projects to list/timeline
2 parentsfc66f56 +a25556c commit1467431

File tree

5 files changed

+34
-30
lines changed

5 files changed

+34
-30
lines changed

‎README.md‎

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,39 @@
1-
#APlege to migrate to Python 3.
1+
#Apledge to migrate to Python 3.
22

3-
This is the main website for a pledge to stop supporting Python 2 for free in open source software.
3+
This is the main website for a pledge to stop supporting Python 2 for free in
4+
open source software.
45

5-
#run locally
6+
#Run locally
67

7-
Install Jekyll :`gem install jekyll`,`gem installgh-pages`
8+
Install Jekyll :`gem install jekyll`,`gem installgithub-pages`
89

910
Clone this locally,`cd` in the newly created directory.
1011

11-
run`jekyll serve -w` in one terminal, openyou browse to`localhost:4000`.
12+
Run`jekyll serve -w` in one terminal, openyour browser to`localhost:4000`.
1213

13-
Modify the various files, refresh your browser and enjoy.
14+
Modify the various files, refresh your browser and enjoy.
1415

1516
PRs welcomed.
1617

1718
#Add your project
1819

19-
If you just want to addyou project to the list of participatingproject, add a
20-
line in[the list of participatingproject](_sections/30-projects.md), it's
20+
If you just want to addyour project to the list of participatingprojects, add
21+
aline in[the list of participatingprojects](_sections/30-projects.md). It's
2122
markdown so feel free to just list your project name or add a link, and make a
2223
pull request. You should even be able to[edit it
2324
online](https://github.com/python3statement/python3statement.github.io/edit/master/_sections/30-projects.md).
2425

26+
##Add timeline information
2527

26-
27-
28-
##Add timeline informations
29-
30-
The front page also have a timeline chart, with past release dates, and future
31-
(planned) releases. You can also add you project there, if you have a specific
32-
date where you plan to drop Python 2 support.
28+
The front page also has a timeline chart, with past release dates and future
29+
(planned) releases. You can also add your project there, if you have a specific
30+
date where you plan to drop Python 2 support.
3331

3432
See[site.js](site.js) around[line
3533
100](https://github.com/python3statement/python3statement.github.io/blob/master/site.js#L103)
36-
to see how to add this kind of data.
37-
38-
39-
#Base template:
40-
41-
This is a based on version of
42-
[github.com/t413/SinglePaged](https://github.com/t413/SinglePaged)
34+
to see how to add this kind of data.
4335

36+
#Base template
4437

38+
This site is based on
39+
[github.com/t413/SinglePaged](https://github.com/t413/SinglePaged).

‎_sections/30-projects.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ style: center
99
#Participating Projects
1010

1111
-[IPython](https://ipython.org)
12-
-[Jupyter notebook](https://jupyter.org)
13-
14-
12+
-[Jupyter notebook](https://jupyter.org)
13+
-[scikit-bio](http://scikit-bio.org)
14+
-[An Introduction to Applied Bioinformatics](http://readiab.org)
15+
-[QIIME](http://qiime.org)
16+
-[cual-id](https://github.com/johnchase/cual-id)

‎_sections/40-timeline.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ extended support. (Python's own timeline is available
1515

1616
<divid="visualization"></div>
1717

18-
See how to[add your project to the list of participatingproject](https://github.com/python3statement/python3statement.github.io#add-your-project) and to[this timeline](https://github.com/python3statement/python3statement.github.io#add-timeline-informations)
18+
See how to[add your project to the list of participatingprojects](https://github.com/python3statement/python3statement.github.io#add-your-project) and to[this timeline](https://github.com/python3statement/python3statement.github.io#add-timeline-information)

‎_sections/50-why.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ code to use Python 3:
1515
-[How to add Python 3 support to your code](https://docs.python.org/3/howto/pyporting.html)
1616
-[Stop supporting Python 2.6 for free](http://www.curiousefficiency.org/posts/2015/04/stop-supporting-python26.html) (Nick Coghlan)
1717
-[Why Python 4.0 won't be like Python 3.0](http://www.curiousefficiency.org/posts/2014/08/python-4000.html) (Nick Coghlan)
18-
-[SciKitBio Py3 OnlyRFC](https://github.com/biocore/scikit-bio-rfcs/blob/master/active/002-py3-only.md)
18+
-[scikit-bio py3-onlyRFC](https://github.com/biocore/scikit-bio-rfcs/blob/master/accepted/002-py3-only.md)

‎site.js‎

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,14 @@ $(document).ready(function (){
119119
{content:'7.x',start:'2018-01-01',end:'2019-06-12'},
120120
{content:'8.x',start:'2019-06-12',end:'2020-06-01'},
121121
],
122+
'scikit-bio':[
123+
{content:'0.1.1 - 0.4.2',start:'2014-05-16',end:'2016-05-30',py2:true},
124+
{content:'0.5.0+',start:'2016-05-31',end:'2021-12-16'},
125+
],
126+
'QIIME':[
127+
{content:'1.x',start:'2010-04-09',end:'2017-12-31',py2:true},
128+
{content:'2.x+',start:'2016-07-11',end:'2021-12-16'},
129+
],
122130
// for tests, rando example
123131
//'matplotlib':[
124132
// {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},
@@ -129,7 +137,7 @@ $(document).ready(function (){
129137
// {content: '0.19', start: '2016-11-02', end:'2017-12-01'},
130138
//]
131139

132-
140+
133141
}
134142

135143
// Create a DataSet (allows two way data-binding)
@@ -159,7 +167,7 @@ $(document).ready(function (){
159167

160168
varoptions={
161169
clickToUse:true,
162-
groupOrder:'group'
170+
groupOrder:'group'
163171
};
164172

165173
// Create a Timeline
@@ -169,4 +177,3 @@ $(document).ready(function (){
169177
timeline.addCustomTime(Date.parse('2020-01-01'))
170178

171179
});
172-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp