SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы

Назад

Getting Started: The Easiest Approach


Метки: python

If all of the details are a little overwhelming at first, there’s an easy way for you to make contributions without learning about distributed version control and Sphinx:

  1. Create an account at http://www.BitBucket.org.
  2. In your account, you get a wiki. In your wiki, create a page for your contribution. Just add your code and descriptions using plain text.
  3. Point us to your wiki via the newsgroup.
  4. We’ll take your contribution and do the necessary formatting.

If you want to take another step, you can learn how to format your wiki page using Sphinx by looking at the source for pages in the book. You can try it right now – on the left side of this page (in the HTML book) you’ll see a header that says This Page and underneath it Show Source. Click on Show Source and you’ll see the Sphinx source for this page. Just look at the page sources and imitate that.

When you’re ready, you can learn more about Sphinx and Mercurial and begin making contributions that way.

The following sections are for those who are ready to build the book on their own machines.