diff --git a/docs/marvin_cheatsheet.key b/docs/marvin_cheatsheet.key new file mode 100644 index 000000000..b0cac501f Binary files /dev/null and b/docs/marvin_cheatsheet.key differ diff --git a/docs/sphinx/_static/marvin_cheatsheet.pdf b/docs/sphinx/_static/marvin_cheatsheet.pdf new file mode 100644 index 000000000..93b99de6e Binary files /dev/null and b/docs/sphinx/_static/marvin_cheatsheet.pdf differ diff --git a/docs/sphinx/_static/marvin_cheatsheet.png b/docs/sphinx/_static/marvin_cheatsheet.png new file mode 100644 index 000000000..d0fda6f83 Binary files /dev/null and b/docs/sphinx/_static/marvin_cheatsheet.png differ diff --git a/docs/sphinx/cheatsheet.rst b/docs/sphinx/cheatsheet.rst new file mode 100644 index 000000000..3ea8189ab --- /dev/null +++ b/docs/sphinx/cheatsheet.rst @@ -0,0 +1,10 @@ +.. _marvin-cheatsheet: + + +Cheatsheet +========== + +.. image:: _static/marvin_cheatsheet.png + :target: _static/marvin_cheatsheet.pdf + +| diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 9faf623bc..fac9461ac 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -169,7 +169,8 @@ # an arbitrary url. 'navbar_links': [ ("Go to Marvin »", "https://sas.sdss.org/marvin2/", True), - ("Tutorials", "tutorials"), + ("Cheatsheet", "cheatsheet"), + # ("Tutorials", "tutorials"), ("New Issue", "https://github.com/sdss/marvin/issues/new", True) ], @@ -412,4 +413,3 @@ def patched_parse(self): # -- Use the custom css file in readthedocs -- def setup(app): app.add_stylesheet('custom.css') - diff --git a/docs/sphinx/index.rst b/docs/sphinx/index.rst index 93e9ff8b7..1d1cc2d43 100644 --- a/docs/sphinx/index.rst +++ b/docs/sphinx/index.rst @@ -47,6 +47,7 @@ Marvin at a Glance * :doc:`getting-started` * :doc:`tutorials` * :doc:`exercises` +* :doc:`cheatsheet` |