Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_proto
Commits
fd859e1e
Commit
fd859e1e
authored
1 year ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
tweaks
parent
cf2c31a6
dev
main
No related merge requests found
Pipeline
#1208
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/api/csst_proto.rst
+1
-1
docs/source/api/csst_proto.rst
docs/source/ch04_codestyle.rst
+1
-1
docs/source/ch04_codestyle.rst
with
2 additions
and
2 deletions
+2
-2
docs/source/api/csst_proto.rst
+
1
-
1
View file @
fd859e1e
...
...
@@ -4,7 +4,7 @@ API
In this chapter, we show what the rendered Numpy-style docstring looks like
in sphinx documentation.
.. automodule:: csst_proto.
top_level_interface
.. automodule:: csst_proto.
api
:noindex:
:members:
:undoc-members:
...
...
This diff is collapsed.
Click to expand it.
docs/source/ch04_codestyle.rst
+
1
-
1
View file @
fd859e1e
...
...
@@ -96,7 +96,7 @@ In our case, we recommend the following method to check docstring
.. code-block:: bash
python -m numpydoc --validate {YOUR_PACKAGE}.
top_level_interface
.{YOUR_FUNCTION/CLASS}
python -m numpydoc --validate {YOUR_PACKAGE}.
api
.{YOUR_FUNCTION/CLASS}
For example,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets