WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=357019741faa09f5e102410ff8cbc0afba6159c9
commit 357019741faa09f5e102410ff8cbc0afba6159c9 Author: Gareth Halfacree <[email protected]> Date: Wed Dec 6 08:22:48 2017 -0800 Wiki page start.md changed with summary [] by Gareth Halfacree --- pages/develop/guides/start.md.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/develop/guides/start.md.txt b/pages/develop/guides/start.md.txt index 0a83f36ad..aab6ce4fc 100644 --- a/pages/develop/guides/start.md.txt +++ b/pages/develop/guides/start.md.txt @@ -13,17 +13,17 @@ The documentation in this section is split by language. At present, only C docum The documentation of EFL and its infrastructure is an ongoing effort, taking place alongside the roll-out of a new version of the application programming interface (API). The documentation in this section is verified as applicable to the new API, currently in beta; for guidance on the current API release consult the [Legacy Programming Guide](https://www.enlightenment.org/develop/legacy/program_guide/start). -### Eina Programming Guide ### +## Eina Programming Guide ## [The Eina Programming Guide](https://www.enlightenment.org/develop/guides/c/eina/start.md) provides a quick reference and code examples for the ``Eina`` library, which is designed to implement an API for data types in an efficient manner and which comes with tools for common tasks. -### Main Loop Programming Guide ### +## Main Loop Programming Guide ## [The Main Loop Programming Guide](https://www.enlightenment.org/develop/guides/c/core/main-loop.md) provides a reference to the internal EFL Main Loop, in which execution takes place, and the timers, monitors, idlers, and polling capabilities it offers. -### User Interface Sizing Programming Guide ### +## User Interface Sizing Programming Guide ## [The User Interface Sizing Programming Guide](https://www.enlightenment.org/develop/guides/c/ui/sizing.md) provides a reference to the controls offered by EFL for controlling the minimum and maximum size of a widget when default values are inappropriate. -### EFL C Porting Guide ### +## EFL C Porting Guide ## [The EFL C Porting Guide](https://www.enlightenment.org/develop/guides/c/porting-guide.md) is designed for developers looking to tranisation from the current EFL API to the beta release, known as the Unified API. This document is a work in progress. \ No newline at end of file --
