Skip to content

Commit

Permalink
modify docs with symbolic links
Browse files Browse the repository at this point in the history
  • Loading branch information
ACea15 committed Sep 12, 2024
1 parent 1f025f3 commit 6dad4f1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/documentation/examples/figs
2 changes: 1 addition & 1 deletion docs/documentation/examples/figs_ext
1 change: 0 additions & 1 deletion docs/documentation/examples/runs.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/reports/CPC24/runs.org
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ Finally, automatic differentiation on both static and dynamic problems is valida
(setq org-latex-pdf-process
'("latexmk -pdflatex='pdflatex --syntex=1 -interaction nonstopmode' -pdf -bibtex -f %f"))
;; (setq org-latex-pdf-process (list "latexmk -f -pdf -interaction=nonstopmode -output-directory=%o %f"))
(pyvenv-workon "feniax.)
(pyvenv-workon "feniax")
(require 'org-tempo)
;; Veval_blocks -> eval blocks of latex
;; Veval_blocks_run -> eval blocks to obtain results
(setq Veval_blocks "yes") ;; yes, no, no-export
(setq Veval_blocks_run "yes")
(setq pythonShell "py2")
;; export_blocks: code, results, both, none
(setq export_blocks "results")
(setq export_blocks "both")
#+end_src

* Load modules
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ nav:
# - Running:
#- Tutorials
- Examples:
- CPC_runs: examples/runs.md #../reports/CPC24/runs.md
# - CPC_runs: examples/runs.md #../reports/CPC24/runs.md
- CPC_examples: examples/cpc_examples.md
#- Postprocessing
- Theoretical background:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = ["numpy",
"pandas",
#"PyYAML",
"ruamel.yaml",
"jax",
"jax<=0.4.31",
"jaxlib",
"diffrax",
"jaxopt",
Expand Down

0 comments on commit 6dad4f1

Please sign in to comment.