summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1462 from RDFLib/dependabot/pip/sphinx-4.3.0Nicholas Car2021-11-191-1/+1
|\ | | | | Bump sphinx from 4.2.0 to 4.3.0
| * Bump sphinx from 4.2.0 to 4.3.0dependabot/pip/sphinx-4.3.0dependabot[bot]2021-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Migrate from nosetest to pytestIwan Aucamp2021-10-241-10/+8
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch replace all uses of nose with pytest. It also includes a pytest plugin for creating EARL reports for tests with a `rdf_test_uri` parameter. Some caveats: - HTML report directory is now htmlcov instead of coverage - There is some warning related to the EARL reporting plugin which I can't quite figure out: ``` .venv/lib64/python3.7/site-packages/_pytest/config/__init__.py:676 /home/iwana/sw/d/github.com/iafork/rdflib/.venv/lib64/python3.7/site-packages/_pytest/config/__init__.py:676: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: test.earl self.import_plugin(import_spec) ``` This is not causing any problems as far as I can tell, but still annoying. - python setup.py test won't work anymore, I can make it work but this is not advised by pytest: https://github.com/pytest-dev/pytest-runner/#deprecation-notice - run_test.py is still there but it's not really referenced anymore from anywhere and the options it accepts are completely different as it's options were based on nose. I would say it should be removed entirely but for now it is basically just a wrapper around pytest that basically does nothing. - Removed references to test attributes as currently they are not being used anywhere anyway, I guess we can add them back if there is some use for them later. - A lot of tests are still marked to skip when really they should be marked with xfail. This is also affecting the RDFT test manifests and result in reports saying tests are skipped when really we know they will fail and they are only skipped for this reason. But there is no change here from before, and pytest makes it easier to dynamically do expected failures. Special thanks to Wes Turner for his advice and inputs on this process.
* Merge branch 'master' into ttl2ttl2Nicholas Car2021-10-171-1/+1
|\
| * Fix typos discovered by codespellChristian Clauss2021-10-141-1/+1
| |
| * Update black to latest version, to avoid a bug that was in 21.6b0 and 21.7b0 ↵Ashley Sommer2021-10-111-1/+1
| | | | | | | | releases. (#1434)
* | docco table of serialization formatsNicholas Car2021-10-101-2/+17
|/
* Merge pull request #1407 from iafork/iwana-20210910T2303Nicholas Car2021-09-271-2/+26
|\ | | | | Fix mypy type errors and add mypy to .drone.yml
| * Fix mypy type errors and add mypy to .drone.ymlIwan Aucamp2021-09-101-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1311 Add `mypy` to .drone.yml and fix type errors that come up. Not type checking examples or tests. Other changes: - fix return value for `Graph.serialize` (refs #1394) - remove default value for `rdflib.plugins.sparql.algebra.translateAlgebra` (refs #1322) - add .dockerignore to reduce context size and make docker quicker to run. - add .flake8 config to ignore line length as black is managing formatting. - add mypy to docker-compose, makefile and tox.ini - fix the way csv2rdf is invoked to ensure that the right code gets executed.
* | improved Store doccoNicholas Car2021-09-172-5/+56
| |
* | Bump sphinx from 4.1.2 to 4.2.0dependabot/pip/sphinx-4.2.0dependabot[bot]2021-09-131-1/+1
|/ | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1383 from RDFLib/dependabot/pip/sphinx-4.1.2Nicholas Car2021-08-131-1/+1
|\ | | | | Bump sphinx from 4.1.1 to 4.1.2
| * Bump sphinx from 4.1.1 to 4.1.2dependabot[bot]2021-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Update intro_to_sparql.rstSina Ahmadi2021-08-031-1/+2
|/ | | One line missing in the SPARQL example where the query should be run as in `qres = g.query(knows_query)`
* Bump sphinx from 4.1.0 to 4.1.1dependabot[bot]2021-07-191-1/+1
| | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* update docsNatanael Arndt2021-07-162-9/+9
|
* whitespace changesNatanael Arndt2021-07-162-5/+5
|
* fix docc build warningsNicholas Car2021-07-152-2/+1
|
* Merge pull request #1354 from RDFLib/json_ld_11Nicholas Car2021-07-122-3/+24
|\ | | | | JSON-LD Integration
| * Merge remote-tracking branch 'origin/master' into json_ld_11Ashley Sommer2021-07-091-3/+5
| |\
| * | Add reference to JSON-LD integration PRAshley Sommer2021-07-081-0/+4
| | |
| * | add documentation around json-ld features merged into rdflibAshley Sommer2021-07-082-3/+20
| | |
* | | Bump sphinx from 4.0.2 to 4.1.0dependabot[bot]2021-07-121-1/+1
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.0.2...v4.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Initial python 3.7 requirement update, add new Drone tests, add black.toml ↵Ashley Sommer2021-07-081-3/+5
|/ | | | file, add .editorconfig file
* Merge branch 'master' into docco_cleanNicholas Car2021-07-024-14/+26
|\
| * Merge branch 'master' of https://github.com/RDFLib/rdflib into berkeleydbNicholas Car2021-06-282-21/+30
| |\ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # docs/intro_to_sparql.rst # examples/conjunctive_graphs.py # examples/simple_example.py # examples/sleepycat_example.py # tox.ini
| * | tweak doccoNicholas Car2021-06-271-4/+4
| | |
| * | updated all Sleepycat refs to BerkeleyDBNicholas Car2021-06-271-8/+15
| | |
| * | Sleepycat -> BerkeleyDBname change; incomplete code updateNicholas Car2021-05-083-4/+4
| | |
* | | minor docco updatesNicholas Car2021-06-187-472/+78
| | |
* | | Merge branch 'master' into docco_cleanNicholas Car2021-06-182-21/+18
|\ \ \ | | |/ | |/|
| * | Merge pull request #1327 from RDFLib/dependabot/pip/sphinx-4.0.2Nicholas Car2021-06-011-1/+1
| |\ \ | | | | | | | | Bump sphinx from 4.0.1 to 4.0.2
| | * | Bump sphinx from 4.0.1 to 4.0.2dependabot[bot]2021-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.0.1...v4.0.2) Signed-off-by: dependabot[bot] <support@github.com>
| * | | replace incomplete example in intro_to_sparql.rstTom Baker2021-05-301-30/+36
| |/ /
* | | Merge branch 'master' into docco_cleanNicholas Car2021-05-171-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Bump sphinx from 4.0.0 to 4.0.1dependabot[bot]2021-05-121-1/+1
| | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.0.0...v4.0.1) Signed-off-by: dependabot[bot] <support@github.com>
| * Bump sphinx from 3.5.4 to 4.0.0dependabot-preview[bot]2021-05-101-1/+1
| | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.4 to 4.0.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.5.4...v4.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | removed simple_example as it didn't do anything interestingNicholas Car2021-04-251-8/+0
| |
* | tidied up resource exampleNicholas Car2021-04-251-3/+3
| |
* | removed links to removed RDFa e.g., tidied film.pyNicholas Car2021-04-251-10/+1
| |
* | removed RDFa since format no longer supportedNicholas Car2021-04-252-58/+129
| |
* | added UPDATE exampleNicholas Car2021-04-251-2/+61
| |
* | minor edits. SERVICE queries to HTTP broken (Issue #1295)Nicholas Car2021-04-241-37/+38
| |
* | reST formattingNicholas Car2021-04-241-2/+1
| |
* | minor text edits; removed deprecated label & preferredLabel methodsNicholas Car2021-04-241-25/+38
| |
* | minor: Python 3 code styleNicholas Car2021-04-241-27/+55
| |
* | removed non-resolving links, added new multi-graph e.g., fixed e.g. file ↵Nicholas Car2021-04-241-40/+102
| | | | | | | | docco error, fixed parse() for Dataset/ConGr
* | stub 5to6 pageNicholas Car2021-04-241-0/+58
| |
* | updated Python ref URLNicholas Car2021-04-241-1/+1
| |
* | trivial grammar updatesNicholas Car2021-04-241-7/+9
| |