Skip to content

Restructured section and version removal #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 29, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions book/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ Still with us? Good, lets get in a bit deeper...
Get some data into the repository
---------------------------------

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

.. code-block:: xml

Expand Down Expand Up @@ -106,3 +106,7 @@ You may also use the PHPCR Shell to import data:
.. code-block:: bash

phpcrsh -pmyprofile -c "session:import-xml test.xml"

.. note::

The import feature is explored in the :doc:`import_export` chapter.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '2.1'
version = ''
# The full version, including alpha/beta/rc tags.
release = '2.1'
release = ''

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