On 04 Oct 14:35, Damien Lespiau wrote: > That one doesn't make sense and shouldn't be there. > > Signed-off-by: Damien Lespiau <[email protected]> > --- > 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 <[email protected]> > Once finished, you can kill the server (``Ctrl`` + ``C``) and exit the > -- > 2.1.0 > > _______________________________________________ > Patchwork mailing list > [email protected] > https://lists.ozlabs.org/listinfo/patchwork _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
