Skip to content

Commit

Permalink
Deploying to gh-pages from @ 16e9672 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jul 21, 2023
1 parent 521b333 commit 45f11d7
Show file tree
Hide file tree
Showing 169 changed files with 19,647 additions and 809 deletions.
161 changes: 0 additions & 161 deletions .doctr-files

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -4,3 +4,5 @@
*.tmp
*~
.DS_Store

i18n/sympy.org.pot
8 changes: 8 additions & 0 deletions ISSUE_TEMPLATE.md
@@ -0,0 +1,8 @@
<!--
NOTE: this is the issue tracker for the SymPy website (sympy.org).
This issue tracker should only be used to report issues with the website specifically.
Issues with SymPy itself should be reported on the SymPy repo https://github.com/sympy/sympy/issues/new
This includes issues with SymPy that were found using the SymPy Live shell.
-->
214 changes: 214 additions & 0 deletions build/cs/development.html
@@ -0,0 +1,214 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Vývoj</title>
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet" type="text/css" />
<!-- <link rel="stylesheet" href="/static/css/base.css" type="text/css" media="screen" /> -->
<!-- <link rel="stylesheet" id="current-theme" href="/static/css/style.css" type="text/css" media="screen" /> -->
<link rel="stylesheet" href="//static/external/css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="//static/external/css/responsive-gs-12col.css" type="text/css" media="screen" />
<link rel="stylesheet" href="//static/css/base.css" type="text/css" media="screen" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Gentium+Basic" rel="stylesheet" type="text/css" />
<link rel="icon" href="//static/SymPy-Favicon.ico" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script type="text/javascript" src="//static/javascript/main.js"></script>

</head>
<body>
<div class="container">
<header>
<h1><a href="index.html"> <img src="//static/images/logo.png" alt="SymPy Logo" /> SymPy</a></h1>
<div id="mobile-menu"><i class="icon-ellipsis-vertical"></i></div>
</header>
<nav id="main-navigation" class="row">


