Skip to content

Commit e6fd239

Browse files
committed
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 ---
1 parent 4026f6b commit e6fd239

1 file changed

Lines changed: 43 additions & 2 deletions

File tree

docs/style-guides/julia/README.md

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,48 @@
1+
<!--
2+
3+
@license Apache-2.0
4+
5+
Copyright (c) 2026 The Stdlib Authors.
6+
7+
Licensed under the Apache License, Version 2.0 (the "License");
8+
you may not use this file except in compliance with the License.
9+
You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.
18+
19+
-->
20+
121
# Julia Style Guide
222

323
> Style guide for programming in Julia.
424
5-
TODO
25+
<section class="usage">
26+
27+
See the [Julia style guide](https://docs.julialang.org/en/v1/manual/style-guide/) for comprehensive style recommendations.
28+
29+
</section>
30+
31+
<!-- /.usage -->
32+
33+
<section class="examples">
34+
35+
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/).
36+
37+
</section>
38+
39+
<!-- /.examples -->
40+
41+
<section class="links">
42+
43+
- [Julia Style Guide](https://docs.julialang.org/en/v1/manual/style-guide/)
44+
- [Julia Manual](https://docs.julialang.org/en/v1/)
45+
46+
</section>
647

7-
- Julia [style guide](http://docs.julialang.org/en/release-0.4/manual/style-guide/).
48+
<!-- /.links -->

0 commit comments

Comments
 (0)