mirror of
https://github.com/ImperialCollegeLondon/ReCoDE_MCMCFF.git
synced 2025-06-26 08:51:16 +02:00
docs: add descriptions to sphinx exts + mathajax
This commit is contained in:
parent
197a53ce3c
commit
64e2dc119c
@ -95,8 +95,10 @@
|
||||
"We add the extensions by adding this to `conf.py` too:\n",
|
||||
"```python\n",
|
||||
"extensions = [\n",
|
||||
" 'sphinx.ext.autodoc',\n",
|
||||
" 'sphinx.ext.napoleon',\n",
|
||||
" 'sphinx.ext.autodoc', # for generating documentation from the docstrings in our code\n",
|
||||
" 'sphinx.ext.napoleon', # for parsing Numpy and Google stye docstrings\n",
|
||||
" 'sphinx.ext.mathjax', # for equation rendering\n",
|
||||
"\n",
|
||||
"]\n",
|
||||
"```"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user