Skip to content

Commit

Permalink
Agregando contenido a la documentación
Browse files Browse the repository at this point in the history
  • Loading branch information
Digovil committed Feb 3, 2024
1 parent 8e4c210 commit 49b63b7
Show file tree
Hide file tree
Showing 32 changed files with 110 additions and 1,116 deletions.
Binary file modified build/doctrees/contribute.doctree
Binary file not shown.
Binary file modified build/doctrees/environment.pickle
Binary file not shown.
Binary file modified build/doctrees/index.doctree
Binary file not shown.
Binary file removed build/doctrees/instalacion.doctree
Binary file not shown.
Binary file modified build/doctrees/mining.doctree
Binary file not shown.
Binary file removed build/doctrees/placeholder-one.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 725625f0e5c8956f218dc89407dd54c2
config: da2ca7e29054068317c9071f0d757b84
tags: 645f666f9bcd5a90fca523b33c5a78b7
48 changes: 23 additions & 25 deletions build/html/_sources/contribute.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,43 @@
Contribuir
==========================

Welcome to the Guajira Coin project! We appreciate your interest in contributing.
¡Bienvenidos al proyecto Guajira Coin! Agradecemos su interés en contribuir.

Getting Started
Empezando
---------------

1. Fork the Guajira Coin repository on GitHub.
2. Clone your fork locally:
1. Bifurca el repositorio de Guajira Coin en GitHub.
2. Clona tu bifurcación localmente:

git clone https://github.com/YOUR_USERNAME/guajira-coin.git
:code:`git clone https://github.com/Digovil/guajira-coin.git`

3. Cree un entorno virtual e instale dependencias:

3. Create a virtual environment and install dependencies:

cd guajira-coin
python -m venv venv
source venv/bin/activate # On Windows, use venv\Scripts\activate
pip install -r requirements.txt
:code:`cd guajira-coin`


4. Make your changes, commit, and push to your fork.
5. Open a pull request on GitHub.
:code:`python -m venv venv`

Code Guidelines
---------------

- Follow the PEP 8 style guide.
- Write clear and concise code comments.
- ...
:code:`source venv/bin/activate # On Windows, use venv\Scripts\activate`

Documentation
--------------

- If you're updating documentation, make changes in the `/docs/source` directory.
- Use Sphinx to build the documentation locally:
:code:`pip install -r requirements.txt`

cd docs
make html

4. Realiza los cambios, commit, y realiza el pushea el fork.
5. Abre un pull request en GitHub.

Directrices del código
---------------

- Sigue la guía de estilo PEP 8.
- Escriba comentarios de código claros y concisos.
- ...

Documentación
--------------

- Verify your changes by opening `build/html/index.html` in a web browser.
En construcción...

Happy contributing!
3 changes: 1 addition & 2 deletions build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ Navegación

.. toctree::
:maxdepth: 2
:caption: Contenido:
:caption: Contenido
:titlesonly:

contribute
mining
registration
...
5 changes: 0 additions & 5 deletions build/html/_sources/instalacion.rst.txt

This file was deleted.

9 changes: 5 additions & 4 deletions build/html/_sources/mining.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,18 @@ Inicio
1. Descarga y ejecuta el archivo MinerESP8266
2. Configuración de la red wifi, sólo admite Wifi 2.4GHz:

:code:`ssid = "Colocas tu nombre de red";`
:code:`ssid = "Colocas tu nombre de red";`


:code:`password = "Colocas tu contraseña de red";`
:code:`password = "Colocas tu contraseña de red";`

4. Crear una billetera: Para esto simplemente ingresa al bot de
telegram https://t.me/GuajiraCoinBot Billetera de Guajira-Coin.
le das /start, luego /registrar y posteriormente /login y te dará
una bienvenida con la respectiva dirección de tu billetera.
5. Configuración de la dirección del minero:

:code:`miner_address = "colocas la dirección de tu minero";`
:code:`miner_address = "colocas la dirección de tu minero";`

6. Flashea el ESP8266 y listo!
6. Flashea el ESP8266 y listo!

5 changes: 0 additions & 5 deletions build/html/_sources/placeholder-one.rst.txt

This file was deleted.

2 changes: 2 additions & 0 deletions build/html/_sources/registration.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ Security Tips
- ...

Happy transferring!


Loading

0 comments on commit 49b63b7

Please sign in to comment.