SymPy Logo SymPy

Vývoj

We are interested in any contribution. There are many ways how you can contribute:

  • If you wrote anything interesting using SymPy, please send us a patch with the code (see below for more information).
  • If you found a bug (or just want to let us know what you think), tell us on the mailinglist. You can also add a bug report (or a comment) into the issues.
  • Můžete blogovat o tom, jak používáte SymPy.
  • Můžete nám pomoci psát dokumentaci (stačí poslat patch).
  • You can help people on our mailinglist.
  • Můžete pomoci s kontrolou patchů.
  • Můžete nám poslat patche s opravami chyb nebo novými funkcemi.

Nejlepší způsob, jak přispět ke kódu nebo k dokumentaci je posláním patche.

Jak poslat Patch

The best way is to send a github pull request against the sympy/sympy repository. We'll review it and push it in.

If you need help with git, github, pull requests, patches, coding, SymPy or anything related, just send us an email to the mailinglist or ask on Gitter, we'll be happy to help. Also, you can read our instructions how to prepare patches using git and github.

The github pull request is a preferred method, as that makes it easy for us to review and push the code in. That said, you can also clone the latest git repository (see the link on the right), prepare a branch with your code, upload it somewhere (for example github) and send us a link to the sympy mailinglist, or you can even send us raw patches --- but it will be more work for us to integrate it.

SymPy has a broad development team, send us a patch and your name will appear there too.

Zdrojový kód webových stránek

Zdrojový kód těchto webových stránek je na: https://github.com/sympy/sympy.github.com

Nezdráhejte se nám poslat patch s vylepšeními.