summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* updated to support Python 3.6+ only (not 3.5)Nicholas Car2020-10-031-1/+1
|
* Merge pull request #1162 from FlorianLudwig/serialize-docAshley Sommer2020-09-171-0/+12
|\ | | | | Small improvement to serialize docs
| * Loading and saving RDF docs only cover loadingFlorian Ludwig2020-09-111-0/+12
| |
* | Fix minor typosNatanael Arndt2020-09-091-1/+1
| |
* | fix python version compatibilityFlorian Ludwig2020-09-081-1/+3
| |
* | replace autopep8 mention with blackFlorian Ludwig2020-09-081-1/+2
|/
* Merge remote-tracking branch 'origin/master' into t0b3_masterAshley Sommer2020-08-275-8/+9
|\ | | | | | | | | | | | | | | | | # Conflicts: # rdflib/namespace.py # rdflib/parser.py # rdflib/plugins/memory.py # rdflib/plugins/parsers/ntriples.py # test/test_iomemory.py
| * Merge pull request #1133 from ashleysommer/in_memory_storeNicholas Car2020-08-273-6/+7
| |\ | | | | | | Discussion around new dict-based store implementation
| | * Removed IOMemory storeAshley Sommer2020-08-193-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | Renamed Memory2 to Memory Renamed Memory1 to SimpleMemory Set default store to new Memory Fixed tests Fixed docs
| * | Merge pull request #1145 from ashleysommer/fix_1144Nicholas Car2020-08-231-1/+1
| |\ \ | | | | | | | | Make parsers CharacterStream aware
| | * | Merged two Ntriples parser filesAshley Sommer2020-08-191-1/+1
| | |/ | | | | | | | | | | | | | | | | | | Changed name of NTriplesParser to W3CNTriplesParser, it is the legacy parser Populate CharacterStream attr on several types of rdflib InputSource, to provide unicode text stream, in addition to ByteStream Add support to N3, Trig, NTriples, NQuads parsers to use the CharacterStream instead of the ByteStream where possible Reduces many useless string->bytes->string conversions in parsers.
| * | Bump sphinx from 3.2.0 to 3.2.1dependabot/pip/sphinx-3.2.1dependabot-preview[bot]2020-08-171-1/+1
| |/ | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.2.0...v3.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
| * Bump sphinx from 3.1.2 to 3.2.0dependabot/pip/sphinx-3.2.0dependabot-preview[bot]2020-08-101-1/+1
| | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.1.2 to 3.2.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.1.2...v3.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
| * Bump sphinx from 3.0.4 to 3.1.2dependabot/pip/sphinx-3.1.2dependabot-preview[bot]2020-07-061-1/+1
| | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.4...v3.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | 2to3 whole sourcebaset0b32020-06-221-3/+3
|/ | | | Signed-off-by: t0b3 <thomas.bettler@gmail.com>
* Bump sphinx from 3.0.3 to 3.0.4dependabot/pip/sphinx-3.0.4dependabot-preview[bot]2020-06-011-1/+1
| | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.3...v3.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Adding docs for bnode_context arguments (#980)Mark Watts2020-05-311-1/+1
| | | | - Also making "py:obj" the default role for docs
* blacked container.py, tiny doctest fixNicholas Car2020-05-251-1/+1
|
* improved Container documentation and code style, added its elements to ↵Nicholas Car2020-05-252-11/+32
| | | | rdflib.__init__, refered to it in Sphinx docco
* blacked all python filesNicholas Car2020-05-161-7/+10
|
* Add SERVICE usage example to SPARQL intro pageDonny Winston2020-05-061-0/+29
|
* updated RDFlib logo image filesNicholas Car2020-05-055-1/+48
|
* Bump sphinx from 3.0.2 to 3.0.3dependabot/pip/sphinx-3.0.3dependabot-preview[bot]2020-04-271-1/+1
| | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.2...v3.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump sphinx from 2.4.4 to 3.0.2dependabot/pip/sphinx-3.0.2dependabot-preview[bot]2020-04-201-1/+1
| | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.4 to 3.0.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v2.4.4...v3.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* force sphinx version for readthedocs5.0.0Nicholas Car2020-04-181-1/+3
|
* upgrading required Sphinx for readthedocsNicholas Car2020-04-181-1/+1
|
* HTML doc logo fixNicholas Car2020-04-182-1/+4
|
* Merge pull request #1005 from RDFLib/issue_1003Nicholas Car2020-04-172-10/+5
|\ | | | | Issue 1003
* | DOC: Require n3pygmentsChris Markiewicz2020-04-161-0/+1
| |
* | DOC: Fix some warningsChris Markiewicz2020-04-164-4/+5
| |
* | DOC: Use new default option syntax, update intersphinx linkChris Markiewicz2020-04-161-2/+2
| |
* | MAINT: Indicate Sphinx dependenciesChris Markiewicz2020-04-161-0/+2
| |
* | DOC: Fix apidoc invocationChris Markiewicz2020-04-161-1/+3
| |
* | DOC: Remove old apidocsChris Markiewicz2020-04-1611-687/+2
| |
* | add sphinx.ext.apidoc for Issue #938Nicholas Car2020-04-161-0/+1
| |
* | Update copyright year in docs conf.pyNatanael Arndt2020-04-161-1/+1
| |
* | Merge pull request #1004 from RDFLib/improved_docco_styleNatanael Arndt2020-04-162-5/+10
|\ \ | | | | | | slightly improved styling, small index text changes
| * | slightly improved styling, small index text changesNicholas Car2020-04-162-5/+10
| |/
* | Merge branch 'master' into changelog_updateAshley Sommer2020-04-049-393/+7
|\ \ | |/
| * re-added empty sphinx reqs fileNicholas Car2020-04-031-0/+0
| |
| * removing some missing n3 Pygments lexer references (swapped with Turtle)Nicholas Car2020-04-0310-397/+8
| |
* | Remove pr 657 from list of changes in 5.0.0Ashley Sommer2020-04-041-2/+0
| |
* | Change version to 5.0.0rc1Ashley Sommer2020-04-042-97/+159
| | | | | | | | | | | | Finish docs in upgrade4to5 Add ISSUE or PR delineation to numbers against items in CHANGELOG Add some minor additions to docs
* | New 5.0.0 changelog generated from scriptAshley Sommer2020-03-291-2/+186
|/
* docco updates - all intro filesNicholas Car2020-03-2717-626/+258
|
* link for upgrade4to5 page, start of pageNicholas Car2020-03-192-1/+25
|
* added new logo to docs, change doc theme, rebuilt apidocs, altered index ↵Nicholas Car2020-03-1515-590/+582
| | | | page content (added links to repo, further help)
* method is `predicate_objects`, not `predicates_objects`bruno cuconato2019-07-091-1/+1
|
* Update index.rstNathan M2019-05-071-7/+7
| | | Cleaned up some typos and unclear language on the index page.
* 3.7 for travisGunnar Aastrand Grimnes2018-10-281-1/+1
|