File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 48
48
pipx install pydoc-markdown
49
49
50
50
- name : Generate python docs
51
- working-directory : ${{runner.workspace}}/fastsim /
51
+ working-directory : ${{runner.workspace}}/altrios /
52
52
run :
53
53
pydoc-markdown -I python/ --render-toc > docs/src/python-doc.md
54
54
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Run th following in the repository root directory:
12
12
1 . If any python files were modified,
13
13
1 . Install [ pipx] ( https://github.com/pypa/pipx#install-pipx )
14
14
1 . Install [ pydoc-markdown] ( https://niklasrosenstein.github.io/pydoc-markdown/#installation- )
15
- 1 . run ` pydoc-markdown -I python/ -p fastsim --render-toc > docs/src/python_docs.md ` . Do not modify this file manually.
15
+ 1 . run ` pydoc-markdown -I python/ -p altrios --render-toc > docs/src/python_docs.md ` . Do not modify this file manually.
16
16
1 . Run ` mdbook serve --open docs/ `
17
17
18
18
You can’t perform that action at this time.
0 commit comments