Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T21:58:46.000Z (6 months ago)
- Last Synced: 2024-07-20T02:34:43.486Z (6 months ago)
- Topics: argentina, community, nikola, pyar, python, python3, rst, wiki
- Language: Python
- Homepage: http://python.org.ar/wiki/
- Size: 151 MB
- Stars: 10
- Watchers: 13
- Forks: 39
- Open Issues: 29
-
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.txtnikola build
nikola serveCó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.