Skip to content

Commit

Permalink
Remove 1.x client docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Jan 8, 2025
1 parent cc62cc3 commit 6f83392
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 288 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ To install using `conda` see [conda-forge/farmos-feedstock](https://github.com/c

## Documentation

farmOS.py can connect to farmOS servers running version ^1.6 or greater. The version should be specified when instantiating
the farmOS client.

- [1.x documentation](docs/client_1x.md)
- [2.x documentation](docs/index.md)
See [docs/index.md](docs/index.md) or the hosted [farmOS.py documentation](https://farmos.org/development/farmos-py/).

## MAINTAINERS

Expand Down
File renamed without changes.
282 changes: 0 additions & 282 deletions docs/client_1x.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ farm_client.log.delete('observation', log_id)
Now that you know the basics, dive deeper into following topics:

- [Authorizing with farmOS server](authorization.md)
- [Working with farmOS resources](client_2x.md)
- [Working with farmOS resources](client.md)
- [Using Subrequests](subrequests.md)

0 comments on commit 6f83392

Please sign in to comment.