From d2e93dcba69b5b663848f23a194c47e44ab18fab Mon Sep 17 00:00:00 2001 From: Eiyeron Fulmincendii Date: Wed, 6 Apr 2016 23:07:19 +0200 Subject: [PATCH 1/3] Added some infos on how to build the documentation. --- COMPILE | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/COMPILE b/COMPILE index 34244ed..574281d 100644 --- a/COMPILE +++ b/COMPILE @@ -77,3 +77,11 @@ for 64 bits systems VISUAL C++ USERS ......................................................... Open squirrel.dsw from the root project directory and build(dho!) + + +DOCUMENTATION GENERATION +......................................................... +To be able to compile the documentation, make sure that you have Python +installed and the packages sphinx and sphinx_rtd_theme. Browse into doc/ +and use either the Makefile for GCC-based platforms or make.bat for +Windows platforms. \ No newline at end of file From 558a4f4f3b50be17d9d928fdcd50f5d85cc5a5ad Mon Sep 17 00:00:00 2001 From: Eiyeron Fulmincendii Date: Wed, 6 Apr 2016 23:10:48 +0200 Subject: [PATCH 2/3] Small format fix --- COMPILE | 1 - 1 file changed, 1 deletion(-) diff --git a/COMPILE b/COMPILE index 574281d..4065032 100644 --- a/COMPILE +++ b/COMPILE @@ -78,7 +78,6 @@ VISUAL C++ USERS ......................................................... Open squirrel.dsw from the root project directory and build(dho!) - DOCUMENTATION GENERATION ......................................................... To be able to compile the documentation, make sure that you have Python From d9d0ebb4c06948758776d2d7c0715e80556c250e Mon Sep 17 00:00:00 2001 From: Eiyeron Fulmincendii Date: Wed, 6 Apr 2016 23:14:01 +0200 Subject: [PATCH 3/3] Small mistyping fixes --- doc/source/reference/index.rst | 2 +- doc/source/stdlib/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/reference/index.rst b/doc/source/reference/index.rst index 93d00c4..80b6c23 100644 --- a/doc/source/reference/index.rst +++ b/doc/source/reference/index.rst @@ -4,7 +4,7 @@ Squirrel 3.1 Reference Manual ################################# -Copyrigth (c) 2003-2016 Alberto Demichelis +Copyright (c) 2003-2016 Alberto Demichelis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/doc/source/stdlib/index.rst b/doc/source/stdlib/index.rst index 2cff85c..7137bdb 100644 --- a/doc/source/stdlib/index.rst +++ b/doc/source/stdlib/index.rst @@ -4,7 +4,7 @@ Squirrel Standard Library 3.1 ################################# -Copyrigth (c) 2003-2016 Alberto Demichelis +Copyright (c) 2003-2016 Alberto Demichelis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal