Skip to content

Commit 6e99716

Browse files
authored
Merge pull request #2 from rkweehinzmann/main
first import as is from rkweehinzmann/user-sc-manual
2 parents 8500233 + 4dedc2f commit 6e99716

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1070
-0
lines changed

Diff for: .github/mkdocs/mkdocs.yaml

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
site_name: SciCat Documentation
2+
docs_dir: ../../docs
3+
4+
5+
nav:
6+
- Home: index.md
7+
- SciCat User Guide:
8+
- user-manual/index.md
9+
- Login:
10+
- login/index.md
11+
- Anonymous: login/Anonymous.md
12+
- Dashboard: login/Dashboard.md
13+
- Datasets:
14+
- datasets/index.md
15+
- Register DOIs: datasets/Publishing.md
16+
- Proposals: proposals.md
17+
- Samples: samples.md
18+
- Instruments: instruments.md
19+
- Troubleshooting:
20+
- troubleshoot/index.md
21+
22+
- SciCat Operator Guide:
23+
- operator-manual/index.md
24+
- sites/DESY/index.md
25+
- swagger/index.md
26+
- backendconfig/index.md
27+
- backendconfig/dois.md
28+
29+
30+
- About:
31+
- about/index.md
32+
33+
theme: material
34+
35+
plugins:
36+
- search
37+
- glightbox
38+
- section-index
39+
40+
41+
extra_css:
42+
- custom.css

Diff for: .github/mkdocs/requirements.txt

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
Babel==2.16.0
2+
beautifulsoup4==4.12.3
3+
bracex==2.5.post1
4+
certifi==2024.8.30
5+
charset-normalizer==3.4.0
6+
click==8.1.7
7+
colorama==0.4.6
8+
ghp-import==2.1.0
9+
idna==3.10
10+
importlib_metadata==8.5.0
11+
importlib_resources==6.4.5
12+
Jinja2==3.1.4
13+
lxml==5.3.0
14+
Markdown==3.7
15+
MarkupSafe==3.0.2
16+
mergedeep==1.3.4
17+
mike==2.1.3
18+
mkdocs==1.6.1
19+
mkdocs-awesome-pages-plugin==2.9.3
20+
mkdocs-get-deps==0.2.0
21+
mkdocs-glightbox==0.4.0
22+
mkdocs-material==9.5.42
23+
mkdocs-material-extensions==1.3.1
24+
mkdocs-section-index==0.3.9
25+
natsort==8.4.0
26+
packaging==24.1
27+
paginate==0.5.7
28+
pathspec==0.12.1
29+
platformdirs==4.3.6
30+
Pygments==2.18.0
31+
pymdown-extensions==10.11.2
32+
pyparsing==3.2.0
33+
python-dateutil==2.9.0.post0
34+
PyYAML==6.0.2
35+
pyyaml_env_tag==0.1
36+
regex==2024.9.11
37+
requests==2.32.3
38+
six==1.16.0
39+
soupsieve==2.6
40+
urllib3==2.2.3
41+
verspec==0.1.0
42+
watchdog==5.0.3
43+
wcmatch==10.0
44+
zipp==3.20.2

Diff for: .github/workflows/mkdocs.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Deploy docs
2+
3+
on: # yamllint disable-line rule:truthy
4+
push:
5+
branches:
6+
- main
7+
tags:
8+
- v*
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: SciCatProject/scicatlive/.github/actions/mkdocs-pages@tree
14+
with:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
push: true

Diff for: docs/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Ignore modified files
2+
*.md~
3+
*.DS_Store

Diff for: docs/about/img/versionInfoFrontend.png

44.7 KB
Loading

Diff for: docs/about/img/versionscicat-backend-dev.png

79.8 KB
Loading

Diff for: docs/about/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# About the team - who are we?
2+
SciCat has been initially developed at PSI but is now in production use across many other European and transatlantic countries. The core institutes are still PSI and ESS, but invaluable contribution comes from other labs, see [SciCat Team](https://www.scicatproject.org/#team) for up-to-date details.
3+
4+
# About SciCat version
5+
Here is where you find the [frontend](operatorHowTos.md) version.
6+

Diff for: docs/about/operatorHowTos.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Where is the version of SciCat Frontend?
2+
3+
Version information under ```user```
4+
![version information of frontend](img/versionInfoFrontend.png)
5+

Diff for: docs/backendconfig/dois.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# DOI minting in SciCat - How to publish datasets
2+
3+
## Introduction
4+
User introduction can be found [here](../doisIntro.md).
5+
6+
7+
8+

Diff for: docs/backendconfig/img/DOIsatPSI.png

649 KB
Loading

0 commit comments

Comments
 (0)