diff mbox

[4/4] docs: Remove incorrect command

Message ID 1443965700-25938-5-git-send-email-damien.lespiau@intel.com
State Accepted
Headers show

Commit Message

Damien Lespiau Oct. 4, 2015, 1:35 p.m. UTC
That one doesn't make sense and shouldn't be there.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 docs/development.rst | 1 -
 1 file changed, 1 deletion(-)

Comments

Stephen Finucane Nov. 12, 2015, 4:20 a.m. UTC | #1
On 04 Oct 14:35, Damien Lespiau wrote:
> That one doesn't make sense and shouldn't be there.
> 
> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
> ---
>  docs/development.rst | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/docs/development.rst b/docs/development.rst
> index e81f0fd..8bcd2e3 100644
> --- a/docs/development.rst
> +++ b/docs/development.rst
> @@ -64,7 +64,6 @@ environment there is no need to to install requirements again.
>  
>  ::
>  
> -    (django-1.8)$ ./manage.py --version 1.8
>      (django-1.8)$ ./manage.py runserver

This is actually a bug that pandoc appears to have introduced into your docs.
The '1.8' should be on the next line. Nonetheless, this is probably not
required so we might as well drop it. Merged into Markdown docs and

Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
  
>  Once finished, you can kill the server (``Ctrl`` + ``C``) and exit the
> -- 
> 2.1.0
> 
> _______________________________________________
> Patchwork mailing list
> Patchwork@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/patchwork
diff mbox

Patch

diff --git a/docs/development.rst b/docs/development.rst
index e81f0fd..8bcd2e3 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -64,7 +64,6 @@  environment there is no need to to install requirements again.
 
 ::
 
-    (django-1.8)$ ./manage.py --version 1.8
     (django-1.8)$ ./manage.py runserver
 
 Once finished, you can kill the server (``Ctrl`` + ``C``) and exit the