From b2b8284cfaa37ed8ba1c0db44da98e04643dee94 Mon Sep 17 00:00:00 2001
From: Alice <alice.poggioli@hotmail.fr>
Date: Thu, 7 May 2020 17:27:01 +0200
Subject: [PATCH] update

---
 .../import_documentation/how-to-use-sib-server.rst  | 13 ++++++-------
 source/import_documentation/install-sib-server.rst  |  1 +
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/source/import_documentation/how-to-use-sib-server.rst b/source/import_documentation/how-to-use-sib-server.rst
index 273d457..b950336 100644
--- a/source/import_documentation/how-to-use-sib-server.rst
+++ b/source/import_documentation/how-to-use-sib-server.rst
@@ -1,10 +1,10 @@
 How to use SiB server 
-#################### 
+####################
 
 Once we've `install you server <install-sib-server.html>`__, we now are going to see how to use you it.
 
 Django references
-..................
+------------------
 As SiB server is a DjangoLDP server, you'll need some parts of Django documentation : 
 
     * `The Django models documentation <https://docs.djangoproject.com/fr/2.2/topics/db/models/>`__
@@ -175,7 +175,7 @@ You could also only use this line in settings.py instead:
 
    ROOT_URLCONF = 'djangoldp.urls'
 
-3. Set up your application
+4. Set up your application
 ============================
 In the settings.py file, add your application name at the beginning of the application list, and add the following lines
 
@@ -203,7 +203,7 @@ In the settings.py file, add your application name at the beginning of the appli
  .. note:: 
    More documentation about context is coming soon
 
-4. Register your model in the Django administration
+5. Register your model in the Django administration
 ======================================================
 You can also register your model for the django administration site in admin.py.
 
@@ -214,10 +214,9 @@ You can also register your model for the django administration site in admin.py.
 
    admin.site.register(Todo)
 
-You then need to have your WSGI server pointing on
-   sibserver/sibserver/wsgi.py
+You then need to have your WSGI server pointing on sibserver/sibserver/wsgi.py
 
-5. Create a super user
+6. Create a super user
 ========================
 You will probably need to create a super user
 
diff --git a/source/import_documentation/install-sib-server.rst b/source/import_documentation/install-sib-server.rst
index fd644c0..178971f 100644
--- a/source/import_documentation/install-sib-server.rst
+++ b/source/import_documentation/install-sib-server.rst
@@ -50,6 +50,7 @@ Configure your LDP packages
 The configuration of the packages goes in packages.yml file in the ldppackages section. Those following ones are given as an example. Yours depend on what your app does.
 
 Here you have :
+
  * `a list of all the package available <https://git.startinblox.com/djangoldp-packages/>`___ 
  * `Explanation on how to make one <develop-sib-ldp-packages.html>`__
 
-- 
GitLab