Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install docs #1610

Merged
merged 6 commits into from
Dec 7, 2022
Merged

Update install docs #1610

merged 6 commits into from
Dec 7, 2022

Commits on Dec 5, 2022

  1. Remove fetch-docs warning comment

    This doc is no longer fetched by docs.nextstrain.org¹, so the warning is
    no longer needed.
    
    ¹ nextstrain/docs.nextstrain.org@62e4a3a
    victorlin committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    6ccc395 View commit details
    Browse the repository at this point in the history
  2. Convert installation doc to reST

    Commands used:
    
        pandoc -f markdown -t rst --wrap=none docs/introduction/install.md -o docs/introduction/install.rst
        rm docs/introduction/install.md
    victorlin committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    f61093e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbd661c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Update installation doc

    - Add a link to the Nextstrain installation guide
    - Add table of contents
    - Split into "user" and "developer" sections
    - Fix Conda environment setup command
    - Remove note on bash/env requirement. Don't think it's necessary.
    victorlin committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    411324b View commit details
    Browse the repository at this point in the history
  2. Link to install docs in README

    Instead of having duplicate instructions getting out of sync.
    victorlin committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    a9eacca View commit details
    Browse the repository at this point in the history
  3. Install with Node.js 16

    victorlin committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    5cfccaf View commit details
    Browse the repository at this point in the history