From e6fd23980694dba6f5c16256e46765738de995af Mon Sep 17 00:00:00 2001 From: Om-A-osc Date: Mon, 12 Jan 2026 16:22:34 +0530 Subject: [PATCH] docs: fix broken link --- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- docs/style-guides/julia/README.md | 45 +++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git a/docs/style-guides/julia/README.md b/docs/style-guides/julia/README.md index fecfc1ee929e..0f6641798d41 100644 --- a/docs/style-guides/julia/README.md +++ b/docs/style-guides/julia/README.md @@ -1,7 +1,48 @@ + + # Julia Style Guide > Style guide for programming in Julia. -TODO +
+ +See the [Julia style guide](https://docs.julialang.org/en/v1/manual/style-guide/) for comprehensive style recommendations. + +
+ + + +
+ +For examples of Julia code following the style guide, see the official Julia documentation at [docs.julialang.org](https://docs.julialang.org/en/v1/manual/style-guide/). + +
+ + + + -- Julia [style guide](http://docs.julialang.org/en/release-0.4/manual/style-guide/). +