File tree 9 files changed +127
-136
lines changed
9 files changed +127
-136
lines changed Original file line number Diff line number Diff line change @@ -193,37 +193,3 @@ To run PurlDB and Matchcode.io with Docker:
193
193
194
194
docker compose -f docker-compose.yml up -d
195
195
docker compose -f docker-compose.matchcodeio.yml up -d
196
-
197
- Funding
198
- -------
199
-
200
- This project was funded through the NGI Assure Fund https://nlnet.nl/assure, a
201
- fund established by NLnet https://nlnet.nl/ with financial support from the
202
- European Commission's Next Generation Internet programme, under the aegis of DG
203
- Communications Networks, Content and Technology under grant agreement No 957073.
204
-
205
- This project is also funded through grants from the Google Summer of Code
206
- program, continuing support and sponsoring from nexB Inc. and generous
207
- donations from multiple sponsors.
208
-
209
-
210
- License
211
- -------
212
-
213
- Copyright (c) nexB Inc. and others. All rights reserved.
214
-
215
- purldb is a trademark of nexB Inc.
216
-
217
- SPDX-License-Identifier: Apache-2.0 AND CC-BY-SA-4.0
218
-
219
- purldb software is licensed under the Apache License version 2.0.
220
-
221
- purldb data is licensed collectively under CC-BY-SA-4.0.
222
-
223
- See https://www.apache.org/licenses/LICENSE-2.0 for the license text.
224
-
225
- See https://creativecommons.org/licenses/by-sa/4.0/legalcode for the license text.
226
-
227
- See https://github.com/nexB/purldb for support or download.
228
-
229
- See https://aboutcode.org for more information about nexB OSS projects.
Original file line number Diff line number Diff line change 1
- Contirbute
2
- ===========
1
+ Contribute
2
+ ==========
3
3
4
4
Documentation to support code and documentation contributions
5
5
to purldb.
Original file line number Diff line number Diff line change @@ -2,10 +2,7 @@ How-To-Guides
2
2
=============
3
3
4
4
Here are the various how-to guides across various purldb projects to guide you
5
- thourgh specifica use cases:
6
-
7
- - Code matching with Matchcode
8
- - Getting symbols from a package (or a PURL)
5
+ through specific use cases:
9
6
10
7
.. toctree ::
11
8
:maxdepth: 2
Original file line number Diff line number Diff line change @@ -65,6 +65,16 @@ How-To documents explain how to accomplish specific tasks.
65
65
66
66
----
67
67
68
+ Miscellaneous
69
+ -------------
70
+
71
+ .. toctree ::
72
+ :maxdepth: 2
73
+
74
+ miscellaneous/index
75
+
76
+ ----
77
+
68
78
69
79
Indices and tables
70
80
==================
Original file line number Diff line number Diff line change
1
+ Funding
2
+ =======
3
+
4
+ This project was funded through the NGI Assure Fund https://nlnet.nl/assure, a
5
+ fund established by NLnet https://nlnet.nl/ with financial support from the
6
+ European Commission's Next Generation Internet programme, under the aegis of DG
7
+ Communications Networks, Content and Technology under grant agreement No 957073.
8
+
9
+ This project is also funded through grants from the Google Summer of Code
10
+ program, continuing support and sponsoring from nexB Inc. and generous
11
+ donations from multiple sponsors.
Original file line number Diff line number Diff line change
1
+ Miscellaneous
2
+ =============
3
+
4
+ .. toctree ::
5
+ :maxdepth: 2
6
+
7
+ testing
8
+ funding
9
+ license
Original file line number Diff line number Diff line change
1
+ License
2
+ =======
3
+
4
+ Copyright (c) nexB Inc. and others. All rights reserved.
5
+
6
+ purldb is a trademark of nexB Inc.
7
+
8
+ SPDX-License-Identifier: Apache-2.0 AND CC-BY-SA-4.0
9
+
10
+ purldb software is licensed under the Apache License version 2.0.
11
+
12
+ purldb data is licensed collectively under CC-BY-SA-4.0.
13
+
14
+ See https://www.apache.org/licenses/LICENSE-2.0 for the license text.
15
+
16
+ See https://creativecommons.org/licenses/by-sa/4.0/legalcode for the license text.
17
+
18
+ See https://github.com/nexB/purldb for support or download.
19
+
20
+ See https://aboutcode.org for more information about nexB OSS projects.
Original file line number Diff line number Diff line change
1
+ Testing
2
+ =======
3
+
4
+ PURLdb
5
+ ------
6
+
7
+ Run all PURLdb tests
8
+ ~~~~~~~~~~~~~~~~~~~~
9
+
10
+ .. code-block :: console
11
+
12
+ make test
13
+
14
+
15
+ purldb-toolkit
16
+ --------------
17
+
18
+ Run all purldb-toolkit non-live tests (i.e., no live network calls)
19
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20
+
21
+ .. code-block :: console
22
+
23
+ DJANGO_SETTINGS_MODULE=purldb_project.settings pytest -vvs purldb-toolkit/tests/test_purlcli.py
24
+
25
+
26
+ Run all purldb-toolkit live tests (i.e., check actual API endpoints etc.)
27
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28
+
29
+ .. code-block :: console
30
+
31
+ DJANGO_SETTINGS_MODULE=purldb_project.settings pytest -vvs purldb-toolkit/tests/test_purlcli_live.py --run_live_fetch
You can’t perform that action at this time.
0 commit comments