Skip to content

Commit 4a2960b

Browse files
committed
Update colors and add discussion and update sections.
1 parent 241b824 commit 4a2960b

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

_sections/20-statement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: statement
3-
bg: '#fab125'
4-
color: black
3+
bg: '#4da45e'
4+
color: white
55
---
66

77
# Python 3 Statement

_sections/70-discuss.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: discuss
3+
fa-icon: comment
4+
bg: '#a066f3'
5+
color: 'white'
6+
style: center
7+
---
8+
9+
# Discuss
10+
11+
While the above statement is still is close to final form it is still open for
12+
discussion. Feel free to [open an
13+
issue](https://github.com/python3statement/python3statement.github.io/issues)
14+
on or GitHub repository or browse the open and closed ones.
15+
16+
If you think some information are missing, or inaccurate, please let us know as
17+
well.

_sections/80-update-my-project.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Update
3+
fa-icon: arrow-circle-up
4+
bg: '#49a7e9'
5+
color: 'white'
6+
style: center
7+
---
8+
9+
# Update your project to be Python 3 only
10+
11+
While most of the project that have signed up above are migrating to Python 3
12+
only code base, we are gathering information about the difficulties that can be
13+
encountered both by developers and users during this process.
14+
15+
We are thus collecting a list of things to be aware of for the transition to be
16+
as seem less as possible. For example : as a developer, how to make sure that
17+
package manager like pip do not upgrade you your libraries to incompatible
18+
versions on Python 2. Check [our
19+
repository](https://github.com/python3statement/python3statement.github.io) for
20+
more informations.
21+
22+
23+

0 commit comments

Comments
 (0)