Skip to content

Commit 4d1dad6

Browse files
authored
Ajout de liens pour restructuredtext et markdown
1 parent 245eef5 commit 4d1dad6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Le titre de mon article
2020
:summary: Version courte de l'article
2121
```
2222

23+
Voici un article d'aide pour vous accompagner dans la [rédaction d'un article au format ReStructuredText](http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html) (le format de markup officiel pour les projets python).
24+
2325
Pour un article au format Markdown, l'en-tête du fichier .md doit suivre le format suivant:
2426
```
2527
Title: Le titre de mon article
@@ -31,7 +33,9 @@ Slug: le-titre-de-mon-article-sous-forme-de-slug
3133
Author: Jean Dupont
3234
```
3335

34-
Une fois que votre article est terminé, vous pouvez demander sont ajout (ou sa modification si vous avez retouché article existant) en soumettant une pull request depuis l'interface github de votre fork du projet. Un admin s'occupera de son intégration.
36+
Voici un [article pour vous aider](https://guides.github.com/features/mastering-markdown/) si vous n'avez encore jamais rédigé de fichiers au format Markdown.
37+
38+
Une fois que votre article est terminé, vous pouvez demander sont ajout au blog collaboratif (ou sa modification si vous avez retouché article existant) en soumettant une **pull request** depuis l'interface github de votre fork du projet. Un admin s'occupera de son intégration. Voici un article pour vous aider à [créer une pull request](https://help.github.com/articles/creating-a-pull-request/).
3539

3640
## Rédiger un article en local
3741

0 commit comments

Comments
 (0)