Skip to content

Commit 4470955

Browse files
committed
Merge branch 'web' into 'master'
Remove public and few changes related to the web See merge request contrera/lstosa!49
2 parents 2983be6 + 0a93c0b commit 4470955

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# This is a repository for LST OSA
22

33
On-Site data reduction pipeline for LST
4+
5+
Further information?
6+
Docs: [https://contrera.gitlab.io/lstosa/](https://contrera.gitlab.io/lstosa/)
7+
Wiki: [https://gitlab.com/contrera/lstosa/-/wikis/home](https://gitlab.com/contrera/lstosa/-/wikis/home)

Diff for: docs/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
# Add any paths that contain custom static files (such as style sheets) here,
5252
# relative to this directory. They are copied after the builtin static files,
5353
# so a file named "default.css" will overwrite the builtin "default.css".
54-
html_static_path = ['_static']
54+
#html_static_path = ['_static']
55+
html_static_path = []
5556

5657
# Output file base name for HTML help builder.
5758
htmlhelp_basename = 'LSTOSAdoc'

Diff for: docs/introduction/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ The basic scheme is shown in the :numref:`data flow`:
2020

2121
.. figure:: LSTOSA_flow.png
2222

23-
Data flow scheme at the MAGIC site.
23+
Data flow scheme of LST onsite analysis.
2424

Diff for: public/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)