Commit 542e23fb authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

initiate csst-l1doc

parents
Loading
Loading
Loading
Loading

README.md

0 → 100644
+1 −0
Original line number Diff line number Diff line
## CSST L1 Pipeline Documentation
 No newline at end of file

csst-l1doc/__init__.py

0 → 100644
+2 −0
Original line number Diff line number Diff line
def test():
    pass

docs/Makefile

0 → 100644
+20 −0
Original line number Diff line number Diff line
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS    ?=
SPHINXBUILD   ?= sphinx-build
SOURCEDIR     = source
BUILDDIR      = build

# Put it first so that "make" without argument is like "make help".
help:
	@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option.  $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
	@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+32.6 KiB

File added.

No diff preview for this file type.

+5.33 KiB

File added.

No diff preview for this file type.

Loading