Skip to content
GitLab
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
b90c65e5
Commit
b90c65e5
authored
Sep 05, 2023
by
BO ZHANG
🏀
Browse files
change doc to docs
parent
79a21dd4
Pipeline
#1190
failed with stage
in 0 seconds
Changes
38
Pipelines
1
Show whitespace changes
Inline
Side-by-side
doc/source/ch03_packaging.rst
→
doc
s
/source/ch03_packaging.rst
View file @
b90c65e5
File moved
doc/source/ch04_codestyle.rst
→
doc
s
/source/ch04_codestyle.rst
View file @
b90c65e5
File moved
doc/source/ch05_preference.rst
→
doc
s
/source/ch05_preference.rst
View file @
b90c65e5
File moved
doc/source/ch06_unittest.rst
→
doc
s
/source/ch06_unittest.rst
View file @
b90c65e5
File moved
doc/source/ch07_simulation.rst
→
doc
s
/source/ch07_simulation.rst
View file @
b90c65e5
File moved
doc/source/ch08_csst_common.rst
→
doc
s
/source/ch08_csst_common.rst
View file @
b90c65e5
File moved
doc/source/ch09_build.rst
→
doc
s
/source/ch09_build.rst
View file @
b90c65e5
File moved
doc/source/ch10_integration.rst
→
doc
s
/source/ch10_integration.rst
View file @
b90c65e5
File moved
doc/source/ch11_data_products.rst
→
doc
s
/source/ch11_data_products.rst
View file @
b90c65e5
File moved
doc/source/conf.py
→
doc
s
/source/conf.py
View file @
b90c65e5
...
...
@@ -12,7 +12,7 @@
#
import
os
import
sys
# . = /doc/source
# . = /doc
s
/source
# sys.path.insert(0, os.path.abspath('./csst_common/'))
# sys.path.insert(0, os.path.abspath('../../'))
sys
.
path
.
append
(
os
.
path
.
abspath
(
'./csst_common/'
))
...
...
doc/source/csst_common/example_interface.py
→
doc
s
/source/csst_common/example_interface.py
View file @
b90c65e5
File moved
doc/source/index.rst
→
doc
s
/source/index.rst
View file @
b90c65e5
...
...
@@ -57,6 +57,14 @@ The guide for LSST developers
----
.. toctree::
:hidden:
:maxdepth: 2
:caption: C7 TASKS
c7_changes.rst
.. toctree::
:hidden:
:maxdepth: 2
...
...
doc/source/preference/example_joblib.py
→
doc
s
/source/preference/example_joblib.py
View file @
b90c65e5
File moved
doc/source/preference/example_multiprocessing.py
→
doc
s
/source/preference/example_multiprocessing.py
View file @
b90c65e5
File moved
examples/how_this_code_will_be_used.py
View file @
b90c65e5
...
...
@@ -3,7 +3,7 @@ from astropy.io import fits
from
csst.core.processor
import
CsstProcessor
from
csst.msc.data_manager
import
CsstMscDataManager
from
csst_proto.
top_level_interface
import
flip_image
from
csst_proto.
api
import
flip_image
class
CsstProcFlipImage
(
CsstProcessor
):
...
...
readthedocs.yml
View file @
b90c65e5
...
...
@@ -14,7 +14,7 @@ build:
# Build documentation in the docs/ directory with Sphinx
sphinx
:
builder
:
html
configuration
:
doc/source/conf.py
configuration
:
doc
s
/source/conf.py
fail_on_warning
:
true
# Optionally build your docs in additional formats such as PDF
...
...
@@ -25,7 +25,7 @@ formats:
# Optionally set the version of Python and requirements required to build your docs
python
:
install
:
-
requirements
:
doc/requirements.txt
-
requirements
:
doc
s
/requirements.txt
-
method
:
pip
path
:
.
...
...
tests/test_demos.py
View file @
b90c65e5
import
unittest
from
csst_proto.
top_level_interface
import
a_demo_function
from
csst_proto.
api
import
a_demo_function
class
TestCaseDemoFunction
(
unittest
.
TestCase
):
...
...
tests/test_flip_image.py
View file @
b90c65e5
...
...
@@ -2,7 +2,7 @@ import unittest
import
numpy
as
np
from
csst_proto.
top_level_interface
import
flip_image
,
read_test_image
from
csst_proto.
api
import
flip_image
,
read_test_image
from
csst_proto.flip_image
import
flip_multiple_images_jl
,
flip_multiple_images_mp
...
...
Prev
1
2
Next
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