From 6b4ffe3263521ea72caf926b94839438710488cd Mon Sep 17 00:00:00 2001 From: "Moritz v. Looz" Date: Thu, 7 Jan 2021 10:22:21 +0100 Subject: [PATCH] added new methods to sphinx doc --- doc/sphinx/documentation/trajopt.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/sphinx/documentation/trajopt.rst b/doc/sphinx/documentation/trajopt.rst index aa353761..f3840c66 100644 --- a/doc/sphinx/documentation/trajopt.rst +++ b/doc/sphinx/documentation/trajopt.rst @@ -73,6 +73,8 @@ Detailed Documentation .. automethod:: pykep.trajopt.mga.plot(*args) + .. automethod:: pykep.trajopt.mga.get_eph_function(*args) + .. automethod:: pykep.trajopt.mga.plot_distance_and_flybys(*args) ------------ @@ -85,6 +87,8 @@ Detailed Documentation .. automethod:: pykep.trajopt.mga_1dsm.plot(*args) + .. automethod:: pykep.trajopt.mga.get_eph_function(*args) + .. automethod:: pykep.trajopt.mga_1dsm.plot_distance_and_flybys(*args) ------------