Skip to content

Commit ee2377d

Browse files
committed
Move readme resources to .internal
1 parent eec6278 commit ee2377d

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

README_resources/Execution_Screenshot_3_plus_5.png renamed to .internal/README_resources/Execution_Screenshot_3_plus_5.png

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![DOI](https://zenodo.org/badge/DOI/10.48550/arXiv.2412.07372.svg)](https://doi.org/10.48550/arXiv.2412.07372)
66

77
<div align="center">
8-
<img src="README_resources/classiq-logo.svg" width="300" height="150">
8+
<img src=".internal/README_resources/classiq-logo.svg" width="300" height="150">
99
</div>
1010

1111
# Classiq: High-Level Quantum Modeling Language
@@ -260,7 +260,7 @@ Every example found in this repository can also be accessed via [Classiq's platf
260260

261261
Additionally, one may write their own model in the model editor (highlighted in green) or upload his own model (highlighted in red)
262262

263-
![writing_models.png](README_resources/writing_models.png)
263+
![writing_models.png](.internal/README_resources/writing_models.png)
264264

265265
### Example: 3+5 with Classiq
266266

@@ -294,28 +294,28 @@ qfunc main(output res: qnum){
294294
2. Press Synthesize:
295295
<center>
296296

297-
![Model_Screenshot_3_plus_5.png](README_resources/Model_Screenshot_3_plus_5.png)
297+
![Model_Screenshot_3_plus_5.png](.internal/README_resources/Model_Screenshot_3_plus_5.png)
298298

299299
</center>
300300

301301
3. Press Execute:
302302
<center>
303303

304-
![Program_Screenshot_3_plus_5.png](README_resources/Program_Screenshot_3_plus_5.png)
304+
![Program_Screenshot_3_plus_5.png](.internal/README_resources/Program_Screenshot_3_plus_5.png)
305305

306306
</center>
307307

308308
4. Press Run:
309309
<center>
310310

311-
![Execution_Screenshot_3_plus_5.png](README_resources/Execution_Screenshot_3_plus_5.png)
311+
![Execution_Screenshot_3_plus_5.png](.internal/README_resources/Execution_Screenshot_3_plus_5.png)
312312

313313
</center>
314314

315315
5. View Results:
316316
<center>
317317

318-
![Jobs_Screenshot_3_plus_5.png](README_resources/Jobs_Screenshot_3_plus_5.png)
318+
![Jobs_Screenshot_3_plus_5.png](.internal/README_resources/Jobs_Screenshot_3_plus_5.png)
319319

320320
</center>
321321

0 commit comments

Comments
 (0)