Skip to content

Commit

Permalink
Reorganizacja materiałów.
Browse files Browse the repository at this point in the history
  • Loading branch information
xinulsw committed Oct 9, 2016
1 parent 2744fac commit 51b3e79
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.pngmath',
'sphinx.ext.imgmath',
'sphinx.ext.viewcode',
]

Expand Down
6 changes: 2 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ Spis treści:
tools/linux
cppqt/index
web/index
python/index
rg/index
mcpi/index

inne/index

galerie/index

Indeks
Expand Down
30 changes: 30 additions & 0 deletions docs/inne/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Inne
#####

Wszystkie dotychczasowe scenariusze, które przygotowywałem i zamieszczałem w tym repozytorium,
znajdziesz w dokumentacji `Python101 <http://python101.readthedocs.org>`_,
która towarzyszy projektowi `"Koduj z Klasą" <http://www.ceo.org.pl/pl/koduj>`_
realizowanemu pod patronatem `Centrum Edukacji Obywatelskiej <http://www.ceo.org.pl/pl>`_.
Zobacz:

* `Język Python <http://python101.readthedocs.io/pl/latest/>`_,
* `Gra robotów <http://python101.readthedocs.io/pl/latest/rg/index.html>`_,
* `Minecraft Pi <http://python101.readthedocs.io/pl/latest/mcpi/index.html>`_.


Metryka
**********

:Autor: Robert Bednarz (ecg@ecg.vot.pl)

:Utworzony: |date| o |time|

.. |date| date::
.. |time| date:: %H:%M

.. raw:: html

<style>
div.code_no { text-align: right; background: #e3e3e3; padding: 6px 12px; }
div.highlight, div.highlight-python { margin-top: 0px; }
</style>

0 comments on commit 51b3e79

Please sign in to comment.