User Tools

Site Tools


configuration:sphinx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
configuration:sphinx [2022/09/18 20:11] – [Integration von Markdown-Files] omdevelopconfiguration:sphinx [2022/09/18 22:33] (current) – [Integration von Markdown-Files] omdevelop
Line 25: Line 25:
 ===== Integration von Markdown-Files ===== ===== Integration von Markdown-Files =====
   * **'pip install --upgrade myst-parser'** {{https://www.sphinx-doc.org/en/master/usage/markdown.html | Sphinx-Markdown}}   * **'pip install --upgrade myst-parser'** {{https://www.sphinx-doc.org/en/master/usage/markdown.html | Sphinx-Markdown}}
 +
 +<code>
 +source_suffix = {
 +    '.rst': 'restructuredtext',
 +    '.txt': 'markdown',
 +    '.md': 'markdown',
 +}
 +#
 +extensions = ["myst_parser"]
 +</code>
 +
   * Markdown-Page **helper.md**:   * Markdown-Page **helper.md**:
  
Line 30: Line 41:
 Helper Helper
 ====== ======
- 
 # Main # Main
- 
 ## Sub ## Sub
- +### SubSub 
-## SubSub +#### SubSubSub 
 +##### SubSubSubSub 
 +###### SubSubSubSubSub
 <h1>asdfsd</h1> <h1>asdfsd</h1>
- 
 <h2>asdfsd</h2> <h2>asdfsd</h2>
- 
 <h3>asdfsd</h3> <h3>asdfsd</h3>
- 
 <h4>asdfsd</h4> <h4>asdfsd</h4>
- 
 <h5>asdfsd</h5> <h5>asdfsd</h5>
- 
 <h6>asdfsd</h6> <h6>asdfsd</h6>
 </code> </code>
  
 +  * **'pip install nbsphinx'**
 +  * **'pip install sphinx-math-dollar'**
 +  * in 'conf.py' ändern:
 +    * **'mathjax_config = {'** zu
 +    * **'mathjax3_config = {'**
 +
 + 
 ===== ToDo / Done ===== ===== ToDo / Done =====
  
configuration/sphinx.1663524677.txt.gz · Last modified: 2022/09/18 20:11 by omdevelop