Skip to content

Commit 1b3348f

Browse files
moved docs and assets renamed some things will broke
1 parent 4555e9d commit 1b3348f

31 files changed

Lines changed: 80 additions & 11 deletions

PICA_v6.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ class PICALauncherApp:
9999
FONT_CONSOLE = ('Consolas', 10)
100100
FONT_INFO = ('Segoe UI', FONT_SIZE_BASE)
101101
FONT_INFO_ITALIC = ('Segoe UI', FONT_SIZE_BASE, 'italic')
102-
LOGO_FILE = resource_path("_assets/LOGO/UGC_DAE_CSR_NBG.jpeg")
103-
MANUAL_FILE = resource_path("_assets/Manuals") # This path is correct as it points to a directory
102+
LOGO_FILE = resource_path("assets/LOGO/UGC_DAE_CSR_NBG.jpeg")
103+
MANUAL_FILE = resource_path("assets/Manuals") # This path is correct as it points to a directory
104104
README_FILE = resource_path("README.md")
105105
LICENSE_FILE = resource_path("LICENSE")
106106
UPDATES_FILE = resource_path("Change_Logs.md")

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="_assets/LOGO/PICA_LOGO_NBG.png" alt="PICA Logo" width="150"/>
2+
<img src="assets/LOGO/PICA_LOGO_NBG.png" alt="PICA Logo" width="150"/>
33
<h1>PICA: Python-based Instrument Control and Automation</h1>
44
<p>A modular software suite for automating laboratory measurements in physics research.</p>
55

@@ -25,7 +25,7 @@ A key architectural feature is the use of isolated process execution for each me
2525
PICA is designed with a clear separation between the user interface (frontend) and the instrument control logic (backend). This modular approach makes the system easy to maintain, extend, and debug.
2626

2727
<div align="center">
28-
<img src="_assets/Images/PICA_Launcher_v6.png" alt="PICA Launcher Screenshot" width="800"/>
28+
<img src="assets/Images/PICA_Launcher_v6.png" alt="PICA Launcher Screenshot" width="800"/>
2929
</div>
3030

3131
---
@@ -219,7 +219,7 @@ The modular architecture makes it straightforward to add support for new instrum
219219
## Resources & Documentation
220220
221221
#### Included Manuals
222-
A collection of official instrument manuals and software library documentation is provided within the `/_assets/Manuals/` directory. These documents serve as valuable technical references.
222+
A collection of official instrument manuals and software library documentation is provided within the `/assets/Manuals/` directory. These documents serve as valuable technical references.
223223
224224
#### Instrument Interfacing Guide
225225
For a quick reference on instrument addresses, see the `GPIB_Address_Guide.md` file.
@@ -241,7 +241,7 @@ Please open an issue first to discuss any major changes you would like to make.
241241
## Authors & Acknowledgments
242242
243243
<div align="center">
244-
<img src="_assets/LOGO/UGC_DAE_CSR_NBG.jpeg" alt="UGC DAE CSR Logo" width="150">
244+
<img src="assets/LOGO/UGC_DAE_CSR_NBG.jpeg" alt="UGC DAE CSR Logo" width="150">
245245
</div>
246246
247247
- **Lead Developer:** **[Prathamesh Deshmukh](https://prathameshdeshmukh.site/)**

0 commit comments

Comments
 (0)