So I was trying to find some documentation on Bootstrap.
What I expected was something like python’s official documentation, where there’s a tutorial available, several HOWTOs, and a reference-like structure where you can search for things and stuff.
But what I found was that the official documentation must be downloaded and compiled before it is accessed. It requires installation of packages and a less compiler. I had trouble understanding what I am supposed to do.
No python docs-like documentation where the whole thing is well explained.
Is it really supposed to be like this or what?