Skip to content

Commit 7ed0e48

Browse files
committed
Updates the version to a more realistic 0.1.0 since some features are going to be missing. Adds intro and the links to readthedocs documentation.
1 parent 2f66eb4 commit 7ed0e48

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

docs/source/index.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,28 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
Welcome to rdfpandas's documentation!
7-
=====================================
6+
RdfPandas
7+
=========
88

99
.. toctree::
1010
:maxdepth: 2
1111
:caption: Contents:
1212

1313
modules
14+
15+
Introduction
16+
============
17+
18+
RdfPandas is a module providing RDF support for Pandas. It consists of
19+
two simple functions for graph conversion, one is to create DataFrame from
20+
RDFLib Graph data, and another one to create Graph data from DataFrame.
21+
22+
The graph data can then be serialized using RDFLib serialize method on the
23+
graph.
24+
25+
For more details and the source code see https://github.com/cadmiumkitty/rdfpandas/
26+
27+
We run Semantic Web London meetup https://www.meetup.com/semantic-web-london/
1428

1529
Indices and tables
1630
==================

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='rdfpandas',
14-
version='1.0.0',
14+
version='0.1.0',
1515
description='RDF support for Pandas',
1616
long_description=readme,
1717
author='Eugene Morozov',

0 commit comments

Comments
 (0)