-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup mkdocs documentation website (#10)
- Loading branch information
1 parent
cc55d07
commit c554a4b
Showing
15 changed files
with
314 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Environments | ||
.env | ||
.venv | ||
env/ | ||
venv/ | ||
ENV/ | ||
env.bak/ | ||
venv.bak/ | ||
|
||
# mkdocs documentation | ||
/site |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
version: 2 | ||
|
||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.12" | ||
|
||
mkdocs: | ||
configuration: mkdocs.yml | ||
|
||
python: | ||
install: | ||
- requirements: requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,6 @@ | ||
# PyGreece Community Knowledge Base | ||
# pygreece community | ||
|
||
Connecting Python enthusiasts worldwide – fostering collaboration, inclusivity, and | ||
community growth. | ||
### What is this repository? | ||
|
||
## Background | ||
|
||
Welcome to the Community repo of PyGreece. The Community repo stands as the knowledge base | ||
of the PyGreece Community. More detailed, it's an attempt to share with the world all the | ||
recourses and the processes we follow. | ||
|
||
## Sharing Knowledge | ||
|
||
As mentioned above, we aim to share all resources we have inside this repository. We'll | ||
share detailed instructions on how someone can contribute to the repo soon :) | ||
|
||
## Greek Translation of the Python Documentation | ||
|
||
One of our main project is the translation of the Python docs to the Greek language. You | ||
can find more information about the project | ||
[here](https://github.com/pygreece/python-docs-gr/). | ||
|
||
## Join the PyGreece Discord Server | ||
|
||
The PyGreece discord server aims to connect all the members of the greek python community | ||
in one place. You can join the server by following this link: | ||
https://discord.gg/gWcXmDw8Yj | ||
|
||
## PyGreece Code of Conduct | ||
|
||
Please read carefully our code of conduct: [GR](code-of-conduct/gr.md) / | ||
[EN](code-of-conduct/en.md) | ||
This repository has all the content published on the | ||
[officical PyGreece website](https://pygreece.org). |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Βάση γνώσεων κοινότητας PyGreece | ||
|
||
Συνδέοντας τους λάτρεις της Python στην Ελλάδα - προωθώντας τη συνεργασία, την ενσωμάτωση, | ||
και την ανάπτυξη της κοινότητας. | ||
|
||
## Ιστορικό | ||
|
||
Καλώς ήρθατε στο website της κοινότητας της PyGreece. Αυτή είναι η βάση γνώσης της | ||
κοινότητας του PyGreece. Πιο αναλυτικά, είναι μια προσπάθεια να μοιραστούμε με τον κόσμο | ||
όλες τις πηγές και τις διαδικασίες που ακολουθούμε. | ||
|
||
## Μοιραζόμαστε γνώση και πληροφορίες | ||
|
||
Όπως αναφέρθηκε παραπάνω, στόχος μας είναι να μοιραστούμε όλους τους πόρους που έχουμε | ||
μέσα σε αυτό το website. Θα μοιραστούμε λεπτομερείς οδηγίες για το πώς μπορεί κάποιος να | ||
συνεισφέρει στο website σύντομα :) | ||
|
||
## Ελληνική μετάφραση της τεκμηρίωσης Python | ||
|
||
Ένα από τα κύρια έργα μας είναι η μετάφραση της τεκμηρίωσης της Python στην ελληνική | ||
γλώσσα. Μπορείτε να βρείτε περισσότερες πληροφορίες σχετικά με το έργο | ||
[εδώ](https://github.com/pygreece/python-docs-gr/). | ||
|
||
## Εγγραφείτε στον PyGreece Discord Server | ||
|
||
Ο PyGreece discord server έχει ως στόχο να συνδέσει όλα τα μέλη της ελληνικής κοινότητας | ||
της Python σε ένα μέρος. Μπορείτε να συμμετέχτε στον server ακολουθώντας | ||
[αυτόν τον σύνδεσμο](https://discord.gg/gWcXmDw8Yj). | ||
|
||
## Κώδικας δεοντολογίας του PyGreece | ||
|
||
Παρακαλούμε διαβάστε προσεκτικά τον [κώδικα δεοντολογίας μας](code-of-conduct.md)! |
Oops, something went wrong.