Tomás Girardi c31ea8b47a Rename "remove" to "destroy" and create alias
Rename the "remove" method to "destroy". For backward compaitbility,
create a property named "remove" that acts as an alias of "destroy".

Include unit test for the "alias behavior" (test uses sinon, so add it
to bower.json)

Issue: #1721
2015-12-23 12:49:04 -03:00
..
2015-01-11 12:17:32 +01:00
2015-09-20 16:42:21 +03:00
2015-09-20 16:42:21 +03:00
2013-08-02 14:48:18 -04:00
2013-08-02 14:48:18 -04:00
2015-11-19 19:55:34 +01:00
2015-12-09 01:09:26 +01:00

Documentation

Project documentation is built using Sphinx docs, which uses ReST for markup. This allows the docs to cover a vast amount of topics without using a thousand-line README file.

Sphinx docs is pip-installable via pip install sphinx. Once installed, open a command line in the docs folder and run the following commands:

$ sudo pip install -r requirements.txt

This will install the requirements needed for the generating the docs. Afterwards you can run:

$ make html

The docs will be generated, the output files will be placed in the _build/html/ directory, and can be browsed (locally) with any browser.

The docs can also be found online at http://bootstrap-datepicker.readthedocs.org/.