From 2574e2956da2bb24f7b23f852b79604637d19255 Mon Sep 17 00:00:00 2001 From: Gabi Davar Date: Mon, 24 Aug 2015 16:25:56 +0300 Subject: [PATCH 1/3] Replace master branch with page content via GitHub --- index.html | 13 ++++++++++++- params.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e6351c6..ac7832b 100644 --- a/index.html +++ b/index.html @@ -183,6 +183,17 @@

Why Qt?

Chuck Norris
March 2008

- + + + + diff --git a/params.json b/params.json index 26fce41..291ef42 100644 --- a/params.json +++ b/params.json @@ -1 +1 @@ -{"name":"Python-xy.GitHub.io","tagline":"","body":"### Welcome to GitHub Pages.\r\nThis automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here [using GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/), select a template crafted by a designer, and publish. After your page is generated, you can check out the new `gh-pages` branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.\r\n\r\n### Designer Templates\r\nWe’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.\r\n\r\n### Creating pages manually\r\nIf you prefer to not use the automatic generator, push a branch named `gh-pages` to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.\r\n\r\n### Authors and Contributors\r\nYou can @mention a GitHub username to generate a link to their profile. The resulting `` element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.\r\n\r\n### Support or Contact\r\nHaving trouble with Pages? Check out our [documentation](https://help.github.com/pages) or [contact support](https://github.com/contact) and we’ll help you sort it out.\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} \ No newline at end of file +{"name":"Python-xy.GitHub.io","tagline":"Scientific-oriented Python Distribution based on Qt and Spyder","body":"### Welcome to GitHub Pages.\r\nThis automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here [using GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/), select a template crafted by a designer, and publish. After your page is generated, you can check out the new `gh-pages` branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.\r\n\r\n### Designer Templates\r\nWe’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.\r\n\r\n### Creating pages manually\r\nIf you prefer to not use the automatic generator, push a branch named `gh-pages` to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.\r\n\r\n### Authors and Contributors\r\nYou can @mention a GitHub username to generate a link to their profile. The resulting `` element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.\r\n\r\n### Support or Contact\r\nHaving trouble with Pages? Check out our [documentation](https://help.github.com/pages) or [contact support](https://github.com/contact) and we’ll help you sort it out.\r\n","google":"UA-21485889-3","note":"Don't delete this file! It's used internally to help with page regeneration."} \ No newline at end of file From 595126867d768f38d97acac1de9360ac69148496 Mon Sep 17 00:00:00 2001 From: Gabi Davar Date: Wed, 25 Nov 2015 11:29:15 +0200 Subject: [PATCH 2/3] add history and restore Pierre to the document. --- index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 369a70a..6972dfa 100644 --- a/index.html +++ b/index.html @@ -151,15 +151,7 @@

Why a Python distribution for scientists?

Because testing all libraries, choosing the right one for the right usage, and grabbing all the free documentation on the internet takes time. Moreover, one needs some perspective to elaborate its own coherent development framework (i.e. Python libraries and development environment).

-
-
-
-

Python(x,y) was created for :

-
-
-
-
  • rapid prototyping, using the enhanced Python shell known as IPython ;
  • small/big projects (application-like) development, using Spyder - a powerful and interactive cross-platform Integrated Development Environment (IDE) ;
  • @@ -170,17 +162,25 @@

    Why a Python distribution for scientists?

    Why Qt?

    +

    We strongly recommend using PyQt + for Graphical User Interface (GUI) development, since it is a very powerful and easy-to-use + library – Mark Summerfield’s book is the best way to get started with PyQt (it is also a very good, very effective introduction to the Python language). For scientific programs, note that matplotlib figures (mainly 2D graphics) can be embedded in PyQt + applications window, almost as easily as in MATLAB.

    -

    We strongly recommend using PyQt for Graphical User Interface (GUI) development, since it is a very powerful and easy-to-use library – Mark Summerfield’s book is the best way to get started with PyQt (it is also a very good, very effective introduction to the Python language). For scientific programs, note that matplotlib figures (mainly 2D graphics) can be embedded in PyQt applications window, almost as easily as in MATLAB.

    +

    History

    +

    Python(x, y) Was concieved, developed and maintained by Raybaut Raybaut circa 2008 with the above + goals. Gabi Davar joined the project as a maintainer circa 2011. Pierre moved to work on other + project circa 2013 leaving Gabi as the primary maintainer.


    -

    Chuck Norris
    March 2008

    +

    Pierre Raybaut
    March 2008

    +

    Gabi Davar
    November 2015

    From b7903e31c7f0c4668e3c519a1835ccc07639c45f Mon Sep 17 00:00:00 2001 From: Gabi Davar Date: Thu, 26 Nov 2015 08:43:24 +0200 Subject: [PATCH 3/3] typos --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 6972dfa..5b3c111 100644 --- a/index.html +++ b/index.html @@ -171,9 +171,9 @@

    Why Qt?

    History

    -

    Python(x, y) Was concieved, developed and maintained by Raybaut Raybaut circa 2008 with the above - goals. Gabi Davar joined the project as a maintainer circa 2011. Pierre moved to work on other - project circa 2013 leaving Gabi as the primary maintainer.

    +

    Python(x, y) was concieved, developed and maintained by Pierre Raybaut since 2008 with the above + goals. Gabi Davar joined the project as a maintainer since 2011. Pierre moved to work on other + projects since 2013 leaving Gabi as the primary maintainer.