From 1de03eb82b8d1a2d635af24e0adf97180ea317d5 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Fri, 11 Mar 2016 14:43:29 +0100 Subject: [PATCH] Removed duplicated "User Guide" section --- guide/index.rst | 9 --------- guide/installation.rst | 41 ----------------------------------------- guide/map.rst.inc | 1 - index.rst | 12 ------------ 4 files changed, 63 deletions(-) delete mode 100644 guide/index.rst delete mode 100644 guide/installation.rst delete mode 100644 guide/map.rst.inc diff --git a/guide/index.rst b/guide/index.rst deleted file mode 100644 index c1b15e868ce..00000000000 --- a/guide/index.rst +++ /dev/null @@ -1,9 +0,0 @@ -The User Guide -============== - -.. toctree:: - :hidden: - - installation - -.. include:: /guide/map.rst.inc diff --git a/guide/installation.rst b/guide/installation.rst deleted file mode 100644 index fde0c99c062..00000000000 --- a/guide/installation.rst +++ /dev/null @@ -1,41 +0,0 @@ -.. index:: - single: Installation - -Installation -============ - -There are several ways to install Sylius. - -Either you're installing it to contribute, in which case you may prefer Sylius/Sylius, -or you're bootstrapping a new e-commerce project, and you'd prefer using Sylius/Sylius-Standard. - -.. warning:: - - Why two versions? The reason is simple: Sylius/Sylius is the central repository, where all code and commits are contributed to. - All the other repositories are splitted from this main repository. - - Sylius-Standard is just a distribution including these splitted repositories. - - -Using Composer --------------- - -We assume you're familiar with `Composer `_, a dependency manager for PHP. -Otherwise, check `how to install Composer `_. - -.. code-block:: bash - - $ composer create-project -s dev sylius/sylius # or sylius/sylius-standard - $ cd sylius # or sylius-standard - $ app/console sylius:install - - -Using Git ---------- - -.. code-block:: bash - - $ git clone git@github.com:Sylius/Sylius.git # or Sylius-Standard - $ cd Sylius # or Sylius-Standard - $ composer install - $ app/console sylius:install diff --git a/guide/map.rst.inc b/guide/map.rst.inc deleted file mode 100644 index c059266fb91..00000000000 --- a/guide/map.rst.inc +++ /dev/null @@ -1 +0,0 @@ -* :doc:`/guide/installation` diff --git a/index.rst b/index.rst index 475778cb862..d6be4bd8633 100644 --- a/index.rst +++ b/index.rst @@ -37,18 +37,6 @@ This chapter covers the REST API of Sylius platform. .. include:: /api/map.rst.inc -The User Guide --------------- - -The User's guide around the Sylius interface and configuration. - -.. toctree:: - :hidden: - - guide/index - -.. include:: /guide/map.rst.inc - Cookbook --------