diff --git a/TODO b/TODO deleted file mode 100755 index 1e5e8ff..0000000 --- a/TODO +++ /dev/null @@ -1,6 +0,0 @@ -Things to do: -* Project logo - docs/_themes/rosa-theme/static/logo.png -* API documentation welcome - docs/doxygen-mainpage.dox -* Documentation index - docs/index.rst -* Fix clang-format rules - diff --git a/docs/Plan.rst b/docs/Plan.rst new file mode 100755 index 0000000..3e27fa1 --- /dev/null +++ b/docs/Plan.rst @@ -0,0 +1,15 @@ +=========== +Future Work +=========== + +.. contents:: + :local: + +TODO +==== + +* Project logo - `docs/_themes/rosa-theme/static/logo.png` +* API documentation welcome - `docs/doxygen-mainpage.dox` +* Documentation index - `docs/index.rst` +* Fix rules in `.clang-format` + diff --git a/docs/index.rst b/docs/index.rst index 4d9a4ee..bbb6745 100755 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,26 +1,30 @@ Overview ======== TODO Overview of RoSA... Documentation ============= .. toctree:: :hidden: Build Dev + Plan CommandGuide/index :doc:`Build` Discusses how to build RoSA. :doc:`Dev` Provides basic information for developers on how to use RoSA. +:doc:`Plan` + Plans on future work and possible ways to develop RoSA. + Indices and tables ================== * :ref:`genindex` * :ref:`search`