From 4fc350f63742676816629a6ea0c41e99f6704cc4 Mon Sep 17 00:00:00 2001 From: David Halter Date: Tue, 5 Feb 2013 00:06:44 +0100 Subject: [PATCH] sphinx dev: make API documentation clearer --- docs/docs/development.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/development.rst b/docs/docs/development.rst index 691b49be..ba524449 100644 --- a/docs/docs/development.rst +++ b/docs/docs/development.rst @@ -68,11 +68,11 @@ Evaluation of python code (evaluate.py) API (api.py and api_classes.py) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The API has been designed to be as usable as possible. The documentation can be -found `here `_. The API itself contains little code that needs -to be mentioned here. Generally I'm trying to be conservative with the API. -I'd rather not add new API features if they are not necessary, because it's -much harder to deprecate stuff than to add it later. +The API has been designed to be as usable as possible. The API documentation +can be found `here `_. The API itself contains little code +that needs to be mentioned here. Generally I'm trying to be conservative with +the API. I'd rather not add new API features if they are not necessary, +because it's much harder to deprecate stuff than to add it later.