@@ -9,10 +9,11 @@ is fairly easy:
99- (optional) Set up the Python environment and preview
1010- Send your contribution
1111
12- In summary, each lesson is a Python project, with content in the
13- ` content/ ` directory. It uses the Sphinx documentation system,
14- which is a popular, extendable tool. We have only minor extensions to
15- make it suitable to lessons.
12+ In summary, each lesson is like a Python project, with the lesson
13+ content as its documentation in the ` content/ ` directory (and no
14+ Python code). Everything is fairly standard: it uses the Sphinx
15+ documentation system, which is a popular, extendable tool. We have
16+ only minor extensions to make it suitable to lessons.
1617
1718Instead of going through this process, you can also open an issue
1819instead with your proposed change, and let someone else add it.
@@ -35,7 +36,7 @@ $ git clone git://github.com/ORGANIZATION/LESSON.git
3536## Edit the material
3637
3738The material is in the ` content/ ` directory. Depending on the
38- lesson, in may be in ReStructured Text, MyST Markdown , or Jupyter
39+ lesson, in may be in MyST Markdown, ReStructured Text , or Jupyter
3940notebooks.
4041
4142### ReStructured Text and MyST Markdown
@@ -47,10 +48,10 @@ this is not unstructured Markdown, but there are particular
4748text. (In fact, "markdown" is a broad concept and everyone uses some
4849different extensions of it).
4950
51+ - {doc}` sphinx-lesson directives for markup <directives> `
5052- {doc}` md-and-rst `
51- - {ref}` ReStructured Text reference <sphinx:rst-primer> `
5253- [ MyST reference] ( https://myst-parser.readthedocs.io/en/latest/using/syntax.html )
53- - {doc} ` sphinx-lesson directives for markup <directives >`
54+ - {ref} ` ReStructured Text reference <sphinx:rst-primer >`
5455
5556* Do not worry about getting syntax right* . Send your improvement, and
5657editing is easy and you will learn something.
0 commit comments