Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
move to user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
madhur-tandon committed Oct 13, 2022
1 parent afa81dd commit 46b9db5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 21 deletions.
30 changes: 15 additions & 15 deletions content/docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,21 @@
"slug": "docker",
"label": "Docker",
"source": "docker.md"
},
{
"slug": "requirements",
"label": "Requirements",
"source": "requirements.md"
},
{
"slug": "venv",
"label": "Virtual Environments",
"source": "venv.md"
},
{
"slug": "conda",
"label": "Conda Environments",
"source": "conda.md"
}
]
},
Expand Down Expand Up @@ -491,21 +506,6 @@
"slug": "docker",
"label": "Docker",
"source": "docker.md"
},
{
"slug": "requirements",
"label": "Requirements",
"source": "requirements.md"
},
{
"slug": "venv",
"label": "Virtual Environments",
"source": "venv.md"
},
{
"slug": "conda",
"label": "Conda Environments",
"source": "conda.md"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,3 @@ Other options include using:
inferred automatically.
- `-c current_env=True` -- whether to install the requirements in a currently
activated conda environment.

## Implementation Reference
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ numpy==1.22.3
### unix based requirements

To get a list of `unix` based requirements, use the `-c platform="unix"` option.

## Implementation Reference
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,3 @@ Other options include using:
of the environment.
- `-c current_env=True` -- whether to install the requirements in a currently
activated virtual environment.

## Implementation Reference

0 comments on commit 46b9db5

Please sign in to comment.