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

Remove Sphinx docs #695

Merged
merged 8 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions .github/workflows/docs.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ data
node_modules
.nuxt

# sphinx
docs/_build

# nix
.direnv
**/.DS_Store
Expand Down
4 changes: 0 additions & 4 deletions .readthedocs.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="./docs/_static/images/conda-store-logo-vertical-lockup.svg" alt="conda-store logo" width="30%">
<img src="./docusaurus-docs/community/images/logos/conda-store-logo-vertical-lockup.svg" alt="conda-store logo" width="30%">
<p>
Data science environments, for collaboration.

Expand Down
7 changes: 2 additions & 5 deletions conda-store-server/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# conda-store server

Check the full documentation at [conda.store](https://conda.store/).

A multi-tenant server for managing Conda environments. See the
[documentation](https://conda-store.readthedocs.io/en/latest/) for
more information.
A multi-tenant server for managing conda environments.
See the [documentation](https://conda.store/) for more information.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</li>
{% endif %}
<li>
<a class="btn btn-outline-secondary my-2 my-sm-0" href="https://conda-store.readthedocs.io/"
<a class="btn btn-outline-secondary my-2 my-sm-0" href="https://conda.store/"
target="_blank" role="button">
Help
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h5 class="card-title">Namespace</h5>
<div class="card m-2">
<div class="card-body">
<h5 class="card-title">Permissions</h5>
<p>Below are your current permissions within the conda-store application. The "*" will match any string of characters e.g. "na*ce" will match "namespace". This allows conda-store to have flexible and powerful authorization. For further information on authorization see the <a href="https://conda-store.readthedocs.io/en/latest/contributing.html#authorization-model">docs</a></p>
<p>Below are your current permissions within the conda-store application. The "*" will match any string of characters e.g. "na*ce" will match "namespace". This allows conda-store to have flexible and powerful authorization. For further information on authorization see the <a href="https://conda.store/conda-store/references/auth">docs</a></p>
<table class="table table-hover">
<thead>
<tr>
Expand Down
1 change: 0 additions & 1 deletion conda-store-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ dependencies = [

[tool.hatch.envs.dev.scripts]
lint = ["pre-commit run --all"]
docs = "sphinx-build -b html ../docs ../docs/_build"
unit-test = "pytest tests -v"
playwright-test = [
"playwright install",
Expand Down
20 changes: 1 addition & 19 deletions conda-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,8 @@

Check the full documentation at [conda.store](https://conda.store/).

A client library for interacting with a conda-store server. See the
[documentation](https://conda-store.readthedocs.io/en/latest/) for
more information. The client library provides a CLI for interacting
with conda-store.
A client library which provides a CLI for interacting with conda-store-server.

```shell
$ conda-store --help
Usage: conda-store [OPTIONS] COMMAND [ARGS]...

Options:
--conda-store-url TEXT conda-store base url including prefix
--auth [none|token|basic] conda-store authentication to use
--no-verify-ssl Disable tls verification on API requests
--help Show this message and exit.

Commands:
download Download artifacts for given build
info Get current permissions and default namespace
list
run Execute given environment specified as a URI with COMMAND
solve Remotely solve given environment.yaml
wait Wait for given URI to complete or fail building
```
1 change: 0 additions & 1 deletion conda-store/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ dependencies = [

[tool.hatch.envs.dev.scripts]
lint = ["pre-commit run --all"]
docs = "sphinx-build -b html ../docs ../docs/_build"
test = "pytest tests"

[project.scripts]
Expand Down
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

53 changes: 0 additions & 53 deletions docs/_static/css/custom.css

This file was deleted.

Binary file removed docs/_static/images/conda-store-architecture.png
Binary file not shown.
Binary file removed docs/_static/images/conda-store-authenticated.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/_static/images/conda-store-environment.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion docs/_static/images/conda-store-logo-symbol.svg

This file was deleted.

Binary file not shown.
Binary file removed docs/_static/images/conda-store-namespace.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/_static/images/conda-store-terminology.png
Binary file not shown.
Binary file removed docs/_static/images/conda-store-triangle-all.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/_static/images/conda-store-ui.webp
Binary file not shown.
Binary file removed docs/_static/images/conda-store-unauthenticated.png
Binary file not shown.
Binary file removed docs/_static/images/conda-store-user.png
Binary file not shown.
1 change: 0 additions & 1 deletion docs/_static/images/favicon.ico

This file was deleted.

Loading
Loading