Skip to content

jrfnl/phpunit-documentation-english

 
 

Repository files navigation

Translations

Each translation of the documentation is maintained in a separate repository:

Adding a new translation

If you want to create a new translation, please open an issue in the issue tracker of the English documentation, stating which language you would like to translate. A repository will be created and added to the available translations.

Ideally, you would already have prepared a first version based on a fork or a copy of the English documentation, which will then be imported into the official repository.

Building the Documentation

Requirements

Building the HTML Documentation

To build the complete documentation run:

$ make html

Afterwards you will find the HTML files in build/html.

Proofreading Automation

Setup

$ pip install docutils-ast-writer
$ npm install

Usage

$ ./node_modules/.bin/textlint src

About

English Documentation for PHPUnit

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.9%
  • Makefile 42.1%