Commit bd72ffd3 authored by Jacob Kaufman's avatar Jacob Kaufman
Browse files

Updated documentation

parent 902bd80d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('../../CartoCosmos-1/jupyter/src'))
sys.path.append("/Users/jkaufy/Desktop/Pydocs/sphinx/Scripts")


extensions = [
+2.57 MiB
Loading image diff...
+2.57 MiB
Loading image diff...
+2.58 MiB
Loading image diff...
+3 −8
Original line number Diff line number Diff line
CartoCosmos: Interactive planetary maps in the Jupyter notebook
====================================================
===============================================================

.. toctree::
    :caption: Installation
@@ -13,15 +13,10 @@ CartoCosmos: Interactive planetary maps in the Jupyter notebook
    usage

.. toctree::
    :caption: Well-Known Text
    :caption: User Manual
    :maxdepth: 2

    api_reference/map
    api_reference/basemaps

.. toctree::
    :caption: Examples
    :maxdepth: 2
    manual

.. toctree::
    :caption: API
Loading