Read the Docs build information Build id: 734642 Project: cyverse-foss Version: latest Commit: c2795b8736a2069705b8703b7a007c6ed66a0e51 Date: 2021-09-30T14:52:26.568974Z State: finished Success: True [rtd-command-info] start-time: 2021-09-30T14:52:28.151547Z, end-time: 2021-09-30T14:52:34.923475Z, duration: 6, exit-code: 0 git clone --no-single-branch --depth 50 git@github.com:CyVerse-learning-materials/foss.git . Cloning into '.'... Warning: Permanently added 'github.com,192.30.255.112' (RSA) to the list of known hosts. [rtd-command-info] start-time: 2021-09-30T14:52:35.051948Z, end-time: 2021-09-30T14:52:36.014911Z, duration: 0, exit-code: 0 git checkout --force origin/master Note: checking out 'origin/master'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at c2795b8 adding types and sources to breakout Q1 [rtd-command-info] start-time: 2021-09-30T14:52:36.140631Z, end-time: 2021-09-30T14:52:36.213357Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2021-09-30T14:52:37.430204Z, end-time: 2021-09-30T14:52:41.430865Z, duration: 4, exit-code: 0 python3.7 -mvirtualenv Using base prefix '/home/docs/.pyenv/versions/3.7.9' New python executable in /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/envs/latest/bin/python3.7 Also creating executable in /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/envs/latest/bin/python Installing setuptools, pip, wheel... done. [rtd-command-info] start-time: 2021-09-30T14:52:41.610499Z, end-time: 2021-09-30T14:52:42.783883Z, duration: 1, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/envs/latest/lib/python3.7/site-packages (21.2.4) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/envs/latest/lib/python3.7/site-packages (58.1.0) [rtd-command-info] start-time: 2021-09-30T14:52:42.888952Z, end-time: 2021-09-30T14:52:50.764411Z, duration: 7, exit-code: 0 python -m pip install --upgrade --no-cache-dir mock==1.0.1 pillow==5.4.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.8.1 recommonmark==0.5.0 sphinx<2 sphinx-rtd-theme<0.5 readthedocs-sphinx-ext<2.2 Collecting mock==1.0.1 Downloading mock-1.0.1.zip (861 kB) Collecting pillow==5.4.1 Downloading Pillow-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (2.0 MB) Collecting alabaster!=0.7.5,<0.8,>=0.7 Downloading alabaster-0.7.12-py2.py3-none-any.whl (14 kB) Collecting commonmark==0.8.1 Downloading commonmark-0.8.1-py2.py3-none-any.whl (47 kB) Collecting recommonmark==0.5.0 Downloading recommonmark-0.5.0-py2.py3-none-any.whl (9.8 kB) Collecting sphinx<2 Downloading Sphinx-1.8.5-py2.py3-none-any.whl (3.1 MB) Collecting sphinx-rtd-theme<0.5 Downloading sphinx_rtd_theme-0.4.3-py2.py3-none-any.whl (6.4 MB) Collecting readthedocs-sphinx-ext<2.2 Downloading readthedocs_sphinx_ext-2.1.4-py2.py3-none-any.whl (29 kB) Collecting future Downloading future-0.18.2.tar.gz (829 kB) Collecting docutils>=0.11 Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/envs/latest/lib/python3.7/site-packages (from sphinx<2) (58.1.0) Collecting packaging Downloading packaging-21.0-py3-none-any.whl (40 kB) Collecting snowballstemmer>=1.1 Downloading snowballstemmer-2.1.0-py2.py3-none-any.whl (93 kB) Collecting sphinxcontrib-websupport Downloading sphinxcontrib_websupport-1.2.4-py2.py3-none-any.whl (39 kB) Collecting imagesize Downloading imagesize-1.2.0-py2.py3-none-any.whl (4.8 kB) Collecting six>=1.5 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting requests>=2.0.0 Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) Collecting Jinja2>=2.3 Downloading Jinja2-3.0.1-py3-none-any.whl (133 kB) Collecting Pygments>=2.0 Downloading Pygments-2.10.0-py3-none-any.whl (1.0 MB) Collecting babel!=2.0,>=1.3 Downloading Babel-2.9.1-py2.py3-none-any.whl (8.8 MB) Collecting pytz>=2015.7 Downloading pytz-2021.1-py2.py3-none-any.whl (510 kB) Collecting MarkupSafe>=2.0 Downloading MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (31 kB) Collecting urllib3<1.27,>=1.21.1 Downloading urllib3-1.26.7-py2.py3-none-any.whl (138 kB) Collecting certifi>=2017.4.17 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) Collecting charset-normalizer~=2.0.0 Downloading charset_normalizer-2.0.6-py3-none-any.whl (37 kB) Collecting idna<4,>=2.5 Downloading idna-3.2-py3-none-any.whl (59 kB) Collecting pyparsing>=2.0.2 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Collecting sphinxcontrib-serializinghtml Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) Building wheels for collected packages: mock, future Building wheel for mock (setup.py): started Building wheel for mock (setup.py): finished with status 'done' Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23772 sha256=ff980be7a162d1a426bdc2aeffafcc650ba9de5bbaff4e497d2598cc70625052 Stored in directory: /tmp/pip-ephem-wheel-cache-rlek7os7/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1 Building wheel for future (setup.py): started Building wheel for future (setup.py): finished with status 'done' Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491070 sha256=fdcf85683939c1b8d72ce93dbb8a2eef322db6ec60f8f76217cdd94d50f6f077 Stored in directory: /tmp/pip-ephem-wheel-cache-rlek7os7/wheels/56/b0/fe/4410d17b32f1f0c3cf54cdfb2bc04d7b4b8f4ae377e2229ba0 Successfully built mock future Installing collected packages: urllib3, sphinxcontrib-serializinghtml, pytz, pyparsing, MarkupSafe, idna, charset-normalizer, certifi, sphinxcontrib-websupport, snowballstemmer, six, requests, Pygments, packaging, Jinja2, imagesize, future, docutils, babel, alabaster, sphinx, commonmark, sphinx-rtd-theme, recommonmark, readthedocs-sphinx-ext, pillow, mock Successfully installed Jinja2-3.0.1 MarkupSafe-2.0.1 Pygments-2.10.0 alabaster-0.7.12 babel-2.9.1 certifi-2021.5.30 charset-normalizer-2.0.6 commonmark-0.8.1 docutils-0.17.1 future-0.18.2 idna-3.2 imagesize-1.2.0 mock-1.0.1 packaging-21.0 pillow-5.4.1 pyparsing-2.4.7 pytz-2021.1 readthedocs-sphinx-ext-2.1.4 recommonmark-0.5.0 requests-2.26.0 six-1.16.0 snowballstemmer-2.1.0 sphinx-1.8.5 sphinx-rtd-theme-0.4.3 sphinxcontrib-serializinghtml-1.1.5 sphinxcontrib-websupport-1.2.4 urllib3-1.26.7 [rtd-command-info] start-time: 2021-09-30T14:52:51.966132Z, end-time: 2021-09-30T14:52:52.035131Z, duration: 0, exit-code: 0 cat conf.py #!/usr/bin/env python3 # Version 2.0, May 2020 # -*- coding: utf-8 -*- # # General information about the project. import sys import os sys.path.insert(0, os.path.dirname(__file__)) from misc.cyverse_sphinx_conf import * # noqa project = 'FOSS Fall 2021' copyright = '2021, CyVerse' author = 'CyVerse' version = '2.0' release = '2.0' epub_title = project epub_author = author epub_publisher = author epub_copyright = copyright html_theme_options = { "collapse_navigation" : False } ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/master/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # # Note: this file shouldn't rely on extra dependencies. import importlib import sys import os.path # Borrowed from six. PY3 = sys.version_info[0] == 3 string_types = str if PY3 else basestring from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix elif isinstance(source_suffix, (list, tuple)): # Sphinx >= 1.3 supports list/tuple to define multiple suffixes SUFFIX = source_suffix[0] elif isinstance(source_suffix, dict): # Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes SUFFIX = list(source_suffix.keys())[0] # make a ``list()`` for py2/py3 compatibility else: # default to .rst SUFFIX = '.rst' else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') # Add RTD Theme only if they aren't overriding it already using_rtd_theme = ( ( 'html_theme' in globals() and html_theme in ['default'] and # Allow people to bail with a hack of having an html_style 'html_style' not in globals() ) or 'html_theme' not in globals() ) if using_rtd_theme: theme = importlib.import_module('sphinx_rtd_theme') html_theme = 'sphinx_rtd_theme' html_style = None html_theme_options = {} if 'html_theme_path' in globals(): html_theme_path.append(theme.get_html_theme_path()) else: html_theme_path = [theme.get_html_theme_path()] if globals().get('websupport2_base_url', False): websupport2_base_url = 'https://readthedocs.com/websupport' websupport2_static_url = 'https://assets.readthedocs.com/' #Add project information to the template context. context = { 'using_theme': using_rtd_theme, 'html_theme': html_theme, 'current_version': "latest", 'version_slug': "latest", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'STATIC_URL': "https://assets.readthedocs.com/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'versions': [ ("latest", "/en/latest/"), ("foss-2021-spring", "/en/foss-2021-spring/"), ("foss-2020-spring", "/en/foss-2020-spring/"), ("foss-2020-fall", "/en/foss-2020-fall/"), ("foss-2019-spring", "/en/foss-2019-spring/"), ], 'downloads': [ ("html", "//learning.cyverse.org/_/downloads/foss/en/latest/htmlzip/"), ], 'subprojects': [ ], 'slug': 'cyverse-foss', 'name': u'foss', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': 'https://learning.cyverse.org/projects/foss/en/latest/', 'analytics_code': 'UA-72224033-6', 'single_version': False, 'conf_py_path': '/', 'api_host': 'https://readthedocs.com', 'github_user': 'CyVerse-learning-materials', 'proxied_api_host': '/_', 'github_repo': 'foss', 'github_version': 'master', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'master', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'master', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'ad_free': False, 'docsearch_disabled': False, 'user_analytics_code': 'UA-72224033-6', 'global_analytics_code': 'UA-17997319-2', 'commit': 'c2795b87', } # For sphinx >=1.8 we can use html_baseurl to set the canonical URL. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl if version_info >= (1, 8): if not globals().get('html_baseurl'): html_baseurl = context['canonical_url'] context['canonical_url'] = None if 'html_context' in globals(): html_context.update(context) else: html_context = context # Add custom RTD extension if 'extensions' in globals(): # Insert at the beginning because it can interfere # with other extensions. # See https://github.com/rtfd/readthedocs.org/pull/4054 extensions.insert(0, "readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] # Add External version warning banner to the external version documentation if 'branch' == 'external': extensions.insert(1, "readthedocs_ext.external_version_warning") readthedocs_vcs_url = 'None' readthedocs_build_url = 'https://readthedocs.com/projects/cyverse-foss/builds/734642/' project_language = 'en' # User's Sphinx configurations language_user = globals().get('language', None) latex_engine_user = globals().get('latex_engine', None) latex_elements_user = globals().get('latex_elements', None) # Remove this once xindy gets installed in Docker image and XINDYOPS # env variable is supported # https://github.com/rtfd/readthedocs-docker-images/pull/98 latex_use_xindy = False chinese = any([ language_user in ('zh_CN', 'zh_TW'), project_language in ('zh_CN', 'zh_TW'), ]) japanese = any([ language_user == 'ja', project_language == 'ja', ]) if chinese: latex_engine = latex_engine_user or 'xelatex' latex_elements_rtd = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } latex_elements = latex_elements_user or latex_elements_rtd elif japanese: latex_engine = latex_engine_user or 'platex' # Make sure our build directory is always excluded exclude_patterns = globals().get('exclude_patterns', []) exclude_patterns.extend(['_build']) [rtd-command-info] start-time: 2021-09-30T14:52:52.145976Z, end-time: 2021-09-30T14:53:00.572241Z, duration: 8, exit-code: 0 python -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html Running Sphinx v1.8.5 loading translations [en]... done making output directory... building [mo]: targets for 0 po files that are out of date building [html]: targets for 66 source files that are out of date updating environment: 66 added, 0 changed, 0 removed reading sources... [ 1%] .github/ISSUE_TEMPLATE/triage-for-2-0-release reading sources... [ 3%] 01_intro_open_sci reading sources... [ 4%] 02_project_management reading sources... [ 6%] 03_managing_data reading sources... [ 7%] 04_documentation_communication reading sources... [ 9%] 05_version_control reading sources... [ 10%] 06_repetition reading sources... [ 12%] 07_reproducibility reading sources... [ 13%] Containers/README reading sources... [ 15%] Containers/dockeradvanced reading sources... [ 16%] Containers/dockerhandson reading sources... [ 18%] Containers/dockerintro reading sources... [ 19%] Containers/dockeronatmo reading sources... [ 21%] Containers/introtocontainers reading sources... [ 22%] CyVerse/data_store reading sources... [ 24%] CyVerse/de reading sources... [ 25%] CyVerse/de-data-analysis reading sources... [ 27%] CyVerse/de-data-manage reading sources... [ 28%] CyVerse/intro_to_cyverse reading sources... [ 30%] CyVerse/tool_integration_app_building_DE reading sources... [ 31%] CyVerse/vice reading sources... [ 33%] CyVerse/workflow reading sources... [ 34%] Data_management/FAIR reading sources... [ 36%] Data_management/dmp reading sources... [ 37%] Data_management/dmtools reading sources... [ 39%] Data_management/overview reading sources... [ 40%] License reading sources... [ 42%] README reading sources... [ 43%] before/about_cyverse reading sources... [ 45%] before/installation reading sources... [ 46%] before/main reading sources... [ 48%] cloud_comput/atmo reading sources... [ 50%] cloud_comput/cyberinfrastructure reading sources... [ 51%] cloud_comput/intro reading sources... [ 53%] cloud_comput/xsede reading sources... [ 54%] code_of_conduct reading sources... [ 56%] documentation/githubpages reading sources... [ 57%] example_pipeline reading sources... [ 59%] faq reading sources... [ 60%] final_project/examples reading sources... [ 62%] final_project/overview reading sources... [ 63%] getting_started/colab_culture reading sources... [ 65%] getting_started/glossary reading sources... [ 66%] getting_started/goals reading sources... [ 68%] getting_started/instructors reading sources... [ 69%] getting_started/location reading sources... [ 71%] getting_started/open_sci_lab reading sources... [ 72%] getting_started/schedule reading sources... [ 74%] github_action/eht reading sources... [ 75%] index reading sources... [ 77%] index_old reading sources... [ 78%] pre_foss/index reading sources... [ 80%] pre_foss/installation reading sources... [ 81%] pre_foss/pre_foss_workshop reading sources... [ 83%] pre_foss/survey reading sources... [ 84%] reproducible_science/GitHub reading sources... [ 86%] reproducible_science/cicd reading sources... [ 87%] reproducible_science/communication reading sources... [ 89%] reproducible_science/intro reading sources... [ 90%] reproducible_science/websites reading sources... [ 92%] schedule reading sources... [ 93%] software_essentials/RStudio_Git reading sources... [ 95%] software_essentials/R_Studio reading sources... [ 96%] software_essentials/commandline reading sources... [ 98%] software_essentials/continuous_integration reading sources... [100%] software_essentials/linux /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/envs/latest/lib/python3.7/site-packages/recommonmark/parser.py:65: UserWarning: Container node skipped: type=document warn("Container node skipped: type={0}".format(mdnode.t)) /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/envs/latest/lib/python3.7/site-packages/sphinx/util/nodes.py:94: FutureWarning: The iterable returned by Node.traverse() will become an iterator instead of a list in Docutils > 0.16. for classifier in reversed(node.parent.traverse(nodes.classifier)): /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/.github/ISSUE_TEMPLATE/triage-for-2-0-release.md:0: WARNING: Document or section may not begin with a transition. cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/01_intro_open_sci.rst:185: WARNING: Title underline too short. `The CyVerse Learning Center `_ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/01_intro_open_sci.rst:185: WARNING: Title underline too short. `The CyVerse Learning Center `_ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/01_intro_open_sci.rst:267: WARNING: Duplicate substitution definition name: "Open Science Framework". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/02_project_management.rst:203: WARNING: Explicit markup ends without a blank line; unexpected unindent. cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/03_managing_data.rst:291: WARNING: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/03_managing_data.rst:582: WARNING: Duplicate substitution definition name: "lifecycle". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:7: WARNING: Title underline too short. Documentation and Communication ============================== /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:30: WARNING: Title underline too short. *Some things to remember* ---------------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:43: WARNING: Title underline too short. *ReadTheDocs* ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:43: WARNING: Title underline too short. *ReadTheDocs* ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:50: WARNING: Title underline too short. *Bookdown* ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:50: WARNING: Title underline too short. *Bookdown* ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:7: WARNING: Duplicate explicit target name: "github pages". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:56: WARNING: Title underline too short. *GitHub Pages* ~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:56: WARNING: Title underline too short. *GitHub Pages* ~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:112: WARNING: Title level inconsistent: Internal ******************************* /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:117: WARNING: Title level inconsistent: External ******************************* /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:125: WARNING: Title level inconsistent: Internal ******************************* /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:134: WARNING: Unknown directive type "remember". .. remember:: **SLACK** - Slack has `plenty of apps `_ for coordinating multiple services, i.e. Calendars, Github, GoogleDrive, Box, etc. - Slack is limiting unless you're willing to pay for the professional support. **Microsoft Teams** - Teams is used by many R1 research universities as part of their campus wide license agreement for Office 365 Business and Education. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:146: WARNING: Title underline too short. *Other popular alternatives* """""""""""""""""""""""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:145: WARNING: Title level inconsistent: *Other popular alternatives* """""""""""""""""""""""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:160: WARNING: Title underline too short. *Create a SLACK Workspace* ~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:160: WARNING: Title underline too short. *Create a SLACK Workspace* ~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:167: WARNING: Title level inconsistent: External ******************************* custom_urls.txt:39: WARNING: Document may not end with a transition. cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockeradvanced.rst:2: WARNING: Duplicate explicit target name: "docker hub". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockeradvanced.rst:449: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 3 supplied. .. code-block:: bash -v /home/username/your_data_folder:/data:ro /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockeradvanced.rst:578: WARNING: Error in "code-block" directive: 1 argument(s) required, 0 supplied. .. code-block:: $ docker inspect jupytertest /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockeradvanced.rst:417: WARNING: Unknown target name: "see here". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockerhandson.rst:35: WARNING: Explicit markup ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockerintro.rst:498: WARNING: Duplicate explicit target name: "dockerfile". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockerintro.rst:554: WARNING: Duplicate explicit target name: "build the image". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockerintro.rst:591: WARNING: Duplicate explicit target name: "run your image". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockerintro.rst:470: WARNING: Duplicate target name, cannot be used as a unique reference: "build the image". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockerintro.rst:471: WARNING: Duplicate target name, cannot be used as a unique reference: "run your image". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockeronatmo.rst:10: WARNING: Title underline too short. Launching a Docker app on Atmosphere --------------------------------- cyverse_rst_defined_substitutions.txt:36: WARNING: Document may not end with a transition. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: Containers/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: Containers/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/introtocontainers.rst:152: WARNING: Document may not end with a transition. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: Containers/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: Containers/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/data_store.rst:9: WARNING: Title underline too short. **Accessing Data Store** ------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/data_store.rst:47: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/data_store.rst:52: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/data_store.rst:136: WARNING: Explicit markup ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/data_store.rst:155: WARNING: Title underline too short. Additional Resources ================== /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/data_store.rst:155: WARNING: Title underline too short. Additional Resources ================== cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: CyVerse/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: CyVerse/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de.rst:10: WARNING: Title underline too short. **Discovery Environment** ------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de.rst:12: WARNING: Explicit markup ends without a blank line; unexpected unindent. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: CyVerse/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: CyVerse/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-analysis.rst:37: WARNING: Title level inconsistent: **Find an app by** `searching `_ """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-analysis.rst:40: WARNING: Title level inconsistent: **Browse by operation** """""""""""""""""""""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-analysis.rst:45: WARNING: Title level inconsistent: **Find apps by community** """""""""""""""""""""""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-analysis.rst:93: WARNING: Block quote ends without a blank line; unexpected unindent. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: CyVerse/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: CyVerse/img/homeicon.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-analysis.rst:112: WARNING: image file not readable: CyVerse/../img/de/DE_switch_view.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-analysis.rst:115: WARNING: image file not readable: CyVerse/../img/de/DE_apps_operation.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-analysis.rst:127: WARNING: image file not readable: CyVerse/../img/de/DE_communities.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-analysis.rst:124: WARNING: image file not readable: CyVerse/../img/de/DE_word_count.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-analysis.rst:109: WARNING: image file not readable: CyVerse/../img/de/DE_analyses.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-manage.rst:12: WARNING: Explicit markup ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-manage.rst:147: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-manage.rst:167: WARNING: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-manage.rst:232: WARNING: Duplicate substitution definition name: "DE_search". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: CyVerse/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: CyVerse/img/homeicon.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-manage.rst:212: WARNING: image file not readable: CyVerse/../img/de/DE_blank.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-manage.rst:214: WARNING: image file not readable: CyVerse/../img/de/DE_data_upload.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-manage.rst:216: WARNING: image file not readable: CyVerse/../img/de/DE_dots_menu.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-manage.rst:220: WARNING: image file not readable: CyVerse/../img/de/DE_metadata.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-manage.rst:232: WARNING: image file not readable: CyVerse/../img/de/DE_search.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/intro_to_cyverse.rst:188: WARNING: Title underline too short. `SciApps `_ ^^^^^^^ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/intro_to_cyverse.rst:188: WARNING: Title underline too short. `SciApps `_ ^^^^^^^ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/intro_to_cyverse.rst:219: WARNING: Title underline too short. `The CyVerse Learning Center `_ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/intro_to_cyverse.rst:219: WARNING: Title underline too short. `The CyVerse Learning Center `_ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: CyVerse/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: CyVerse/img/homeicon.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/intro_to_cyverse.rst:331: WARNING: image file not readable: CyVerse/../img/agave/ScienceAPIs_DkBlue.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/tool_integration_app_building_DE.rst:8: WARNING: Title underline too short. **Discovery Environment - Tools & Apps** ===================================== /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/tool_integration_app_building_DE.rst:83: WARNING: Missing matching underline for section title overline. ---- .. Comment: Place URLS Below This Line /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/tool_integration_app_building_DE.rst:120: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: CyVerse/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: CyVerse/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/vice.rst:10: WARNING: Title underline too short. **Discovery Environment - VICE** ======== /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/vice.rst:173: WARNING: At least one body element must separate transitions; adjacent transitions are not allowed. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: CyVerse/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: CyVerse/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/workflow.rst:10: WARNING: Title underline too short. **Creating Workflows** ------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/workflow.rst:12: WARNING: Explicit markup ends without a blank line; unexpected unindent. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: CyVerse/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: CyVerse/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Data_management/FAIR.rst:129: WARNING: Title underline too short. References and Resources ================= cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: Data_management/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: Data_management/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: Data_management/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: Data_management/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Data_management/dmtools.rst:9: WARNING: Title underline too short. **Data Management Tools** ---------------------- cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: Data_management/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: Data_management/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Data_management/overview.rst:308: WARNING: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Data_management/overview.rst:333: WARNING: Title underline too short. References and Resources ================= cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: Data_management/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: Data_management/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: before/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: before/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: before/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: before/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/before/main.rst:9: WARNING: Title underline too short. **Before FOSS Starts** ========== cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: before/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: before/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:21: WARNING: Title underline too short. **Virtual Machines on Atmosphere or Jetstream** ------------ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:65: WARNING: The "list-table" directive is empty; content required. .. list-table:: :header-rows: 1 /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:9: WARNING: Duplicate explicit target name: "image". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:110: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:418: WARNING: Title underline too short. **Hands On** ------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:418: WARNING: Title underline too short. **Hands On** ------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:518: WARNING: Duplicate substitution definition name: "CyVerse_logo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:522: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:381: WARNING: Document may not end with a transition. cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: cloud_comput/img/homeicon.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:511: WARNING: image file not readable: cloud_comput/../img/notebook_terminal.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:9: WARNING: Title underline too short. **Other Cyberinfrastructure Projects** ========================== /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:12: WARNING: Title underline too short. **National Groups** ---------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:25: WARNING: Title underline too short. **Domain Specific Cyberinfrastructures** ------------------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:25: WARNING: Title underline too short. **Domain Specific Cyberinfrastructures** ------------------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:39: WARNING: Title underline too short. **Funding Opportunities** ----------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:39: WARNING: Title underline too short. **Funding Opportunities** ----------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:42: WARNING: Title underline too short. **National Science Foundation** ~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:51: WARNING: Title underline too short. **National Institutes of Health** ~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:51: WARNING: Title underline too short. **National Institutes of Health** ~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:58: WARNING: Title underline too short. **Other US Federal** ~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:58: WARNING: Title underline too short. **Other US Federal** ~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:67: WARNING: Title underline too short. **Foundations** ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:67: WARNING: Title underline too short. **Foundations** ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:76: WARNING: Title underline too short. **Big 3** ~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:76: WARNING: Title underline too short. **Big 3** ~~~~~~ cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: cloud_comput/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: cloud_comput/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/intro.rst:10: WARNING: Title underline too short. **Introduction to Cloud Computing** =================== cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: cloud_comput/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: cloud_comput/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/xsede.rst:10: WARNING: Title underline too short. **Research Cyberinfrastructure associated with CyVerse** ========================== /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/xsede.rst:17: WARNING: Title underline too short. **XSEDE** -------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/xsede.rst:30: WARNING: Title underline too short. **Jetstream** ~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/xsede.rst:39: WARNING: Title underline too short. **TACC** ~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/xsede.rst:39: WARNING: Title underline too short. **TACC** ~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/xsede.rst:44: WARNING: Title underline too short. **Open Science Grid** ~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/xsede.rst:44: WARNING: Title underline too short. **Open Science Grid** ~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/xsede.rst:49: WARNING: Title underline too short. **CyVerse Powered By** ------------ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/xsede.rst:49: WARNING: Title underline too short. **CyVerse Powered By** ------------ cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: cloud_comput/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: cloud_comput/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: documentation/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: documentation/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/faq.rst:62: WARNING: Title underline too short. **Glossary & Acronyms** ^^^^^^^^^^^^ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/faq.rst:100: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/faq.rst:100: WARNING: Inline emphasis start-string without end-string. cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/colab_culture.rst:10: WARNING: Title underline too short. **Collaboration Culture and Roles** ----------------- cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: getting_started/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: getting_started/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/glossary.rst:9: WARNING: Title underline too short. **Glossary & Acronyms** ^^^^^^^^^^^^ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/glossary.rst:47: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/glossary.rst:47: WARNING: Inline emphasis start-string without end-string. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: getting_started/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: getting_started/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: getting_started/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: getting_started/img/homeicon.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/instructors.rst:1: WARNING: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'getting_started/cyverse_rst_defined_substitutions.txt'. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/instructors.rst:2: WARNING: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'getting_started/cyverse_rst_defined_substitutions.txt'. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/instructors.rst:38: WARNING: Title underline too short. **CyVerse Staff** --------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/instructors.rst:4: WARNING: Undefined substitution referenced: "CyVerse_logo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/instructors.rst:6: WARNING: Undefined substitution referenced: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/instructors.rst:4: WARNING: Unknown target name: "cyverse_logo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/instructors.rst:6: WARNING: Unknown target name: "home_icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/location.rst:9: WARNING: Title underline too short. **Location** ~~~~~~ cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: getting_started/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: getting_started/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/open_sci_lab.rst:10: WARNING: Title underline too short. **Open Science Introductory Activity** ----------------- cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: getting_started/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: getting_started/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: getting_started/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: getting_started/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/github_action/eht.rst:3: WARNING: Undefined substitution referenced: "CyVerse_logo2". cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: github_action/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/index.rst:7: WARNING: Title underline too short. Welcome to Foundational Open Science Skills! ----------------------- cyverse_rst_defined_substitutions.txt:55: WARNING: Document may not end with a transition. cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:5: WARNING: Duplicate substitution definition name: "Atmosphere". cyverse_rst_defined_substitutions.txt:9: WARNING: Duplicate substitution definition name: "Atmosphere Manual". cyverse_rst_defined_substitutions.txt:13: WARNING: Duplicate substitution definition name: "Atmosphere Guide". cyverse_rst_defined_substitutions.txt:17: WARNING: Duplicate substitution definition name: "BisQue". cyverse_rst_defined_substitutions.txt:21: WARNING: Duplicate substitution definition name: "BisQue Manual". cyverse_rst_defined_substitutions.txt:25: WARNING: Duplicate substitution definition name: "CyVerse User Portal". cyverse_rst_defined_substitutions.txt:29: WARNING: Duplicate substitution definition name: "CyVerse Learning Center". cyverse_rst_defined_substitutions.txt:33: WARNING: Duplicate substitution definition name: "CyVerse Wiki". cyverse_rst_defined_substitutions.txt:37: WARNING: Duplicate substitution definition name: "Data Store". cyverse_rst_defined_substitutions.txt:41: WARNING: Duplicate substitution definition name: "Data Store Manual". cyverse_rst_defined_substitutions.txt:45: WARNING: Duplicate substitution definition name: "Data Store Guide". cyverse_rst_defined_substitutions.txt:49: WARNING: Duplicate substitution definition name: "Discovery Environment". cyverse_rst_defined_substitutions.txt:53: WARNING: Duplicate substitution definition name: "DE Manual". cyverse_rst_defined_substitutions.txt:57: WARNING: Duplicate substitution definition name: "Discovery Environment Guide". cyverse_rst_defined_substitutions.txt:61: WARNING: Duplicate substitution definition name: "DNA Subway". cyverse_rst_defined_substitutions.txt:65: WARNING: Duplicate substitution definition name: "DNA Subway Manual". cyverse_rst_defined_substitutions.txt:69: WARNING: Duplicate substitution definition name: "DNA Subway Guide". cyverse_rst_defined_substitutions.txt:74: WARNING: Duplicate substitution definition name: "SciApps". cyverse_rst_defined_substitutions.txt:78: WARNING: Duplicate substitution definition name: "SciApps Manual". cyverse_rst_defined_substitutions.txt:82: WARNING: Duplicate substitution definition name: "SciApps Guide". cyverse_rst_defined_substitutions.txt:86: WARNING: Duplicate substitution definition name: "Terrain DE API Docs". cyverse_rst_defined_substitutions.txt:90: WARNING: Duplicate substitution definition name: "Tapis TACC API". cyverse_rst_defined_substitutions.txt:100: WARNING: Duplicate substitution definition name: "Ask CyVerse". cyverse_rst_defined_substitutions.txt:104: WARNING: Duplicate substitution definition name: "Agave Guide". cyverse_rst_defined_substitutions.txt:108: WARNING: Duplicate substitution definition name: "Agave API". cyverse_rst_defined_substitutions.txt:112: WARNING: Duplicate substitution definition name: "Agave Live Docs". cyverse_rst_defined_substitutions.txt:116: WARNING: Duplicate substitution definition name: "BisQue Guide". cyverse_rst_defined_substitutions.txt:120: WARNING: Duplicate substitution definition name: "Data Commons". cyverse_rst_defined_substitutions.txt:127: WARNING: Duplicate substitution definition name: "CyVerse_logo". cyverse_rst_defined_substitutions.txt:132: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:138: WARNING: Duplicate substitution definition name: "Intercom". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:148: WARNING: Duplicate substitution definition name: "Home_Icon2". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/index_old.rst:45: WARNING: toctree contains reference to nonexisting document 'getting_started/code_of_conduct' /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/index_old.rst:162: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:1: WARNING: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'pre_foss/cyverse_rst_defined_substitutions.txt'. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:2: WARNING: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'pre_foss/custom_urls.txt'. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:4: WARNING: Undefined substitution referenced: "CyVerse_logo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:6: WARNING: Undefined substitution referenced: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:110: WARNING: Undefined substitution referenced: "CyVerse Learning Center". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:112: WARNING: Undefined substitution referenced: "Intercom". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:120: WARNING: Undefined substitution referenced: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:4: WARNING: Unknown target name: "cyverse_logo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:6: WARNING: Unknown target name: "home_icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:120: WARNING: Unknown target name: "home_icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:1: WARNING: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'pre_foss/cyverse_rst_defined_substitutions.txt'. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:2: WARNING: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'pre_foss/custom_urls.txt'. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:4: WARNING: Undefined substitution referenced: "CyVerse_logo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:6: WARNING: Undefined substitution referenced: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:110: WARNING: Undefined substitution referenced: "CyVerse Learning Center". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:112: WARNING: Undefined substitution referenced: "Intercom". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:120: WARNING: Undefined substitution referenced: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:4: WARNING: Unknown target name: "cyverse_logo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:6: WARNING: Unknown target name: "home_icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:120: WARNING: Unknown target name: "home_icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:1: WARNING: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'pre_foss/cyverse_rst_defined_substitutions.txt'. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:2: WARNING: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'pre_foss/custom_urls.txt'. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:4: WARNING: Undefined substitution referenced: "CyVerse_logo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:6: WARNING: Undefined substitution referenced: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:110: WARNING: Undefined substitution referenced: "CyVerse Learning Center". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:112: WARNING: Undefined substitution referenced: "Intercom". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:120: WARNING: Undefined substitution referenced: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:4: WARNING: Unknown target name: "cyverse_logo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:6: WARNING: Unknown target name: "home_icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:120: WARNING: Unknown target name: "home_icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/GitHub.rst:34: WARNING: Unknown directive type "Goals". .. Goals:: - Feel comfortable using the GitHub environment - Integrate at least one repository onto GitHub /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/GitHub.rst:40: WARNING: Unknown directive type "Prerequisites". .. Prerequisites:: In order to complete this exercise you should have already installed ``git`` for the command line (`instructions `_) & created an account on the `GitHub `_ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/GitHub.rst:194: WARNING: Unknown directive type "Exercise". .. Exercise:: Create a new issue and relate it back to the issue you just created. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/GitHub.rst:207: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/GitHub.rst:351: WARNING: Unknown directive type "Definitions". .. Definitions:: **Git** - tool for version control. **GitHub** - hosted server that is also interactive. **repo** - short for repository; GitHub lets you create a remote repository online. **local** - on your personal computer. **clone** - copy of a repository that lives locally on your computer. Pushing changes will affect the repository online. **fetch** - getting latest changes to the repository on your local computer. **branch** - parallel to the master branch; allows you to make changes without affecting the master branch. Changes made on a branch can be merged back to the master. **fork** - copy of someone else's repository stored locally on your account. From forks, you can make pull requests to the master branch. **upstream** - primary or master branch of original repository. **downstream** - branch or fork of repository. **untracked** - changes made locally but not yet commited or pushed to the online repo. **staged** - item added to the repo. **commit** - finalize a change. **push** - add changes back to the remote repository. **merge** - takes changes from a branch or fork and applies them to the master. **pull request** - proposed changes to/within a repository. **issue** - suggestions or tasks needed for the repository. Allows you to track decisions, bugs with the repository, etc. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/GitHub.rst:434: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/GitHub.rst:412: WARNING: Error parsing content block for the "list-table" directive: two-level bullet list expected, but row 7 does not contain a second-level bullet list. .. list-table:: :header-rows: 1 * - Basic Snapshots - Command - Description * - - ``git status`` - Check status of the repository * - - ``git add [file-name.txt]`` - Add a file to "the staging area" * - - ``git add -A`` - Add all new and changed files to "the staging area" * - - ``git commit -m "[brief commit message]"`` - Commit changes to "the staging area" * - - ``git rm -r [file-name.txt]`` - Remove a file (or folder) * - -`git push` - Push changes to remote repository (remembered branch) /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/GitHub.rst:359: WARNING: Document may not end with a transition. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: reproducible_science/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: reproducible_science/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:9: WARNING: Title underline too short. **CI/CD** ====== /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:30: WARNING: Title underline too short. **Continuous Development** ~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:44: WARNING: Title underline too short. **Waterfall** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:44: WARNING: Title underline too short. **Waterfall** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:54: WARNING: Title underline too short. **Continuous Integration** ~~~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:54: WARNING: Title underline too short. **Continuous Integration** ~~~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:71: WARNING: Title underline too short. **When to use CI?** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:78: WARNING: Title underline too short. **Travis CI** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:78: WARNING: Title underline too short. **Travis CI** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:83: WARNING: Title underline too short. **Circle CI** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:83: WARNING: Title underline too short. **Circle CI** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:9: WARNING: Duplicate explicit target name: "setup". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:88: WARNING: Title underline too short. **Jenkins** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:88: WARNING: Title underline too short. **Jenkins** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:9: WARNING: Duplicate explicit target name: "setup". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:95: WARNING: Title underline too short. **GitHub Actions** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:95: WARNING: Title underline too short. **GitHub Actions** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:100: WARNING: Title underline too short. **Badges** ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:100: WARNING: Title underline too short. **Badges** ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:107: WARNING: Title underline too short. *Different Badge Styles* --------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:106: WARNING: Title level inconsistent: *Different Badge Styles* --------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:135: WARNING: Title underline too short. **Self paced** ~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:135: WARNING: Title underline too short. **Self paced** ~~~~~~~~~~ cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: reproducible_science/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: reproducible_science/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/communication.rst:22: WARNING: Unknown directive type "remember". .. remember:: **SLACK** - Slack has `plenty of apps `_ for coordinating multiple services, i.e. Calendars, Github, GoogleDrive, Box, etc. - Slack is limiting unless you're willing to pay for the professional support. **Microsoft Teams** - Teams is used by many R1 research universities as part of their campus wide license agreement for Office 365 Business and Education. **Gitter** - Native integration with Github or Gitlab - Uses your GitHub username or Twitter handle for all Gitters you're a part of /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/communication.rst:39: WARNING: Title underline too short. *Other popular alternatives* """""""""""""""""""""""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/communication.rst:53: WARNING: Title underline too short. *Create a SLACK Workspace* ~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/communication.rst:61: WARNING: Title underline too short. *Create a Gitter* ~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/communication.rst:61: WARNING: Title underline too short. *Create a Gitter* ~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/communication.rst:66: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/communication.rst:77: WARNING: Title underline too short. **External** ---------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/communication.rst:77: WARNING: Title underline too short. **External** ---------- cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: reproducible_science/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: reproducible_science/img/homeicon.png cyverse_rst_defined_substitutions.txt:138: WARNING: image file not readable: reproducible_science/img/intercom.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:102: WARNING: Document may not end with a transition. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: reproducible_science/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: reproducible_science/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/websites.rst:24: WARNING: Title underline too short. *Some things to remember* ---------------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/websites.rst:37: WARNING: Title underline too short. *ReadTheDocs* ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/websites.rst:37: WARNING: Title underline too short. *ReadTheDocs* ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/websites.rst:44: WARNING: Title underline too short. *Bookdown* ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/websites.rst:44: WARNING: Title underline too short. *Bookdown* ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/websites.rst:9: WARNING: Duplicate explicit target name: "github pages". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/websites.rst:50: WARNING: Title underline too short. *GitHub Pages* ~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/websites.rst:50: WARNING: Title underline too short. *GitHub Pages* ~~~~~~~~~~~~~ cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: reproducible_science/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: reproducible_science/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:36: WARNING: Title underline too short. *R Markdown* ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:36: WARNING: Title underline too short. *R Markdown* ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:44: WARNING: Error in "code" directive: maximum 1 argument(s) allowed, 3 supplied. .. code:: R ```{R, echo=FALSE} ``` ```{bash, echo=FALSE} ``` ```{python, echo=FALSE} ``` 4. Run the code block /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:57: WARNING: Title underline too short. *Workflow R* ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:57: WARNING: Title underline too short. *Workflow R* ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:65: WARNING: Error in "code" directive: maximum 1 argument(s) allowed, 2 supplied. .. code:: install.package(c("workflowr","drake"), dependencies=TRUE) /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:86: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:78: WARNING: Undefined substitution referenced: "CyverseLogo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:78: WARNING: Undefined substitution referenced: "LearningCenter". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:78: WARNING: Unknown target name: "cyverselogo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:78: WARNING: Unknown target name: "learningcenter". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: software_essentials/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: software_essentials/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:26: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 9 supplied. .. code-block:: R setwd(path) getwd() #see what working directory you're in /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:35: WARNING: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:39: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:117: WARNING: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:176: WARNING: Unknown directive type "code-blocl". .. code-blocl:: R #both do the same thing: require("package") #loads dependencies; will give a warning if it is in conflict with another package (e.g., masks) #can overwrite masked functions using "::" (e.g., package::function) library("package") #will give an error if in conflict with other packages or has missing dependencies /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:214: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 2 supplied. .. code-block:: R as.character() /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:220: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 2 supplied. .. code-block:: R as.numeric() /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:226: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 2 supplied. .. code-block:: R as.integer() /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:231: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 6 supplied. .. code-block:: R as.factor() #creates groupings within dataset /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:306: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 6 supplied. .. code-block:: R d <- c(d, "a) str(d) /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:334: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 9 supplied. .. code-block:: R hi <- data.frame(numbers = 1:26, letters, c("hey", "you")) /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:340: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 9 supplied. .. code-block:: R hola <- data.frame(1:26, letters, words = "hey", "you") /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:360: WARNING: Unknown directive type "code-black". .. code-black:: R hello[1:5, 2] hello$letters[1:5] /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:451: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 8 supplied. .. code-block:: R p <- subset(cats, cats$weight <= 3) p q <- cats[cats$weight <= 3,] q cats$likes_string == 1 cats[cats$likes_string == TRUE,] cats[c(1,3),] cats[colnames(cats) == "weight"] cats[cats$weight >= 2 & cats$weight <= 5] cats[cats$likes_string != 0,] #not equal to cats[!(is.na(cats$weight))] #is not /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:490: WARNING: Missing matching underline for section title overline. -------------- **Fix or improve this documentation:** - On Github: |Github Repo Link| /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:494: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:496: WARNING: Error in "image" directive: no content permitted. image:: ../img/rstudio.png :width: 750 .. |Github Repo Link| raw:: html Github Repo Link /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:496: WARNING: Substitution definition "R Console" empty or invalid. .. |R Console| image:: ../img/rstudio.png :width: 750 .. |Github Repo Link| raw:: html Github Repo Link /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:55: WARNING: Undefined substitution referenced: "R Console". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: software_essentials/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: software_essentials/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/commandline.rst:253: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/commandline.rst:355: WARNING: Missing matching underline for section title overline. ------------- **Fix or improve this documentation:** /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/commandline.rst:360: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/commandline.rst:79: WARNING: Document may not end with a transition. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: software_essentials/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: software_essentials/img/homeicon.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/commandline.rst:386: WARNING: image file not readable: software_essentials/../img/jupyter_dark_theme.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:10: WARNING: Title underline too short. **Continuous Integration** ====================== /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:29: WARNING: Title underline too short. **Travis CI** ~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:34: WARNING: Title underline too short. **Circle CI** ~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:34: WARNING: Title underline too short. **Circle CI** ~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:10: WARNING: Duplicate explicit target name: "setup". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:39: WARNING: Title underline too short. **Jenkins** ~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:39: WARNING: Title underline too short. **Jenkins** ~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:10: WARNING: Duplicate explicit target name: "setup". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:46: WARNING: Title underline too short. **GitHub Actions** ~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:46: WARNING: Title underline too short. **GitHub Actions** ~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:52: WARNING: Title underline too short. **Badges** ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:52: WARNING: Title underline too short. **Badges** ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:59: WARNING: Title underline too short. *Different Badge Styles* --------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:87: WARNING: Title underline too short. **Self paced** ~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:87: WARNING: Title underline too short. **Self paced** ~~~~~~~~~~ cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: software_essentials/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: software_essentials/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:9: WARNING: Title underline too short. **Basics of Linux** ================== /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:18: WARNING: Title underline too short. *Common Linux Operating Systems* -------------------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:32: WARNING: Title underline too short. *Installing Linux* ----------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:32: WARNING: Title underline too short. *Installing Linux* ----------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:35: WARNING: Title underline too short. *Desktop-based Distributions* ~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:9: WARNING: Duplicate explicit target name: "ubuntu". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:9: WARNING: Duplicate explicit target name: "debian". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:43: WARNING: Title underline too short. *Windows Subsystem for Linux* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:43: WARNING: Title underline too short. *Windows Subsystem for Linux* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:48: WARNING: Title underline too short. *Windows Linux Dual boot* ~~~~~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:48: WARNING: Title underline too short. *Windows Linux Dual boot* ~~~~~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:9: WARNING: Duplicate explicit target name: "ubuntu". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:9: WARNING: Duplicate explicit target name: "mint". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:56: WARNING: Title underline too short. *Package Managers* ~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:56: WARNING: Title underline too short. *Package Managers* ~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:63: WARNING: Title underline too short. *Self Paced* ---------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:63: WARNING: Title underline too short. *Self Paced* ---------- cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: software_essentials/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: software_essentials/img/homeicon.png looking for now-outdated files... none found pickling environment... done checking consistency... /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/.github/ISSUE_TEMPLATE/triage-for-2-0-release.md: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/README.md: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockerhandson.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/workflow.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/License.md: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/README.md: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/before/about_cyverse.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/before/main.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/example_pipeline.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/colab_culture.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/instructors.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/location.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/github_action/eht.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/index_old.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst: WARNING: document isn't included in any toctree done preparing documents... done writing output... [ 1%] .github/ISSUE_TEMPLATE/triage-for-2-0-release writing output... [ 3%] 01_intro_open_sci writing output... [ 4%] 02_project_management writing output... [ 6%] 03_managing_data writing output... [ 7%] 04_documentation_communication writing output... [ 9%] 05_version_control writing output... [ 10%] 06_repetition writing output... [ 12%] 07_reproducibility writing output... [ 13%] Containers/README writing output... [ 15%] Containers/dockeradvanced writing output... [ 16%] Containers/dockerhandson writing output... [ 18%] Containers/dockerintro writing output... [ 19%] Containers/dockeronatmo writing output... [ 21%] Containers/introtocontainers writing output... [ 22%] CyVerse/data_store writing output... [ 24%] CyVerse/de writing output... [ 25%] CyVerse/de-data-analysis writing output... [ 27%] CyVerse/de-data-manage writing output... [ 28%] CyVerse/intro_to_cyverse writing output... [ 30%] CyVerse/tool_integration_app_building_DE writing output... [ 31%] CyVerse/vice writing output... [ 33%] CyVerse/workflow writing output... [ 34%] Data_management/FAIR writing output... [ 36%] Data_management/dmp writing output... [ 37%] Data_management/dmtools writing output... [ 39%] Data_management/overview writing output... [ 40%] License writing output... [ 42%] README writing output... [ 43%] before/about_cyverse writing output... [ 45%] before/installation writing output... [ 46%] before/main writing output... [ 48%] cloud_comput/atmo writing output... [ 50%] cloud_comput/cyberinfrastructure writing output... [ 51%] cloud_comput/intro writing output... [ 53%] cloud_comput/xsede writing output... [ 54%] code_of_conduct writing output... [ 56%] documentation/githubpages writing output... [ 57%] example_pipeline writing output... [ 59%] faq writing output... [ 60%] final_project/examples writing output... [ 62%] final_project/overview writing output... [ 63%] getting_started/colab_culture writing output... [ 65%] getting_started/glossary writing output... [ 66%] getting_started/goals writing output... [ 68%] getting_started/instructors writing output... [ 69%] getting_started/location writing output... [ 71%] getting_started/open_sci_lab writing output... [ 72%] getting_started/schedule writing output... [ 74%] github_action/eht writing output... [ 75%] index writing output... [ 77%] index_old writing output... [ 78%] pre_foss/index writing output... [ 80%] pre_foss/installation writing output... [ 81%] pre_foss/pre_foss_workshop writing output... [ 83%] pre_foss/survey writing output... [ 84%] reproducible_science/GitHub writing output... [ 86%] reproducible_science/cicd writing output... [ 87%] reproducible_science/communication writing output... [ 89%] reproducible_science/intro writing output... [ 90%] reproducible_science/websites writing output... [ 92%] schedule writing output... [ 93%] software_essentials/RStudio_Git writing output... [ 95%] software_essentials/R_Studio writing output... [ 96%] software_essentials/commandline writing output... [ 98%] software_essentials/continuous_integration writing output... [100%] software_essentials/linux generating indices... genindex/home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/github_action/eht.rst:124: WARNING: Could not lex literal_block as "C". Highlighting skipped. writing additional pages... search copying images... [ 0%] img/cyverse_learning.png copying images... [ 1%] img/open_science_components.png copying images... [ 2%] img/five_schools.png copying images... [ 3%] img/layercake.png copying images... [ 4%] img/data_store/datastore-icon.png copying images... [ 5%] img/de/de-icon.png copying images... [ 6%] img/atmosphere/atmosphere-icon.png copying images... [ 7%] img/DataCommons_DrkBlue.png copying images... [ 8%] img/Learningcenter_DkBlue.png copying images... [ 9%] img/intercomlogo.png copying images... [ 10%] img/organizing_searching_tradeoff.png copying images... [ 11%] img/data_life_cycle.png copying images... [ 12%] img/journal.pcbi.1006750.g002.png copying images... [ 13%] Containers/../img/docker_image.png copying images... [ 14%] Containers/../img/private_registry.png copying images... [ 15%] Containers/../img/dockerhub_create.png copying images... [ 16%] Containers/../img/dockerhub_createrepo.png copying images... [ 17%] Containers/../img/dockerhub_buildsettings.png copying images... [ 18%] Containers/../img/dockerhub_autobuild.png copying images... [ 19%] Containers/../img/create_repo.png copying images... [ 20%] Containers/../img/create_repo2.png copying images... [ 20%] Containers/../img/dockerhub_autobuilds.png copying images... [ 21%] Containers/../img/auto_build-2.1.png copying images... [ 22%] Containers/../img/auto_build-5.png copying images... [ 23%] Containers/../img/auto_build-6.png copying images... [ 24%] Containers/../img/auto_build-7.png copying images... [ 25%] Containers/../img/volumes.png copying images... [ 26%] Containers/../img/bind_mount.png copying images... [ 27%] Containers/../img/tmpfs.png copying images... [ 28%] Containers/../img/dc-1.png copying images... [ 29%] Containers/../img/fastqe.png copying images... [ 30%] Containers/../img/jn_login.png copying images... [ 31%] Containers/../img/jn_galaxy.png copying images... [ 32%] Containers/../img/docker.png copying images... [ 33%] Containers/../img/portainer_demo.png copying images... [ 34%] Containers/../img/pwd.png copying images... [ 35%] Containers/../img/singularity.png copying images... [ 36%] Containers/../img/kubernetes.png copying images... [ 37%] Containers/../img/containers1.png copying images... [ 38%] Containers/../img/biocontainers5a.png copying images... [ 39%] Containers/../img/biocontainers13.png copying images... [ 40%] Containers/../img/biocontainers3.png copying images... [ 40%] Containers/../img/biocontainers8.png copying images... [ 41%] Containers/../img/biocontainers11.png copying images... [ 42%] Containers/../img/biocontainers6.png copying images... [ 43%] Containers/../img/biocontainers1.png copying images... [ 44%] Containers/../img/biocontainers2.png copying images... [ 45%] Containers/../img/biocontainers12.png copying images... [ 46%] CyVerse/../img/data_store/datastore-icon.png copying images... [ 47%] CyVerse/../img/de/de-icon.png copying images... [ 48%] CyVerse/../img/de2_datastore1.png copying images... [ 49%] CyVerse/../img/de2_datastore2.png copying images... [ 50%] CyVerse/../img/de2_datastore3.png copying images... [ 51%] CyVerse/../img/de2_datastore4.png copying images... [ 52%] CyVerse/../img/foss_folder_de2.png copying images... [ 53%] CyVerse/../img/foss_folder_contents_de2.png copying images... [ 54%] CyVerse/../img/spring-2021_contents.png copying images... [ 55%] CyVerse/../img/spring_day_contents.png copying images... [ 56%] CyVerse/../img/evolutionofcyverse.png copying images... [ 57%] CyVerse/../img/layercake.png copying images... [ 58%] CyVerse/../img/atmosphere/atmosphere-icon.png copying images... [ 59%] CyVerse/../img/bisque/bisque-icon.png copying images... [ 60%] CyVerse/../img/dna_subway/dnasubway-icon.png copying images... [ 60%] CyVerse/../img/DataCommons_DrkBlue.png copying images... [ 61%] CyVerse/../img/PoweredbyCyverse_LogoSquare.png copying images... [ 62%] CyVerse/../img/Learningcenter_DkBlue.png copying images... [ 63%] CyVerse/../img/intercomlogo.png copying images... [ 64%] CyVerse/../img/toolintegration3.png copying images... [ 65%] CyVerse/../img/toolintegration14.png copying images... [ 66%] CyVerse/../img/toolintegration13.png copying images... [ 67%] CyVerse/../img/toolintegration17.png copying images... [ 68%] CyVerse/../img/toolintegration18.png copying images... [ 69%] CyVerse/../img/toolintegration9.png copying images... [ 70%] CyVerse/../img/addtool_VICE_1.png copying images... [ 71%] CyVerse/../img/createapp_VICE_1.png copying images... [ 72%] CyVerse/../img/createnewrepo.png copying images... [ 73%] CyVerse/../img/gitrepo.png copying images... [ 74%] CyVerse/../img/vice-share-3.png copying images... [ 75%] CyVerse/../img/vice-share-6.png copying images... [ 76%] CyVerse/../img/vice-share-7.png copying images... [ 77%] Data_management/../img/journal.pcbi.1006750.g002.png copying images... [ 78%] Data_management/../img/data_life_cycle.png copying images... [ 79%] before/../img/cyverse_globe_cmyk.png copying images... [ 80%] before/../img/Learningcenter_DkBlue.png copying images... [ 80%] cloud_comput/../img/cyverse_globe_cmyk.png copying images... [ 81%] cloud_comput/../img/atmo_resources.png copying images... [ 82%] cloud_comput/../img/atmo_request.png copying images... [ 83%] cloud_comput/../img/homeicon.png copying images... [ 84%] img/homeicon.png copying images... [ 85%] ./img/cyverse_cmyk.png copying images... [ 86%] ./img/homeicon.png copying images... [ 87%] ./img/foss-main.png copying images... [ 88%] img/intercom.png copying images... [ 89%] reproducible_science/../img/git-logo.png copying images... [ 90%] reproducible_science/../img/reproducibility-spectrum.png copying images... [ 91%] software_essentials/../img/cmd2.png copying images... [ 92%] software_essentials/../img/jupyter_de2search.png copying images... [ 93%] software_essentials/../img/jupyter_outputs.png copying images... [ 94%] software_essentials/../img/jupyter_input_folder1.png copying images... [ 95%] software_essentials/../img/de2_select_input.png copying images... [ 96%] software_essentials/../img/set_memory_de2.png copying images... [ 97%] software_essentials/../img/launch_app_de2.png copying images... [ 98%] software_essentials/../img/launch_terminal_jupyter.png copying images... [ 99%] software_essentials/../img/JupyterShellPrompt.png copying images... [100%] software_essentials/../img/cmd15.png copying static files... WARNING: html_static_path entry '/home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/_static' does not exist done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 472 warnings. The HTML pages are in _build/html. Updating searchtools for Read the Docs search... [rtd-command-info] start-time: 2021-09-30T14:53:00.823709Z, end-time: 2021-09-30T14:53:06.738976Z, duration: 5, exit-code: 0 python -m sphinx -T -b readthedocssinglehtmllocalmedia -d _build/doctrees -D language=en . _build/localmedia Running Sphinx v1.8.5 loading translations [en]... done making output directory... loading pickled environment... done building [mo]: targets for 0 po files that are out of date building [readthedocssinglehtmllocalmedia]: all documents updating environment: 66 added, 0 changed, 0 removed reading sources... [ 1%] .github/ISSUE_TEMPLATE/triage-for-2-0-release reading sources... [ 3%] 01_intro_open_sci reading sources... [ 4%] 02_project_management reading sources... [ 6%] 03_managing_data reading sources... [ 7%] 04_documentation_communication reading sources... [ 9%] 05_version_control reading sources... [ 10%] 06_repetition reading sources... [ 12%] 07_reproducibility reading sources... [ 13%] Containers/README reading sources... [ 15%] Containers/dockeradvanced reading sources... [ 16%] Containers/dockerhandson reading sources... [ 18%] Containers/dockerintro reading sources... [ 19%] Containers/dockeronatmo reading sources... [ 21%] Containers/introtocontainers reading sources... [ 22%] CyVerse/data_store reading sources... [ 24%] CyVerse/de reading sources... [ 25%] CyVerse/de-data-analysis reading sources... [ 27%] CyVerse/de-data-manage reading sources... [ 28%] CyVerse/intro_to_cyverse reading sources... [ 30%] CyVerse/tool_integration_app_building_DE reading sources... [ 31%] CyVerse/vice reading sources... [ 33%] CyVerse/workflow reading sources... [ 34%] Data_management/FAIR reading sources... [ 36%] Data_management/dmp reading sources... [ 37%] Data_management/dmtools reading sources... [ 39%] Data_management/overview reading sources... [ 40%] License reading sources... [ 42%] README reading sources... [ 43%] before/about_cyverse reading sources... [ 45%] before/installation reading sources... [ 46%] before/main reading sources... [ 48%] cloud_comput/atmo reading sources... [ 50%] cloud_comput/cyberinfrastructure reading sources... [ 51%] cloud_comput/intro reading sources... [ 53%] cloud_comput/xsede reading sources... [ 54%] code_of_conduct reading sources... [ 56%] documentation/githubpages reading sources... [ 57%] example_pipeline reading sources... [ 59%] faq reading sources... [ 60%] final_project/examples reading sources... [ 62%] final_project/overview reading sources... [ 63%] getting_started/colab_culture reading sources... [ 65%] getting_started/glossary reading sources... [ 66%] getting_started/goals reading sources... [ 68%] getting_started/instructors reading sources... [ 69%] getting_started/location reading sources... [ 71%] getting_started/open_sci_lab reading sources... [ 72%] getting_started/schedule reading sources... [ 74%] github_action/eht reading sources... [ 75%] index reading sources... [ 77%] index_old reading sources... [ 78%] pre_foss/index reading sources... [ 80%] pre_foss/installation reading sources... [ 81%] pre_foss/pre_foss_workshop reading sources... [ 83%] pre_foss/survey reading sources... [ 84%] reproducible_science/GitHub reading sources... [ 86%] reproducible_science/cicd reading sources... [ 87%] reproducible_science/communication reading sources... [ 89%] reproducible_science/intro reading sources... [ 90%] reproducible_science/websites reading sources... [ 92%] schedule reading sources... [ 93%] software_essentials/RStudio_Git reading sources... [ 95%] software_essentials/R_Studio reading sources... [ 96%] software_essentials/commandline reading sources... [ 98%] software_essentials/continuous_integration reading sources... [100%] software_essentials/linux /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/envs/latest/lib/python3.7/site-packages/recommonmark/parser.py:65: UserWarning: Container node skipped: type=document warn("Container node skipped: type={0}".format(mdnode.t)) /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/envs/latest/lib/python3.7/site-packages/sphinx/util/nodes.py:94: FutureWarning: The iterable returned by Node.traverse() will become an iterator instead of a list in Docutils > 0.16. for classifier in reversed(node.parent.traverse(nodes.classifier)): /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/.github/ISSUE_TEMPLATE/triage-for-2-0-release.md:0: WARNING: Document or section may not begin with a transition. cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/01_intro_open_sci.rst:185: WARNING: Title underline too short. `The CyVerse Learning Center `_ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/01_intro_open_sci.rst:185: WARNING: Title underline too short. `The CyVerse Learning Center `_ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/01_intro_open_sci.rst:267: WARNING: Duplicate substitution definition name: "Open Science Framework". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/02_project_management.rst:203: WARNING: Explicit markup ends without a blank line; unexpected unindent. cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/03_managing_data.rst:291: WARNING: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/03_managing_data.rst:582: WARNING: Duplicate substitution definition name: "lifecycle". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:7: WARNING: Title underline too short. Documentation and Communication ============================== /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:30: WARNING: Title underline too short. *Some things to remember* ---------------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:43: WARNING: Title underline too short. *ReadTheDocs* ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:43: WARNING: Title underline too short. *ReadTheDocs* ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:50: WARNING: Title underline too short. *Bookdown* ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:50: WARNING: Title underline too short. *Bookdown* ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:7: WARNING: Duplicate explicit target name: "github pages". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:56: WARNING: Title underline too short. *GitHub Pages* ~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:56: WARNING: Title underline too short. *GitHub Pages* ~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:112: WARNING: Title level inconsistent: Internal ******************************* /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:117: WARNING: Title level inconsistent: External ******************************* /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:125: WARNING: Title level inconsistent: Internal ******************************* /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:134: WARNING: Unknown directive type "remember". .. remember:: **SLACK** - Slack has `plenty of apps `_ for coordinating multiple services, i.e. Calendars, Github, GoogleDrive, Box, etc. - Slack is limiting unless you're willing to pay for the professional support. **Microsoft Teams** - Teams is used by many R1 research universities as part of their campus wide license agreement for Office 365 Business and Education. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:146: WARNING: Title underline too short. *Other popular alternatives* """""""""""""""""""""""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:145: WARNING: Title level inconsistent: *Other popular alternatives* """""""""""""""""""""""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:160: WARNING: Title underline too short. *Create a SLACK Workspace* ~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:160: WARNING: Title underline too short. *Create a SLACK Workspace* ~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/04_documentation_communication.rst:167: WARNING: Title level inconsistent: External ******************************* custom_urls.txt:39: WARNING: Document may not end with a transition. cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockeradvanced.rst:2: WARNING: Duplicate explicit target name: "docker hub". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockeradvanced.rst:449: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 3 supplied. .. code-block:: bash -v /home/username/your_data_folder:/data:ro /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockeradvanced.rst:578: WARNING: Error in "code-block" directive: 1 argument(s) required, 0 supplied. .. code-block:: $ docker inspect jupytertest /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockeradvanced.rst:417: WARNING: Unknown target name: "see here". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockerhandson.rst:35: WARNING: Explicit markup ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockerintro.rst:498: WARNING: Duplicate explicit target name: "dockerfile". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockerintro.rst:554: WARNING: Duplicate explicit target name: "build the image". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockerintro.rst:591: WARNING: Duplicate explicit target name: "run your image". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockerintro.rst:470: WARNING: Duplicate target name, cannot be used as a unique reference: "build the image". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockerintro.rst:471: WARNING: Duplicate target name, cannot be used as a unique reference: "run your image". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockeronatmo.rst:10: WARNING: Title underline too short. Launching a Docker app on Atmosphere --------------------------------- cyverse_rst_defined_substitutions.txt:36: WARNING: Document may not end with a transition. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: Containers/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: Containers/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/introtocontainers.rst:152: WARNING: Document may not end with a transition. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: Containers/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: Containers/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/data_store.rst:9: WARNING: Title underline too short. **Accessing Data Store** ------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/data_store.rst:47: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/data_store.rst:52: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/data_store.rst:136: WARNING: Explicit markup ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/data_store.rst:155: WARNING: Title underline too short. Additional Resources ================== /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/data_store.rst:155: WARNING: Title underline too short. Additional Resources ================== cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: CyVerse/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: CyVerse/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de.rst:10: WARNING: Title underline too short. **Discovery Environment** ------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de.rst:12: WARNING: Explicit markup ends without a blank line; unexpected unindent. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: CyVerse/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: CyVerse/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-analysis.rst:37: WARNING: Title level inconsistent: **Find an app by** `searching `_ """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-analysis.rst:40: WARNING: Title level inconsistent: **Browse by operation** """""""""""""""""""""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-analysis.rst:45: WARNING: Title level inconsistent: **Find apps by community** """""""""""""""""""""""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-analysis.rst:93: WARNING: Block quote ends without a blank line; unexpected unindent. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: CyVerse/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: CyVerse/img/homeicon.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-analysis.rst:112: WARNING: image file not readable: CyVerse/../img/de/DE_switch_view.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-analysis.rst:115: WARNING: image file not readable: CyVerse/../img/de/DE_apps_operation.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-analysis.rst:127: WARNING: image file not readable: CyVerse/../img/de/DE_communities.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-analysis.rst:124: WARNING: image file not readable: CyVerse/../img/de/DE_word_count.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-analysis.rst:109: WARNING: image file not readable: CyVerse/../img/de/DE_analyses.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-manage.rst:12: WARNING: Explicit markup ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-manage.rst:147: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-manage.rst:167: WARNING: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-manage.rst:232: WARNING: Duplicate substitution definition name: "DE_search". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: CyVerse/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: CyVerse/img/homeicon.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-manage.rst:212: WARNING: image file not readable: CyVerse/../img/de/DE_blank.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-manage.rst:214: WARNING: image file not readable: CyVerse/../img/de/DE_data_upload.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-manage.rst:216: WARNING: image file not readable: CyVerse/../img/de/DE_dots_menu.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-manage.rst:220: WARNING: image file not readable: CyVerse/../img/de/DE_metadata.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de-data-manage.rst:232: WARNING: image file not readable: CyVerse/../img/de/DE_search.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/intro_to_cyverse.rst:188: WARNING: Title underline too short. `SciApps `_ ^^^^^^^ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/intro_to_cyverse.rst:188: WARNING: Title underline too short. `SciApps `_ ^^^^^^^ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/intro_to_cyverse.rst:219: WARNING: Title underline too short. `The CyVerse Learning Center `_ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/intro_to_cyverse.rst:219: WARNING: Title underline too short. `The CyVerse Learning Center `_ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: CyVerse/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: CyVerse/img/homeicon.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/intro_to_cyverse.rst:331: WARNING: image file not readable: CyVerse/../img/agave/ScienceAPIs_DkBlue.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/tool_integration_app_building_DE.rst:8: WARNING: Title underline too short. **Discovery Environment - Tools & Apps** ===================================== /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/tool_integration_app_building_DE.rst:83: WARNING: Missing matching underline for section title overline. ---- .. Comment: Place URLS Below This Line /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/tool_integration_app_building_DE.rst:120: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: CyVerse/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: CyVerse/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/vice.rst:10: WARNING: Title underline too short. **Discovery Environment - VICE** ======== /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/vice.rst:173: WARNING: At least one body element must separate transitions; adjacent transitions are not allowed. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: CyVerse/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: CyVerse/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/workflow.rst:10: WARNING: Title underline too short. **Creating Workflows** ------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/workflow.rst:12: WARNING: Explicit markup ends without a blank line; unexpected unindent. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: CyVerse/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: CyVerse/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Data_management/FAIR.rst:129: WARNING: Title underline too short. References and Resources ================= cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: Data_management/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: Data_management/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: Data_management/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: Data_management/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Data_management/dmtools.rst:9: WARNING: Title underline too short. **Data Management Tools** ---------------------- cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: Data_management/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: Data_management/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Data_management/overview.rst:308: WARNING: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Data_management/overview.rst:333: WARNING: Title underline too short. References and Resources ================= cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: Data_management/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: Data_management/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: before/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: before/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: before/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: before/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/before/main.rst:9: WARNING: Title underline too short. **Before FOSS Starts** ========== cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: before/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: before/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:21: WARNING: Title underline too short. **Virtual Machines on Atmosphere or Jetstream** ------------ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:65: WARNING: The "list-table" directive is empty; content required. .. list-table:: :header-rows: 1 /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:9: WARNING: Duplicate explicit target name: "image". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:110: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:418: WARNING: Title underline too short. **Hands On** ------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:418: WARNING: Title underline too short. **Hands On** ------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:518: WARNING: Duplicate substitution definition name: "CyVerse_logo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:522: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:381: WARNING: Document may not end with a transition. cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: cloud_comput/img/homeicon.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/atmo.rst:511: WARNING: image file not readable: cloud_comput/../img/notebook_terminal.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:9: WARNING: Title underline too short. **Other Cyberinfrastructure Projects** ========================== /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:12: WARNING: Title underline too short. **National Groups** ---------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:25: WARNING: Title underline too short. **Domain Specific Cyberinfrastructures** ------------------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:25: WARNING: Title underline too short. **Domain Specific Cyberinfrastructures** ------------------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:39: WARNING: Title underline too short. **Funding Opportunities** ----------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:39: WARNING: Title underline too short. **Funding Opportunities** ----------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:42: WARNING: Title underline too short. **National Science Foundation** ~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:51: WARNING: Title underline too short. **National Institutes of Health** ~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:51: WARNING: Title underline too short. **National Institutes of Health** ~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:58: WARNING: Title underline too short. **Other US Federal** ~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:58: WARNING: Title underline too short. **Other US Federal** ~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:67: WARNING: Title underline too short. **Foundations** ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:67: WARNING: Title underline too short. **Foundations** ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:76: WARNING: Title underline too short. **Big 3** ~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/cyberinfrastructure.rst:76: WARNING: Title underline too short. **Big 3** ~~~~~~ cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: cloud_comput/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: cloud_comput/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/intro.rst:10: WARNING: Title underline too short. **Introduction to Cloud Computing** =================== cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: cloud_comput/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: cloud_comput/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/xsede.rst:10: WARNING: Title underline too short. **Research Cyberinfrastructure associated with CyVerse** ========================== /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/xsede.rst:17: WARNING: Title underline too short. **XSEDE** -------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/xsede.rst:30: WARNING: Title underline too short. **Jetstream** ~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/xsede.rst:39: WARNING: Title underline too short. **TACC** ~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/xsede.rst:39: WARNING: Title underline too short. **TACC** ~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/xsede.rst:44: WARNING: Title underline too short. **Open Science Grid** ~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/xsede.rst:44: WARNING: Title underline too short. **Open Science Grid** ~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/xsede.rst:49: WARNING: Title underline too short. **CyVerse Powered By** ------------ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/cloud_comput/xsede.rst:49: WARNING: Title underline too short. **CyVerse Powered By** ------------ cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: cloud_comput/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: cloud_comput/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: documentation/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: documentation/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/faq.rst:62: WARNING: Title underline too short. **Glossary & Acronyms** ^^^^^^^^^^^^ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/faq.rst:100: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/faq.rst:100: WARNING: Inline emphasis start-string without end-string. cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/colab_culture.rst:10: WARNING: Title underline too short. **Collaboration Culture and Roles** ----------------- cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: getting_started/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: getting_started/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/glossary.rst:9: WARNING: Title underline too short. **Glossary & Acronyms** ^^^^^^^^^^^^ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/glossary.rst:47: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/glossary.rst:47: WARNING: Inline emphasis start-string without end-string. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: getting_started/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: getting_started/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: getting_started/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: getting_started/img/homeicon.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/instructors.rst:1: WARNING: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'getting_started/cyverse_rst_defined_substitutions.txt'. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/instructors.rst:2: WARNING: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'getting_started/cyverse_rst_defined_substitutions.txt'. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/instructors.rst:38: WARNING: Title underline too short. **CyVerse Staff** --------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/instructors.rst:4: WARNING: Undefined substitution referenced: "CyVerse_logo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/instructors.rst:6: WARNING: Undefined substitution referenced: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/instructors.rst:4: WARNING: Unknown target name: "cyverse_logo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/instructors.rst:6: WARNING: Unknown target name: "home_icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/location.rst:9: WARNING: Title underline too short. **Location** ~~~~~~ cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: getting_started/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: getting_started/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/open_sci_lab.rst:10: WARNING: Title underline too short. **Open Science Introductory Activity** ----------------- cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: getting_started/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: getting_started/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: getting_started/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: getting_started/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/github_action/eht.rst:3: WARNING: Undefined substitution referenced: "CyVerse_logo2". cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: github_action/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/index.rst:7: WARNING: Title underline too short. Welcome to Foundational Open Science Skills! ----------------------- cyverse_rst_defined_substitutions.txt:55: WARNING: Document may not end with a transition. cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:5: WARNING: Duplicate substitution definition name: "Atmosphere". cyverse_rst_defined_substitutions.txt:9: WARNING: Duplicate substitution definition name: "Atmosphere Manual". cyverse_rst_defined_substitutions.txt:13: WARNING: Duplicate substitution definition name: "Atmosphere Guide". cyverse_rst_defined_substitutions.txt:17: WARNING: Duplicate substitution definition name: "BisQue". cyverse_rst_defined_substitutions.txt:21: WARNING: Duplicate substitution definition name: "BisQue Manual". cyverse_rst_defined_substitutions.txt:25: WARNING: Duplicate substitution definition name: "CyVerse User Portal". cyverse_rst_defined_substitutions.txt:29: WARNING: Duplicate substitution definition name: "CyVerse Learning Center". cyverse_rst_defined_substitutions.txt:33: WARNING: Duplicate substitution definition name: "CyVerse Wiki". cyverse_rst_defined_substitutions.txt:37: WARNING: Duplicate substitution definition name: "Data Store". cyverse_rst_defined_substitutions.txt:41: WARNING: Duplicate substitution definition name: "Data Store Manual". cyverse_rst_defined_substitutions.txt:45: WARNING: Duplicate substitution definition name: "Data Store Guide". cyverse_rst_defined_substitutions.txt:49: WARNING: Duplicate substitution definition name: "Discovery Environment". cyverse_rst_defined_substitutions.txt:53: WARNING: Duplicate substitution definition name: "DE Manual". cyverse_rst_defined_substitutions.txt:57: WARNING: Duplicate substitution definition name: "Discovery Environment Guide". cyverse_rst_defined_substitutions.txt:61: WARNING: Duplicate substitution definition name: "DNA Subway". cyverse_rst_defined_substitutions.txt:65: WARNING: Duplicate substitution definition name: "DNA Subway Manual". cyverse_rst_defined_substitutions.txt:69: WARNING: Duplicate substitution definition name: "DNA Subway Guide". cyverse_rst_defined_substitutions.txt:74: WARNING: Duplicate substitution definition name: "SciApps". cyverse_rst_defined_substitutions.txt:78: WARNING: Duplicate substitution definition name: "SciApps Manual". cyverse_rst_defined_substitutions.txt:82: WARNING: Duplicate substitution definition name: "SciApps Guide". cyverse_rst_defined_substitutions.txt:86: WARNING: Duplicate substitution definition name: "Terrain DE API Docs". cyverse_rst_defined_substitutions.txt:90: WARNING: Duplicate substitution definition name: "Tapis TACC API". cyverse_rst_defined_substitutions.txt:100: WARNING: Duplicate substitution definition name: "Ask CyVerse". cyverse_rst_defined_substitutions.txt:104: WARNING: Duplicate substitution definition name: "Agave Guide". cyverse_rst_defined_substitutions.txt:108: WARNING: Duplicate substitution definition name: "Agave API". cyverse_rst_defined_substitutions.txt:112: WARNING: Duplicate substitution definition name: "Agave Live Docs". cyverse_rst_defined_substitutions.txt:116: WARNING: Duplicate substitution definition name: "BisQue Guide". cyverse_rst_defined_substitutions.txt:120: WARNING: Duplicate substitution definition name: "Data Commons". cyverse_rst_defined_substitutions.txt:127: WARNING: Duplicate substitution definition name: "CyVerse_logo". cyverse_rst_defined_substitutions.txt:132: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:138: WARNING: Duplicate substitution definition name: "Intercom". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:148: WARNING: Duplicate substitution definition name: "Home_Icon2". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/index_old.rst:45: WARNING: toctree contains reference to nonexisting document 'getting_started/code_of_conduct' /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/index_old.rst:162: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:1: WARNING: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'pre_foss/cyverse_rst_defined_substitutions.txt'. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:2: WARNING: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'pre_foss/custom_urls.txt'. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:4: WARNING: Undefined substitution referenced: "CyVerse_logo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:6: WARNING: Undefined substitution referenced: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:110: WARNING: Undefined substitution referenced: "CyVerse Learning Center". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:112: WARNING: Undefined substitution referenced: "Intercom". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:120: WARNING: Undefined substitution referenced: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:4: WARNING: Unknown target name: "cyverse_logo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:6: WARNING: Unknown target name: "home_icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst:120: WARNING: Unknown target name: "home_icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:1: WARNING: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'pre_foss/cyverse_rst_defined_substitutions.txt'. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:2: WARNING: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'pre_foss/custom_urls.txt'. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:4: WARNING: Undefined substitution referenced: "CyVerse_logo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:6: WARNING: Undefined substitution referenced: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:110: WARNING: Undefined substitution referenced: "CyVerse Learning Center". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:112: WARNING: Undefined substitution referenced: "Intercom". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:120: WARNING: Undefined substitution referenced: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:4: WARNING: Unknown target name: "cyverse_logo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:6: WARNING: Unknown target name: "home_icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst:120: WARNING: Unknown target name: "home_icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:1: WARNING: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'pre_foss/cyverse_rst_defined_substitutions.txt'. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:2: WARNING: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'pre_foss/custom_urls.txt'. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:4: WARNING: Undefined substitution referenced: "CyVerse_logo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:6: WARNING: Undefined substitution referenced: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:110: WARNING: Undefined substitution referenced: "CyVerse Learning Center". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:112: WARNING: Undefined substitution referenced: "Intercom". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:120: WARNING: Undefined substitution referenced: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:4: WARNING: Unknown target name: "cyverse_logo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:6: WARNING: Unknown target name: "home_icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst:120: WARNING: Unknown target name: "home_icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/GitHub.rst:34: WARNING: Unknown directive type "Goals". .. Goals:: - Feel comfortable using the GitHub environment - Integrate at least one repository onto GitHub /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/GitHub.rst:40: WARNING: Unknown directive type "Prerequisites". .. Prerequisites:: In order to complete this exercise you should have already installed ``git`` for the command line (`instructions `_) & created an account on the `GitHub `_ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/GitHub.rst:194: WARNING: Unknown directive type "Exercise". .. Exercise:: Create a new issue and relate it back to the issue you just created. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/GitHub.rst:207: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/GitHub.rst:351: WARNING: Unknown directive type "Definitions". .. Definitions:: **Git** - tool for version control. **GitHub** - hosted server that is also interactive. **repo** - short for repository; GitHub lets you create a remote repository online. **local** - on your personal computer. **clone** - copy of a repository that lives locally on your computer. Pushing changes will affect the repository online. **fetch** - getting latest changes to the repository on your local computer. **branch** - parallel to the master branch; allows you to make changes without affecting the master branch. Changes made on a branch can be merged back to the master. **fork** - copy of someone else's repository stored locally on your account. From forks, you can make pull requests to the master branch. **upstream** - primary or master branch of original repository. **downstream** - branch or fork of repository. **untracked** - changes made locally but not yet commited or pushed to the online repo. **staged** - item added to the repo. **commit** - finalize a change. **push** - add changes back to the remote repository. **merge** - takes changes from a branch or fork and applies them to the master. **pull request** - proposed changes to/within a repository. **issue** - suggestions or tasks needed for the repository. Allows you to track decisions, bugs with the repository, etc. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/GitHub.rst:434: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/GitHub.rst:412: WARNING: Error parsing content block for the "list-table" directive: two-level bullet list expected, but row 7 does not contain a second-level bullet list. .. list-table:: :header-rows: 1 * - Basic Snapshots - Command - Description * - - ``git status`` - Check status of the repository * - - ``git add [file-name.txt]`` - Add a file to "the staging area" * - - ``git add -A`` - Add all new and changed files to "the staging area" * - - ``git commit -m "[brief commit message]"`` - Commit changes to "the staging area" * - - ``git rm -r [file-name.txt]`` - Remove a file (or folder) * - -`git push` - Push changes to remote repository (remembered branch) /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/GitHub.rst:359: WARNING: Document may not end with a transition. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: reproducible_science/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: reproducible_science/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:9: WARNING: Title underline too short. **CI/CD** ====== /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:30: WARNING: Title underline too short. **Continuous Development** ~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:44: WARNING: Title underline too short. **Waterfall** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:44: WARNING: Title underline too short. **Waterfall** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:54: WARNING: Title underline too short. **Continuous Integration** ~~~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:54: WARNING: Title underline too short. **Continuous Integration** ~~~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:71: WARNING: Title underline too short. **When to use CI?** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:78: WARNING: Title underline too short. **Travis CI** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:78: WARNING: Title underline too short. **Travis CI** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:83: WARNING: Title underline too short. **Circle CI** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:83: WARNING: Title underline too short. **Circle CI** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:9: WARNING: Duplicate explicit target name: "setup". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:88: WARNING: Title underline too short. **Jenkins** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:88: WARNING: Title underline too short. **Jenkins** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:9: WARNING: Duplicate explicit target name: "setup". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:95: WARNING: Title underline too short. **GitHub Actions** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:95: WARNING: Title underline too short. **GitHub Actions** """"""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:100: WARNING: Title underline too short. **Badges** ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:100: WARNING: Title underline too short. **Badges** ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:107: WARNING: Title underline too short. *Different Badge Styles* --------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:106: WARNING: Title level inconsistent: *Different Badge Styles* --------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:135: WARNING: Title underline too short. **Self paced** ~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst:135: WARNING: Title underline too short. **Self paced** ~~~~~~~~~~ cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: reproducible_science/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: reproducible_science/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/communication.rst:22: WARNING: Unknown directive type "remember". .. remember:: **SLACK** - Slack has `plenty of apps `_ for coordinating multiple services, i.e. Calendars, Github, GoogleDrive, Box, etc. - Slack is limiting unless you're willing to pay for the professional support. **Microsoft Teams** - Teams is used by many R1 research universities as part of their campus wide license agreement for Office 365 Business and Education. **Gitter** - Native integration with Github or Gitlab - Uses your GitHub username or Twitter handle for all Gitters you're a part of /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/communication.rst:39: WARNING: Title underline too short. *Other popular alternatives* """""""""""""""""""""""""" /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/communication.rst:53: WARNING: Title underline too short. *Create a SLACK Workspace* ~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/communication.rst:61: WARNING: Title underline too short. *Create a Gitter* ~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/communication.rst:61: WARNING: Title underline too short. *Create a Gitter* ~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/communication.rst:66: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/communication.rst:77: WARNING: Title underline too short. **External** ---------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/communication.rst:77: WARNING: Title underline too short. **External** ---------- cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: reproducible_science/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: reproducible_science/img/homeicon.png cyverse_rst_defined_substitutions.txt:138: WARNING: image file not readable: reproducible_science/img/intercom.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:102: WARNING: Document may not end with a transition. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: reproducible_science/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: reproducible_science/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/websites.rst:24: WARNING: Title underline too short. *Some things to remember* ---------------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/websites.rst:37: WARNING: Title underline too short. *ReadTheDocs* ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/websites.rst:37: WARNING: Title underline too short. *ReadTheDocs* ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/websites.rst:44: WARNING: Title underline too short. *Bookdown* ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/websites.rst:44: WARNING: Title underline too short. *Bookdown* ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/websites.rst:9: WARNING: Duplicate explicit target name: "github pages". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/websites.rst:50: WARNING: Title underline too short. *GitHub Pages* ~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/websites.rst:50: WARNING: Title underline too short. *GitHub Pages* ~~~~~~~~~~~~~ cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: reproducible_science/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: reproducible_science/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:36: WARNING: Title underline too short. *R Markdown* ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:36: WARNING: Title underline too short. *R Markdown* ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:44: WARNING: Error in "code" directive: maximum 1 argument(s) allowed, 3 supplied. .. code:: R ```{R, echo=FALSE} ``` ```{bash, echo=FALSE} ``` ```{python, echo=FALSE} ``` 4. Run the code block /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:57: WARNING: Title underline too short. *Workflow R* ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:57: WARNING: Title underline too short. *Workflow R* ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:65: WARNING: Error in "code" directive: maximum 1 argument(s) allowed, 2 supplied. .. code:: install.package(c("workflowr","drake"), dependencies=TRUE) /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:86: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:78: WARNING: Undefined substitution referenced: "CyverseLogo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:78: WARNING: Undefined substitution referenced: "LearningCenter". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:78: WARNING: Unknown target name: "cyverselogo". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst:78: WARNING: Unknown target name: "learningcenter". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: software_essentials/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: software_essentials/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:26: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 9 supplied. .. code-block:: R setwd(path) getwd() #see what working directory you're in /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:35: WARNING: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:39: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:117: WARNING: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:176: WARNING: Unknown directive type "code-blocl". .. code-blocl:: R #both do the same thing: require("package") #loads dependencies; will give a warning if it is in conflict with another package (e.g., masks) #can overwrite masked functions using "::" (e.g., package::function) library("package") #will give an error if in conflict with other packages or has missing dependencies /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:214: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 2 supplied. .. code-block:: R as.character() /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:220: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 2 supplied. .. code-block:: R as.numeric() /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:226: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 2 supplied. .. code-block:: R as.integer() /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:231: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 6 supplied. .. code-block:: R as.factor() #creates groupings within dataset /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:306: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 6 supplied. .. code-block:: R d <- c(d, "a) str(d) /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:334: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 9 supplied. .. code-block:: R hi <- data.frame(numbers = 1:26, letters, c("hey", "you")) /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:340: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 9 supplied. .. code-block:: R hola <- data.frame(1:26, letters, words = "hey", "you") /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:360: WARNING: Unknown directive type "code-black". .. code-black:: R hello[1:5, 2] hello$letters[1:5] /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:451: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 8 supplied. .. code-block:: R p <- subset(cats, cats$weight <= 3) p q <- cats[cats$weight <= 3,] q cats$likes_string == 1 cats[cats$likes_string == TRUE,] cats[c(1,3),] cats[colnames(cats) == "weight"] cats[cats$weight >= 2 & cats$weight <= 5] cats[cats$likes_string != 0,] #not equal to cats[!(is.na(cats$weight))] #is not /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:490: WARNING: Missing matching underline for section title overline. -------------- **Fix or improve this documentation:** - On Github: |Github Repo Link| /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:494: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:496: WARNING: Error in "image" directive: no content permitted. image:: ../img/rstudio.png :width: 750 .. |Github Repo Link| raw:: html Github Repo Link /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:496: WARNING: Substitution definition "R Console" empty or invalid. .. |R Console| image:: ../img/rstudio.png :width: 750 .. |Github Repo Link| raw:: html Github Repo Link /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst:55: WARNING: Undefined substitution referenced: "R Console". cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: software_essentials/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: software_essentials/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/commandline.rst:253: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/commandline.rst:355: WARNING: Missing matching underline for section title overline. ------------- **Fix or improve this documentation:** /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/commandline.rst:360: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/commandline.rst:79: WARNING: Document may not end with a transition. cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: software_essentials/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: software_essentials/img/homeicon.png /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/commandline.rst:386: WARNING: image file not readable: software_essentials/../img/jupyter_dark_theme.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:10: WARNING: Title underline too short. **Continuous Integration** ====================== /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:29: WARNING: Title underline too short. **Travis CI** ~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:34: WARNING: Title underline too short. **Circle CI** ~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:34: WARNING: Title underline too short. **Circle CI** ~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:10: WARNING: Duplicate explicit target name: "setup". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:39: WARNING: Title underline too short. **Jenkins** ~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:39: WARNING: Title underline too short. **Jenkins** ~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:10: WARNING: Duplicate explicit target name: "setup". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:46: WARNING: Title underline too short. **GitHub Actions** ~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:46: WARNING: Title underline too short. **GitHub Actions** ~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:52: WARNING: Title underline too short. **Badges** ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:52: WARNING: Title underline too short. **Badges** ~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:59: WARNING: Title underline too short. *Different Badge Styles* --------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:87: WARNING: Title underline too short. **Self paced** ~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst:87: WARNING: Title underline too short. **Self paced** ~~~~~~~~~~ cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: software_essentials/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: software_essentials/img/homeicon.png cyverse_rst_defined_substitutions.txt:143: WARNING: Duplicate substitution definition name: "Home_Icon". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:9: WARNING: Title underline too short. **Basics of Linux** ================== /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:18: WARNING: Title underline too short. *Common Linux Operating Systems* -------------------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:32: WARNING: Title underline too short. *Installing Linux* ----------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:32: WARNING: Title underline too short. *Installing Linux* ----------------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:35: WARNING: Title underline too short. *Desktop-based Distributions* ~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:9: WARNING: Duplicate explicit target name: "ubuntu". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:9: WARNING: Duplicate explicit target name: "debian". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:43: WARNING: Title underline too short. *Windows Subsystem for Linux* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:43: WARNING: Title underline too short. *Windows Subsystem for Linux* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:48: WARNING: Title underline too short. *Windows Linux Dual boot* ~~~~~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:48: WARNING: Title underline too short. *Windows Linux Dual boot* ~~~~~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:9: WARNING: Duplicate explicit target name: "ubuntu". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:9: WARNING: Duplicate explicit target name: "mint". /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:56: WARNING: Title underline too short. *Package Managers* ~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:56: WARNING: Title underline too short. *Package Managers* ~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:63: WARNING: Title underline too short. *Self Paced* ---------- /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/linux.rst:63: WARNING: Title underline too short. *Self Paced* ---------- cyverse_rst_defined_substitutions.txt:127: WARNING: image file not readable: software_essentials/img/cyverse_learning.png cyverse_rst_defined_substitutions.txt:148: WARNING: image file not readable: software_essentials/img/homeicon.png looking for now-outdated files... none found pickling environment... done checking consistency... /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/.github/ISSUE_TEMPLATE/triage-for-2-0-release.md: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/README.md: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/Containers/dockerhandson.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/de.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/CyVerse/workflow.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/License.md: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/README.md: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/before/about_cyverse.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/before/main.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/example_pipeline.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/colab_culture.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/instructors.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/getting_started/location.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/github_action/eht.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/index_old.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/installation.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/pre_foss_workshop.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/pre_foss/survey.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/reproducible_science/cicd.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/RStudio_Git.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/R_Studio.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/software_essentials/continuous_integration.rst: WARNING: document isn't included in any toctree done preparing documents... done assembling single document... pre_foss/index schedule code_of_conduct faq 01_intro_open_sci 02_project_management 03_managing_data 04_documentation_communication 05_version_control 06_repetition 07_reproducibility final_project/overview final_project/examples writing... done writing additional files... copying images... [ 7%] img/cyverse_learning.png copying images... [ 14%] img/homeicon.png copying images... [ 21%] img/open_science_components.png copying images... [ 28%] img/five_schools.png copying images... [ 35%] img/layercake.png copying images... [ 42%] img/data_store/datastore-icon.png copying images... [ 50%] img/de/de-icon.png copying images... [ 57%] img/atmosphere/atmosphere-icon.png copying images... [ 64%] img/DataCommons_DrkBlue.png copying images... [ 71%] img/Learningcenter_DkBlue.png copying images... [ 78%] img/intercomlogo.png copying images... [ 85%] img/organizing_searching_tradeoff.png copying images... [ 92%] img/data_life_cycle.png copying images... [100%] img/journal.pcbi.1006750.g002.png copying static files... WARNING: html_static_path entry '/home/docs/checkouts/readthedocs.org/user_builds/cyverse-foss/checkouts/latest/_static' does not exist done copying extra files... done dumping object inventory... done build succeeded, 471 warnings. The HTML page is in _build/localmedia. Updating searchtools for Read the Docs search...