Commit Graph

6 Commits

Author SHA1 Message Date
Amir E. Aharoni
53c02e3323 Update language adding doc
* Consistent examples.
* Instructions about installing dependencies for PHP.
2021-09-23 14:11:35 +03:00
Abijeet Patro
62f05a46f2 Remove indications / comments that we use CLDR data only (#103) 2020-05-26 10:49:56 +03:00
Abijeet Patro
7ab5e81cbd Add changelog and release schedule (#99)
Divide the changelog into - Language updates, PHP and Node.js section

PHP and Node.js changelog will list library related changes and will
reuse Language updates section.

Bug: T218639
Co-authored-by: Niklas Laxström <niklas.laxstrom@gmail.com>
2020-05-19 13:13:01 +03:00
Abijeet
badc475816 Change the build URLs to point to the Wikimedia repository 2020-05-18 12:54:59 +03:00
Abijeet
f342099b3c Rename class from LanguageData to LanguageUtil to have better namespacing
Update the documentation also
2020-05-15 10:26:11 +03:00
Abijeet
8b0ca32167 Move documentation to Read the Docs
Read the docs is used to host the documentation.
https://language-data.readthedocs.io/en/latest/

The following documentation has been moved,

* Introduction
* Using the PHP / Node.js libraries
* Adding new languages
* PHP API documentation

Updated the README.md to point to the new documentation.

Doxygen is used to pull out the PHPDoc comments into XML.
This is parsed via doxyphp2sphinx into Sphinx which is
then used by Read the docs to generate the documentation.

Read the docs has been configured to update the code documentation
under the docs/api folder automatically whenever a commit is made
so no manual work is needed.

Bug: T218639
2020-05-12 16:00:25 +03:00