Skip to content

Commit 6d1b089

Browse files
authored
Merge pull request slaclab#63 from YektaY/readme
DOCS: small changes to readme and index.md
2 parents 645aa5b + 21307cc commit 6d1b089

File tree

9 files changed

+122
-68
lines changed

9 files changed

+122
-68
lines changed

.github/workflows/ISSUE_TEMPLATE/bug-report.md

-31
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
name: Bug report
2+
description: Report an issue or bug with the project.
3+
title: "[BUG] - "
4+
labels: bug
5+
assignees: ''
6+
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
**Please provide a clear and concise description of the bug.**
12+
13+
- type: textarea
14+
id: description
15+
attributes:
16+
label: Describe the bug
17+
description: A clear and concise description of what the bug is.
18+
placeholder: The bug occurs when...
19+
20+
- type: textarea
21+
id: expected_behavior
22+
attributes:
23+
label: Expected behavior
24+
description: A clear and concise description of what you expected to happen.
25+
placeholder: I expected...
26+
27+
- type: textarea
28+
id: steps_to_reproduce
29+
attributes:
30+
label: Steps to Reproduce
31+
description: Steps to reproduce the bug.
32+
placeholder: |
33+
1. Go to...
34+
2. Click on...
35+
3. Scroll down to...
36+
4. See error
37+
38+
- type: textarea
39+
id: possible_solution
40+
attributes:
41+
label: Possible solution (optional)
42+
description: Suggest a fix or reason for the bug, if you have any.
43+
placeholder: A possible solution could be...
44+
45+
- type: input
46+
id: platform
47+
attributes:
48+
label: My platform
49+
description: Provide details about your system.
50+
placeholder: |
51+
* OS Version: ...
52+
* Python Version: ...
53+
* Package Versions: ...
54+
55+
- type: textarea
56+
id: additional_context
57+
attributes:
58+
label: Additional context
59+
description: Add any other context, links, or information about the bug.
60+
placeholder: Include logs, screenshots, or other details here.

.github/workflows/ISSUE_TEMPLATE/feature-request.md

-14
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Feature request
2+
description: Suggest a new feature or enhancement for the project.
3+
title: "[FEATURE] - "
4+
labels: enhancement
5+
assignees: ''
6+
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
**Please provide a clear and concise description of the feature you'd like to propose.**
12+
13+
- type: textarea
14+
id: problem
15+
attributes:
16+
label: What's the problem this feature will solve?
17+
description: A clear and concise description of the problem or pain point.
18+
placeholder: This feature would solve...
19+
20+
- type: textarea
21+
id: solution
22+
attributes:
23+
label: Describe the solution you'd like
24+
description: A clear and concise description of what you want to happen.
25+
placeholder: The ideal solution would be...
26+
27+
- type: textarea
28+
id: additional_context
29+
attributes:
30+
label: Additional context
31+
description: Add any other context, links, or resources to support your feature request.
32+
placeholder: Include any relevant links, screenshots, or references here.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Trace
22

3-
trace is an PyDM-based application developed. trace has been built to replace the antiquated StripTool and Java Archive Viewer applications used to plot EPICS data. trace is a flexible, modern application for plotting live data (Channel Access or PV Access), and historical data from the EPICS Archive Appliance. With built in conveniences like an archived PV search, and designed to be easily launched from PyDM widgets, files, or the command line, trace will provide an improved user experience for accelerator staff. Trace is an open-source project.
3+
trace is an PyDM-based application developed at SLAC National Accelerator Laboratory. trace has been built to replace the antiquated StripTool and Java Archive Viewer applications used to plot EPICS data. trace is a flexible, modern application for plotting live data (Channel Access or PV Access), and historical data from the EPICS Archive Appliance. With built in conveniences like an archived PV search, and designed to be easily launched from PyDM widgets, files, or the command line, trace will provide an improved user experience for accelerator staff. Trace is an open-source project.
44

55
For more information and a how to guide on trace see [the project's website](https://slaclab.github.io/trace/)
66
<p align="center">

docs/images/Index_Image.png

1.46 MB
Loading

docs/images/SLAC_primary_red.png

547 KB
Loading

docs/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Trace
22

3-
[trace](https://github.com/slaclab/trace) is a PyDM-based application developed at SLAC. trace has been built to replace the antiquated StripTool and Java Archive Viewer applications used to plot EPICS data. trace is a flexible, modern application for plotting live data (Channel Access or PV Access), and historical data from the EPICS Archive Appliance. With built in conveniences like an archived PV search, and designed to be easily launched from PyDM widgets, files, or the command line, trace will provide an improved user experience for accelerator staff. Trace is an open-source project.
3+
[Trace](https://github.com/slaclab/trace) is a PyDM-based application developed at SLAC National Accelerator Laboratory. Trace has been built to replace the antiquated StripTool and Java Archive Viewer applications used to plot EPICS data. Trace is a flexible, modern application for plotting live data (Channel Access or PV Access), and historical data from the EPICS Archive Appliance. With built in conveniences like an archived PV search, and designed to be easily launched from PyDM widgets, files, or the command line, Trace will provide an improved user experience for accelerator staff. Trace is an open-source project.
44

5+
![Image of Trace](images/Index_Image.png)

mkdocs.yml

+27-21
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,31 @@ repo_url: https://github.com/slaclab/trace
33
repo_name: slaclab/trace
44

55
nav:
6-
- Home: index.md
7-
- How To:
8-
- Overview: how_to/overview.md
9-
- Traces: how_to/traces.md
10-
- Traces Table Menu: how_to/traces_table_menu.md
11-
- Axes: how_to/axes.md
12-
- Plot Config: how_to/plot_config.md
13-
- Import/Export: how_to/io.md
14-
- Convert Save Files: how_to/file_conversion.md
15-
- API Reference:
16-
- Trace: api_reference/trace.md
17-
- Traces Table: api_reference/traces_table.md
18-
- Axis Table: api_reference/axis_table.md
19-
- Plot Config: api_reference/plot_config.md
6+
- Home: index.md
7+
- How To:
8+
- Overview: how_to/overview.md
9+
- Traces: how_to/traces.md
10+
- Traces Table Menu: how_to/traces_table_menu.md
11+
- Axes: how_to/axes.md
12+
- Plot Config: how_to/plot_config.md
13+
- Import/Export: how_to/io.md
14+
- Convert Save Files: how_to/file_conversion.md
15+
- API Reference:
16+
- Trace: api_reference/trace.md
17+
- Traces Table: api_reference/traces_table.md
18+
- Axis Table: api_reference/axis_table.md
19+
- Plot Config: api_reference/plot_config.md
20+
2021
theme:
22+
name: material
23+
# custom_dir: overrides
2124
icon:
2225
repo: fontawesome/brands/github
23-
name: material
24-
2526
features:
2627
- navigation.top
2728
- navigation.tabs
2829
- navigation.indexes
30+
- navigation.footer
2931
palette:
3032
- media: "(prefers-color-scheme: light)"
3133
scheme: default
@@ -40,13 +42,17 @@ theme:
4042
icon: material/toggle-switch
4143
name: Switch to light mode
4244

45+
extra:
46+
generator: false
47+
4348
markdown_extensions:
4449
- pymdownx.highlight
4550
- pymdownx.superfences
4651

4752
plugins:
48-
- search
49-
- mkdocstrings:
50-
handlers:
51-
python:
52-
paths: [trace]
53+
- search
54+
- mkdocstrings:
55+
handlers:
56+
python:
57+
paths: [trace]
58+

0 commit comments

Comments
 (0)