diff --git a/README.md b/README.md index 54dbd55..0d3dadc 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Trace -trace is an application developed at SLAC used PyDM. 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. +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. For more information and a how to guide on trace see [the project's website](https://slaclab.github.io/trace/)
- Report bug + Report bug ยท Request feature diff --git a/docs/index.md b/docs/index.md index 466b6da..7dbc24d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,4 @@ # Trace -[Trace](https://github.com/slaclab/trace) is a python application - - +[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. diff --git a/docs/installation.md b/docs/installation.md deleted file mode 100644 index bd3b980..0000000 --- a/docs/installation.md +++ /dev/null @@ -1,2 +0,0 @@ -Installing Trace -========================= \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 9e7c45f..480147e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,7 +4,6 @@ repo_name: slaclab/trace nav: - Home: index.md - - Installation: installation.md - How To: - Overview: how_to/overview.md - Traces: how_to/traces.md