Documentation for the technique module is finished

[linkstandalone]

I just finished the documentation for the technique module. While writing it I realized that there is no need to write:

sp.technique.Sweep()

it is enought to write:

sp.Sweep()

Although I like the idea of having simpler code, I think it is better to be explicit so I need to find how to fix it to force the user to include the module when calling any function. Also, it seems that I will have to break down the documentation in individual pages now, I was hoping the first version would be short but apparently it is not. I will try to do that as soon as possible. I am dreading it because I am writing the html code manually, I am not using a static website generator because I did not like the ones I saw. I want to keep it as simple as possible. I should write my own in Python or even Bash. I am also wondering if it is a good idea to upload the full webpage to GitHub so that if anyone is interested on helping me, they can. I was thinking on doing it anyway for the tutorials page that I have not added yet, with the idea that people can create their own but I guess it may be good to do it now. It could also help with the JavaScript code for Soft Potato online, I could even have people propose their own JS applications if they want to upload them. I guess I really need a static website generator so that I do not need to add the menu, styling, etc. for each new webpage. I will try to create my own. Oliver out.