46cebfb33d
- Globally change 'Shipping' to 'Shipment' - shipment is a noun and thus a clearer name for an object. - Add definition of unidirectional to the top of the document. - Explain inversedBy and mappedBy the first time they are used. - Clarify some ownership and bidirectionality text. - Minor English and punctuation fixes.
Doctrine ORM Documentation
How to Generate:
Using Ubuntu 14.04 LTS:
- Run ./bin/install-dependencies.sh
- Run ./bin/generate-docs.sh
It will generate the documentation into the build directory of the checkout.
Theme issues
If you get a "Theme error", check if the en/_theme
subdirectory is empty,
in which case you will need to run:
- git submodule init
- git submodule update