Skip to content

Commit 78c54fb

Browse files
committed
Exclude unnecessary details in README.md and add docs to MANIFEST.in"Exclude unnecessary details in README and add docs to MANIFEST"
1 parent c66f9d5 commit 78c54fb

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
recursive-exclude .github *
22
recursive-exclude frontend *
3+
recursive-exclude docs *
34
recursive-exclude tests *

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ The deployment process can be sped up considerably by using virtual machine imag
201201

202202
There is a browser UI available at `http://localhost:3000` that can be used to monitor the simulation.
203203

204-
![frontend1](./docs/img/Frontend1.PNG)
204+
![frontend1](https://raw.githubusercontent.com/ashiven/enosimulator/main/docs/img/Frontend1.PNG)
205205

206-
![frontend2](./docs/img/Frontend2.PNG)
206+
![frontend2](https://raw.githubusercontent.com/ashiven/enosimulator/main/docs/img/Frontend2.PNG)
207207

208208
### CLI
209209

@@ -213,17 +213,17 @@ To receive detailed information about the current state of the simulation in the
213213
python enosimulator -c /path/to/config.json -s /path/to/secrets.json -v
214214
```
215215

216-
![cli1](./docs/img/CLI1.PNG)
216+
![cli1](https://raw.githubusercontent.com/ashiven/enosimulator/main/docs/img/CLI1.PNG)
217217

218-
![cli2](./docs/img/CLI2.PNG)
218+
![cli2](https://raw.githubusercontent.com/ashiven/enosimulator/main/docs/img/CLI2.PNG)
219219

220-
![cli3](./docs/img/CLI3.PNG)
220+
![cli3](https://raw.githubusercontent.com/ashiven/enosimulator/main/docs/img/CLI3.PNG)
221221

222222
### Scoreboard
223223

224224
The current state of the scoreboard can be monitored via the public IP address of the engine VM. It is available at `http://<engine-ip>:5001/scoreboard`.
225225

226-
![scoreboard1](./docs/img/Scoreboard1.PNG)
226+
![scoreboard1](https://raw.githubusercontent.com/ashiven/enosimulator/main/docs/img/Scoreboard1.PNG)
227227

228228
### Direct connections via SSH
229229

0 commit comments

Comments
 (0)