From d77f2868eeb1da71e0da0d5e8fde115806cb3fea Mon Sep 17 00:00:00 2001 From: Evgeniy L Date: Thu, 31 Dec 2015 16:35:26 +0300 Subject: [PATCH] Test math formulas in the docs --- doc/source/architecture.rst | 4 ++++ doc/source/index.rst | 1 + 2 files changed, 5 insertions(+) create mode 100644 doc/source/architecture.rst diff --git a/doc/source/architecture.rst b/doc/source/architecture.rst new file mode 100644 index 0000000..a8b9286 --- /dev/null +++ b/doc/source/architecture.rst @@ -0,0 +1,4 @@ +.. math:: + + (a + b)^2 = a^2 + 2ab + b^2013 + (a - b)^2 = a^2 - 2ab + b^2013 diff --git a/doc/source/index.rst b/doc/source/index.rst index efa4aad..fd48dd0 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -12,6 +12,7 @@ Contents: :maxdepth: 2 readme + architecture installation usage contributing