Commit 20ef6883 authored by Christine Kim's avatar Christine Kim
Browse files

Update repo urls

parent 66669f63
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ html_theme_options = {

    # Specify a base_url used to generate sitemap.xml. If not
    # specified, then no sitemap will be built.
    # 'base_url': 'https://github.com/USGS-Astrogeology/SpiceQL',
    # 'base_url': 'https://github.com/DOI-USGS/SpiceQL',

    # Set the color and the accent color
    'color_primary': '#000000',
@@ -92,7 +92,7 @@ html_theme_options = {
    'logo_icon': '&#xe87a',

    # Set the repo location to get a badge with stats
    'repo_url': 'https://github.com/USGS-Astrogeology/SpiceQL',
    'repo_url': 'https://github.com/DOI-USGS/SpiceQL',
    'repo_name': 'Project',

    # Visible levels of the global TOC; -1 means unlimited
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ Here are some resources:
* Useful glossary of terms: https://isis.astrogeology.usgs.gov/documents/Glossary/Glossary.html
* Kerneldbgen, used to create ISIS DB files, docs has useful descriptions of Kernel qualities: https://isis.astrogeology.usgs.gov/Application/presentation/Tabbed/kerneldbgen/kerneldbgen.html
* NAIF required reading on SPICE: https://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/req/index.html
* ISIS repo, for more general information, many wikis: https://github.com/USGS-Astrogeology/ISIS3/pulls?q=is%3Apr+is%3Aclosed
* ISIS repo, for more general information, many wikis: https://github.com/DOI-USGS/ISIS3/pulls?q=is%3Apr+is%3Aclosed

Creating New Mission Config Files
=================================
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ package:
  version: 0.0.1 # {{ environ.get("GIT_DESCRIBE_TAG", "") }}

source:
  git_url: https://github.com/USGS-Astrogeology/SpiceQL.git
  git_url: https://github.com/DOI-USGS/SpiceQL.git
build:
  string: {{ environ.get("GIT_DESCRIBE_HASH", "dev") }}