diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2017-05-15 14:25:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-15 14:25:01 +0200 |
| commit | ac2ec877b459ef10333bc70e33fbfd6b83c56d97 (patch) | |
| tree | d3ae7294ae49028c552982da901c35e1b3e67263 /docs/blog/blog.rst | |
| parent | 53e27f73ef945693630d88010887f9726fe2ddbe (diff) | |
| parent | 93e6258463d67a33c956788a5552627a9798fb5e (diff) | |
Merge pull request #920 from kvch/gh-pages
add first blog entry on python3 support
Diffstat (limited to 'docs/blog/blog.rst')
| -rw-r--r-- | docs/blog/blog.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/blog/blog.rst b/docs/blog/blog.rst new file mode 100644 index 000000000..aad448c6b --- /dev/null +++ b/docs/blog/blog.rst @@ -0,0 +1,7 @@ +Blog +==== + +.. toctree:: + :maxdepth: 1 + + python3 |