Skip to content

Commit 7d5e745

Browse files
committed
use relative links in examples readme
1 parent b6e369f commit 7d5e745

File tree

1 file changed

+13
-27
lines changed

1 file changed

+13
-27
lines changed

examples/README.md

Lines changed: 13 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,72 +2,58 @@
22

33
Work in progress!
44

5-
# [00-read-items.py]
5+
# [00-read-items.py](./00-read-items.py)
66

77
Read all items.
88

9-
# [01-download-timestamp-archive.py]
9+
# [01-download-timestamp-archive.py](./01-download-timestamp-archive.py)
1010

1111
Download all the timestamp archive zip created in the past 7 days.
1212

13-
# [02-patch-metadata-per-category.py]
13+
# [02-patch-metadata-per-category.py](./02-patch-metadata-per-category.py)
1414

1515
Look for all items of a particular category and patch the metadata if it is empty.
1616

17-
# [03-experiment-file-handling.py]
17+
# [03-experiment-file-handling.py](./03-experiment-file-handling.py)
1818

1919
Upload, download and delete a file in an experiment.
2020

21-
# [04-create-teamgroup-add-user.py]
21+
# [04-create-teamgroup-add-user.py](./04-create-teamgroup-add-user.py)
2222

2323
Create a teamgroup and add a user in it.
2424

25-
# [05-create-modify-item.py]
25+
# [05-create-modify-item.py](./05-create-modify-item.py)
2626

2727
Create an item in the database and modify it.
2828

29-
# [06-create-users.py]
29+
# [06-create-users.py](./06-create-users.py)
3030

3131
Create users in batch.
3232

33-
# [07-patch-sysadmin-settings.py]
33+
# [07-patch-sysadmin-settings.py](./07-patch-sysadmin-settings.py)
3434

3535
Patch instance config: modify the settings of the Sysadmin Panel.
3636

37-
# [08-create-items-add-metadata.py]
37+
# [08-create-items-add-metadata.py](./08-create-items-add-metadata.py)
3838

3939
Read a CSV file for samples, create them in the database with metadata, tags and links.
4040

41-
# [09-import-csv.py]
41+
# [09-import-csv.py](./09-import-csv.py)
4242

4343
Read a CSV file containing a list of antibodies and import them in the resource database using the metadata/extra fields.
4444

45-
# [10-date-time-conversions.py]
45+
# [10-date-time-conversions.py](./10-date-time-conversions.py)
4646

4747
Work with date-time data formats with a demonstration of doing statistics with experiments data.
4848

49-
# [11-resources-categories.py]
49+
# [11-resources-categories.py](./11-resources-categories.py)
5050

5151
Create and edit a Resources Category (Items types).
5252

53-
# [12-experiments-export-pdf.py]
53+
# [12-experiments-export-pdf.py](./12-experiments-export-pdf.py)
5454

5555
Look for all timestamped experiments last week for a particular user and save a pdf locally.
5656

5757
# [13-events.py](./13-events.py)
5858

5959
Get a list of events (booked slots) for the current team.
60-
61-
[00-read-items.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/00-read-items.py
62-
[01-download-timestamp-archive.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/01-download-timestamp-archive.py
63-
[02-patch-metadata-per-category.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/02-patch-metadata-per-category.py
64-
[03-experiment-file-handling.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/03-experiment-file-handling.py
65-
[04-create-teamgroup-add-user.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/04-create-teamgroup-add-user.py
66-
[05-create-modify-item.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/05-create-modify-item.py
67-
[06-create-users.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/06-create-users.py
68-
[07-patch-sysadmin-settings.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/07-patch-sysadmin-settings.py
69-
[08-create-items-add-metadata.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/08-create-items-add-metadata.py
70-
[09-import-csv.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/09-import-csv.py
71-
[10-date-time-conversions.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/10-date-time-conversions.py
72-
[11-resources-categories.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/11-resources-categories.py
73-
[12-experiments-export-pdf.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/12-experiments-export-pdf.py

0 commit comments

Comments
 (0)