https://github.com/pyar/wiki
Los contenidos de la wiki de pyar
https://github.com/pyar/wiki
argentina community nikola pyar python python3 rst wiki
Last synced: 8 months ago
JSON representation
Los contenidos de la wiki de pyar
- Host: GitHub
- URL: https://github.com/pyar/wiki
- Owner: PyAr
- Created: 2015-03-28T14:29:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-22T15:25:47.000Z (12 months ago)
- Last Synced: 2025-07-07T05:19:25.570Z (9 months ago)
- Topics: argentina, community, nikola, pyar, python, python3, rst, wiki
- Language: Python
- Homepage: http://python.org.ar/wiki/
- Size: 153 MB
- Stars: 10
- Watchers: 12
- Forks: 41
- Open Issues: 28
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Este es el repositorio de los contenidos de la Wiki de Python Argentina
| http://wiki.python.org.ar/
Podés editar los contenidos (incluso agregar páginas) y proponer un pull request, que se
sincronizará automáticamente con la wiki una vez que sea mezclado.
Antes de clonar el repo, asegurate de tener instalado [Git LFS](https://git-lfs.github.com/)
Pueden ver como colaborar en la página de `Cómo colaborar
`__
Cómo buildear las páginas
=========================
.. code-block:: console
pip install -U pip
pip install -r requirements.txt
nikola build
nikola serve
Cómo buildear la imagen de docker
=================================
.. code-block:: console
docker build --no-cache --tag tzulberti/wiki -f Dockerfile .
Se necesita el `--no-cache` para que la parte de clonar el repo de la
wiki no use un cache sino que se haga todo el tiempo.