Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils-sfg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils-sfg
Commits
460b48fa
Commit
460b48fa
authored
6 months ago
by
Frederik Hennig
Browse files
Options
Downloads
Patches
Plain Diff
minor fixes to the docs
parent
b5a826f6
No related branches found
No related tags found
1 merge request
!16
CMake Interaction Update
Pipeline
#73078
passed
6 months ago
Stage: Code Quality
Stage: Tests
Stage: Documentation
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/api/generation.rst
+0
-4
0 additions, 4 deletions
docs/source/api/generation.rst
src/pystencilssfg/config.py
+2
-2
2 additions, 2 deletions
src/pystencilssfg/config.py
with
2 additions
and
6 deletions
docs/source/api/generation.rst
+
0
−
4
View file @
460b48fa
...
...
@@ -30,7 +30,3 @@ Categories, Parameter Types, and Special Values
.. autoclass:: ClangFormatOptions
:members:
Option Descriptors
------------------
.. autoclass:: Option
This diff is collapsed.
Click to expand it.
src/pystencilssfg/config.py
+
2
−
2
View file @
460b48fa
...
...
@@ -77,9 +77,9 @@ class ClangFormatOptions(ConfigBase):
"""
Options affecting the invocation of ``clang-format`` for automatic code formatting.
"""
code_style
:
BasicOption
[
str
]
=
BasicOption
(
"
file
"
)
"""
Code style to be used by clang-format. Passed verbatim to `--style` argument of the clang-format CLI.
"""
Code style to be used by clang-format. Passed verbatim to
`
`--style`
`
argument of the clang-format CLI.
Similar to clang-format itself, the default value is `file`, such that a `.clang-format` file found in the build
Similar to clang-format itself, the default value is
`
`file`
`
, such that a
`
`.clang-format`
`
file found in the build
tree will automatically be used.
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment