Skip to content

Commit f2c64a1

Browse files
committed
Merge pull request #16 from phpcr/small_fixes
Restructured section and version removal
2 parents e3a6ad0 + 15808b0 commit f2c64a1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

book/getting_started.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Still with us? Good, lets get in a bit deeper...
7676
Get some data into the repository
7777
---------------------------------
7878

79-
We will discuss the import feature in more detail later, but to have some
80-
data now for the example, we just import something here. Create an XML file called `test.xml``:
79+
We will now use the PHPCR import feature to import some initial data into
80+
the repository. First create an XML file called `test.xml``:
8181

8282
.. code-block:: xml
8383
@@ -106,3 +106,7 @@ You may also use the PHPCR Shell to import data:
106106
.. code-block:: bash
107107
108108
phpcrsh -pmyprofile -c "session:import-xml test.xml"
109+
110+
.. note::
111+
112+
The import feature is explored in the :doc:`import_export` chapter.

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '2.1'
57+
version = ''
5858
# The full version, including alpha/beta/rc tags.
59-
release = '2.1'
59+
release = ''
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

0 commit comments

Comments
 (0)