Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a9bd3b9

Browse files
author
pixelead0
committedJun 24, 2025·
Se renombra repo a pythonCDMX
1 parent 7ba9e95 commit a9bd3b9

File tree

8 files changed

+27
-27
lines changed

8 files changed

+27
-27
lines changed
 

‎CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ Al hacer cambios al proyecto, actualiza esta sección siguiendo el formato estab
191191

192192
*Este changelog documenta la evolución del sitio web de Python CDMX Charlas desde su concepción hasta la versión actual.*
193193

194-
**Repositorio:** https://github.com/PythonMexico/python-cdmx-page
194+
**Repositorio:** https://github.com/PythonMexico/pythonCDMX

‎CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
### Cómo Reportar
3434

35-
1. Ve a la pestaña [Issues](https://github.com/PythonMexico/python-cdmx-page/issues)
35+
1. Ve a la pestaña [Issues](https://github.com/PythonMexico/pythonCDMX/issues)
3636
2. Haz clic en "New Issue"
3737
3. Selecciona la plantilla apropiada
3838
4. Completa toda la información requerida
@@ -223,8 +223,8 @@ Agradecimientos especiales a...
223223

224224
```bash
225225
# Clonar el repositorio
226-
git clone https://github.com/PythonMexico/python-cdmx-page.git
227-
cd python-cdmx-page
226+
git clone https://github.com/PythonMexico/pythonCDMX.git
227+
cd pythonCDMX
228228

229229
# Crear entorno virtual
230230
python -m venv .venv

‎Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ CMD ["mkdocs", "serve", "--dev-addr=0.0.0.0:8000"]
5252
LABEL maintainer="Python CDMX <info@pythoncdmx.org>" \
5353
description="Sitio web oficial de Python CDMX Charlas" \
5454
version="1.0.0" \
55-
org.opencontainers.image.source="https://github.com/PythonMexico/python-cdmx-page"
55+
org.opencontainers.image.source="https://github.com/PythonMexico/pythonCDMX"

‎README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Sitio web oficial de la comunidad Python CDMX, construido con MkDocs y Material
1515
## 🏗️ Estructura del Proyecto
1616

1717
```
18-
python-cdmx-charlas/
18+
pythonCDMX/
1919
├── docs/ # Documentación MkDocs
2020
│ ├── css/ # Estilos personalizados
2121
│ │ └── custom.css
@@ -53,8 +53,8 @@ python-cdmx-charlas/
5353

5454
1. **Clonar el repositorio**
5555
```bash
56-
git clone https://github.com/PythonMexico/python-cdmx-page.git
57-
cd python-cdmx-page
56+
git clone https://github.com/PythonMexico/pythonCDMX.git
57+
cd pythonCDMX
5858
```
5959

6060
2. **Instalar dependencias**
@@ -153,7 +153,7 @@ rsync -av site/ user@server:/path/to/web/root/
153153

154154
### Reportar Issues
155155

156-
1. Ve a [Issues](https://github.com/PythonMexico/python-cdmx-page/issues)
156+
1. Ve a [Issues](https://github.com/PythonMexico/pythonCDMX/issues)
157157
2. Crea un nuevo issue
158158
3. Describe el problema o sugerencia
159159

‎docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ version: '3.8'
22

33
services:
44
# Servicio principal de desarrollo
5-
python-cdmx-charlas:
5+
pythonCDMX:
66
build: .
7-
container_name: python-cdmx-charlas-dev
7+
container_name: pythonCDMX-dev
88
ports:
99
- "8000:8000"
1010
volumes:
@@ -19,9 +19,9 @@ services:
1919
- python-cdmx-network
2020

2121
# Servicio de producción (build estático)
22-
python-cdmx-charlas-prod:
22+
pythonCDMX-prod:
2323
build: .
24-
container_name: python-cdmx-charlas-prod
24+
container_name: pythonCDMX-prod
2525
ports:
2626
- "8080:80"
2727
volumes:
@@ -34,7 +34,7 @@ services:
3434
nginx -g 'daemon off;'
3535
"
3636
depends_on:
37-
- python-cdmx-charlas
37+
- pythonCDMX
3838
networks:
3939
- python-cdmx-network
4040

@@ -50,7 +50,7 @@ services:
5050
- ./nginx.conf:/etc/nginx/nginx.conf:ro
5151
- ./ssl:/etc/nginx/ssl:ro
5252
depends_on:
53-
- python-cdmx-charlas-prod
53+
- pythonCDMX-prod
5454
networks:
5555
- python-cdmx-network
5656
profiles:

‎docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Nuestros meetups incluyen:
7070
| <i class="fas fa-check-circle"></i> **Requisitos** | <i class="fas fa-envelope"></i> **Contacto** |
7171
|:---|:---|
7272
| <i class="fab fa-python"></i> Conocimiento de Python (cualquier nivel) | <i class="fab fa-telegram"></i> [Telegram](https://t.me/PythonCDMX) |
73-
| <i class="fas fa-heart"></i> Ganas de compartir y aprender | <i class="fab fa-github"></i> [GitHub Issues](https://github.com/python-cdmx/python-cdmx-charlas/issues) |
73+
| <i class="fas fa-heart"></i> Ganas de compartir y aprender | <i class="fab fa-github"></i> [GitHub Issues](https://github.com/PythonMexico/pythonCDMX/issues) |
7474
| <i class="fas fa-clock"></i> 20-30 minutos de presentación | |
7575

7676
---

‎informacion_meetups.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ https://www.youtube.com/@PythonMexico/streams
387387
Telegram: https://t.me/pythonCDMX
388388
Twitter: https://twitter.com/PythonMexico
389389
Meetup: https://www.meetup.com/python-mexico
390-
Github: https://github.com/PythonMexico/python-cdmx-charlas/issues
390+
Github: https://github.com/PythonMexico/pythonCDMX/issues
391391

392392
# 202408 - PythonCDMX Ago 2024 - Protocolos en Python/Convertirse en Contribuidor Open Source
393393
Detalles
@@ -422,7 +422,7 @@ https://www.youtube.com/@PythonMexico/streams
422422
Telegram: https://t.me/pythonCDMX
423423
Twitter: https://twitter.com/PythonMexico
424424
Meetup: https://www.meetup.com/python-mexico
425-
Github: https://github.com/PythonMexico/python-cdmx-charlas/issues
425+
Github: https://github.com/PythonMexico/pythonCDMX/issues
426426

427427
# 202407 - PythonCDMX Jul 2024 - ¡Doble Charla! Python sin GIL / Esquemas ETL
428428
Detalles
@@ -458,7 +458,7 @@ https://www.youtube.com/@PythonMexico/streams
458458
Telegram: https://t.me/pythonCDMX
459459
Twitter: https://twitter.com/PythonMexico
460460
Meetup: https://www.meetup.com/python-mexico
461-
Github: https://github.com/PythonMexico/python-cdmx-charlas/issues
461+
Github: https://github.com/PythonMexico/pythonCDMX/issues
462462

463463
# 202406 - PythonCDMX Jun 2024 - Matemáticas y Python: Ciencia Detrás de la Regresión Lineal
464464
Detalles
@@ -486,7 +486,7 @@ https://www.youtube.com/@PythonMexico/streams
486486
Telegram: https://t.me/pythonCDMX
487487
Twitter: https://twitter.com/PythonMexico
488488
Meetup: https://www.meetup.com/python-mexico
489-
Github: https://github.com/PythonMexico/python-cdmx-charlas/issues
489+
Github: https://github.com/PythonMexico/pythonCDMX/issues
490490

491491
# 202405 - PythonCDMX May 2024 - Pydantic: Validaciones de datos con Type Hints
492492
Detalles
@@ -513,7 +513,7 @@ https://www.youtube.com/@PythonMexico/streams
513513
Telegram: https://t.me/pythonCDMX
514514
Twitter: https://twitter.com/PythonMexico
515515
Meetup: https://www.meetup.com/python-mexico
516-
Github: https://github.com/PythonMexico/python-cdmx-charlas/issues
516+
Github: https://github.com/PythonMexico/pythonCDMX/issues
517517
# 202404 - PythonCDMX Abr 2024 - Desarrollo en Python usando Contenedores
518518
Detalles
519519

@@ -540,7 +540,7 @@ Telegram: https://t.me/pythonCDMX
540540
Twitter: https://twitter.com/PythonMexico
541541

542542
Meetup: https://www.meetup.com/es-ES/python-mexico/
543-
Github: https://github.com/PythonMexico/python-cdmx-charlas/issues
543+
Github: https://github.com/PythonMexico/pythonCDMX/issues
544544

545545
# 202403 - PythonCDMX Mar 2024 - Desarrollo de API REST con FLASK.
546546
Detalles
@@ -568,7 +568,7 @@ Telegram: https://t.me/pythonCDMX
568568
Twitter: https://twitter.com/PythonMexico
569569

570570
Meetup: https://www.meetup.com/es-ES/python-mexico/
571-
Github: https://github.com/PythonMexico/python-cdmx-charlas/issues
571+
Github: https://github.com/PythonMexico/pythonCDMX/issues
572572

573573

574574
# 202402 - PythonCDMX Feb 2024 - Del Código al Clic: Transforma Ideas en Interfaces
@@ -597,7 +597,7 @@ Telegram: https://t.me/pythonCDMX
597597
Twitter: https://twitter.com/PythonMexico
598598

599599
Meetup: https://www.meetup.com/es-ES/python-mexico/
600-
Github: https://github.com/PythonMexico/python-cdmx-charlas/issues
600+
Github: https://github.com/PythonMexico/pythonCDMX/issues
601601

602602

603603
# 202401 - PythonCDMX Ene 2024 - Ambientes virtuales con venv, pyenv y poetry
@@ -630,7 +630,7 @@ Telegram: https://t.me/pythonCDMX
630630
Twitter: https://twitter.com/PythonMexico
631631

632632
Meetup: https://www.meetup.com/es-ES/python-mexico/
633-
Github: https://github.com/PythonMexico/python-cdmx-charlas/issues
633+
Github: https://github.com/PythonMexico/pythonCDMX/issues
634634

635635

636636

‎mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ site_author: Python CDMX Community
44
site_url: https://python-cdmx.github.io
55

66
# Repository
7-
repo_name: python-cdmx/python-cdmx-charlas
8-
repo_url: https://github.com/python-cdmx/python-cdmx-charlas
7+
repo_name: pythonCDMX
8+
repo_url: https://github.com/PythonMexico/pythonCDMX
99
edit_uri: edit/main/docs/
1010

1111
# Copyright

0 commit comments

Comments
 (0)
Please sign in to comment.