<ul>
<li class=""><a href="index.html">Hlavní stránka</a></li>
<li class=""><a href="features.html">Vybavení</a></li>
<li class=""><a href="download.html">Stáhnout</a></li>
<li class=""><a href="https://docs.sympy.org">Dokumentace <i class="icon-external-link-sign"></i></a></li>
<li class=""><a href="support.html">Podpora</a></li>
<li class="active"><a href="development.html">Vývoj</a></li>
<li class=""><a href="roadmap.html">Roadmap</a></li>
<li class=""><a href="donate.html">Donate</a></li>
<li class="""><a href="shell.html">Online Konzole</a></li>
</ul>

</nav>
<section class="row" id="main">
<div class="col span_7 clr small_span_4">

<article id="content">


<h2 class="title">Vývoj</h2>
<div class="inner">
<p class="first">
We are interested in any contribution. There are many ways how you can
contribute:
<ul>
<li>
If you wrote anything interesting using SymPy, please send us a patch with the
code (see below for more information).
</li>

<li>
If you found a bug (or just want to let us know what you think), tell us on the
<a href="https://groups.google.com/group/sympy">mailinglist</a>. You can also
add a bug report (or a comment) into the <a href="https://github.com/sympy/sympy/issues/">issues</a>.
</li>
<li>Můžete blogovat o tom, jak používáte SymPy.</li>
<li>Můžete nám pomoci psát dokumentaci (stačí poslat patch).</li>
<li>You can help people on our <a href="https://groups.google.com/group/sympy">mailinglist</a>.</li>
<li>Můžete pomoci s kontrolou patchů.</li>
<li>Můžete nám poslat patche s opravami chyb nebo novými funkcemi.</li>
</ul>
</p>
<p>
Nejlepší způsob, jak přispět ke kódu nebo k dokumentaci je posláním patche.
</p>
</div>

<h2 class="title">Jak poslat Patch</h2>
<div class="inner">
<p class="first">
The best way is to send a github pull request
against the <a href="https://github.com/sympy/sympy">sympy/sympy</a> repository.
We'll review it and push it in.
</p>

<p>
If you need help with git, github, pull requests, patches, coding, SymPy or
anything related, just send us an email to the <a href="https://groups.google.com/forum/#!forum/sympy">mailinglist</a>
or ask on <a href="https://gitter.im/sympy/sympy">Gitter</a>, we'll be happy to help.
Also, you can read our instructions
<a href="https://github.com/sympy/sympy/wiki/Development-workflow">
how to prepare patches</a> using git and github.
</p>

<p>
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 <a href="https://github.com/">github</a>) and send us a link
to the <a href="https://groups.google.com/forum/#!forum/sympy">sympy</a>
mailinglist, or you can even send us raw patches --- but it will be more work
for us to integrate it.
</p>

<p>
SymPy has a broad <a href="https://docs.sympy.org/dev/aboutus.html#sympy-development-team">development team</a>, send us a patch and your name will appear there too.
</p>

</div>
<h2 class="title">Zdrojový kód webových stránek</h2>
<div class="inner">
<p class="first">
Zdrojový kód těchto webových stránek je na:
<a href="https://github.com/sympy/sympy.github.com">https://github.com/sympy/sympy.github.com</a>
</p>
Nezdráhejte se nám poslat patch s vylepšeními.
</div>


</article>
</div>
<div id="spacer" class="col span_1 clr small_span_0">&nbsp;</div>
<aside id="sidebar" class="col span_4 clr small_span_2">

<div id="search-gamma" class="sidebar_card">
<h3> Compute with Gamma </h3>
<form method="get" action="https://www.sympygamma.com/input/" target="_blank">
<input type="text" name="i" />
<button>Compute</button>
</form>
</div>
<div id="about" class="sidebar_card">
<h3>Ihned stáhnout</h3>
<p>
<a href="https://github.com/sympy/sympy/releases">Latest Version</a><br/>
<a href="https://github.com/sympy/sympy">Development Version</a>
</p>
</div>
<div id="quick_links" class="sidebar_card">
<h3>Rychlé Odkazy</h3>
<ul>
<li><a href="https://docs.sympy.org/">Dokumentace</a></li>
<li><a href="https://github.com/sympy/sympy/releases">Stáhnout (zdrojový kód tarballs)</a></li>
<li><a href="https://groups.google.com/group/sympy">Mailing list</a></li>
<li><a href="https://github.com/sympy/sympy">Zdrojový kód</a></li>
<li><a href="https://github.com/sympy/sympy/issues/">Sledování problémů</a></li>
<li><a href="https://github.com/sympy/sympy/wiki">Wiki</a></li>
<li><a href="https://github.com/sympy/sympy/wiki/introduction-to-contributing">Introduction to contributing</a></li>
<li><a href="https://live.sympy.org/">Zkuste SymPy online</a></li>
<li><a href="https://planet.sympy.org/">Planeta SymPy</a></li>
<li><a href="https://gitter.im/sympy/sympy">Chat (Gitter)</a></li>
<li><a href="http://colabti.org/irclogger/irclogger_logs/sympy">IRC channel logs</a></li>
</ul>
</div>
<div id="social" class="sidebar_card">
<h3>Follow Us<h3>
<!-- Place this tag where you want the widget to render. -->
<div class="g-follow" data-annotation="bubble"
data-height="24"
data-href="https://plus.google.com/116872266504964122381"
data-rel="publisher"></div>

<!-- Place this tag after the last widget tag. -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type =
'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
})();
</script>
<a href="https://twitter.com/sympy"
class="twitter-follow-button" data-show-count="false"
data-size="large">Follow @sympy</a>
<script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');</script>
</div>



<div id="about" class="sidebar_card">
<h3>Git Repozitář</h3>
<p>
Hlavní git repozitář:<br/>
<code>git clone git://github.com/sympy/sympy.git</code>
</p>
<p>
Online přístup: <a href="https://github.com/sympy/sympy">github.com/sympy/sympy</a>
</p>
</div>

</aside>
</section>
<footer class="row">
<p>Copyright &copy; 2023 SymPy Development Team. </p>
<p>
Tato stránka je open source. Založte fork <a href="https://github.com/sympy/sympy.github.com">projektu na GitHubu</a> k její editaci.
</p>
<p>
Jazyky (beta):
<a href="../cs/index.html">[Cs]</a>,
<a href="../de/index.html">[De]</a>,
<a href="../en/index.html">[En]</a>,
<a href="../es/index.html">[Es]</a>,
<a href="../fr/index.html">[Fr]</a>,
<a href="../nl/index.html">[Nl]</a>,
<a href="../pt/index.html">[Pt]</a>,
<a href="../ru/index.html">[Ru]</a>,
<a href="../zh/index.html">[Zh]</a>
</p>
</footer>
</div>
</body>
</html>

0 comments on commit 45f11d7

Please sign in to comment.