-
Notifications
You must be signed in to change notification settings - Fork 39
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 tox and adjust markdown files #1159
base: main
Are you sure you want to change the base?
Conversation
- install HADDOCK in development mode with the `docs` extra requirements | ||
(`pip install -e '.[docs]'`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- install HADDOCK in development mode with the `docs` extra requirements | |
(`pip install -e '.[docs]'`) | |
- install HADDOCK in development mode with the `dev` and `docs` extra requirements | |
(`pip install -e '.[dev,docs]'`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to install dev requirements to render the documentation
|
||
```bash | ||
tox -e docs | ||
pip install -e '.[docs]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pip install -e '.[docs]' | |
pip install -e '.[dev,docs]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
You are about to submit a new Pull Request. Before continuing make sure you read the contributing guidelines.
Checklist
Summary of the Pull Request
Related Issue
Closes #1157 by eliminating references to tox and updating the content of contributing.md file.
Additional Info