diff --git a/doc/source/api/regolith.rst b/doc/source/api/regolith.rst index dcd089448..3930fa1e3 100644 --- a/doc/source/api/regolith.rst +++ b/doc/source/api/regolith.rst @@ -1,7 +1,8 @@ :tocdepth: -1 -regolith package +Regolith API ================ +For some of you who want to know the gritty details. .. automodule:: regolith :members: diff --git a/doc/source/conf.py b/doc/source/conf.py index 9cab83106..8d3fc0aff 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -75,7 +75,7 @@ # General information about the project. project = "regolith" -copyright = "2015, Anthony Scopatz, %Y, The Trustees of Columbia University in the City of New York" +copyright = "2015-2017 Anthony Scopatz, 2018-%Y The Trustees of Columbia University in the City of New York" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/doc/source/index.rst b/doc/source/index.rst index e929d43f2..ba0281820 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -700,7 +700,7 @@ For those who want to dive deeper into the library itself. .. toctree:: :maxdepth: 1 - api/index + api/regolith Regolith Commands