File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 with :
3030 python-version : 3.x
3131 - name : Setup dependencies
32- run : pip install --upgrade pip && pip install mkdocs mkdocs-material mkdocstrings mkdocstrings[python] black
32+ run : pip install --upgrade pip && pip install mkdocs mkdocs-material mkdocstrings mkdocstrings[python] black mkdocs-git-revision-date-localized-plugin
3333 - name : Build with MkDocs
3434 run : |
3535 mkdocs build -c -d _site
Original file line number Diff line number Diff line change 1+ ---
2+ search :
3+ boost : 2
4+ ---
5+
16# Developer Interface
27
38## Funzioni
Original file line number Diff line number Diff line change @@ -186,5 +186,3 @@ In questo esempio il download viene fermato dopo 5 secondi.
186186``` py title="example.py" linenums="1"
187187-- 8 < -- " static/example.py"
188188```
189-
190- //TODO: da ampliare
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ markdown_extensions:
5858
5959plugins :
6060- autorefs
61+ - git-revision-date-localized :
62+ type : date
63+ locale : it
6164- search :
6265 lang : it
6366- mkdocstrings :
You can’t perform that action at this time.
0 commit comments