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 docs link #12

Merged
merged 5 commits into from
Mar 14, 2022
Merged

update docs link #12

merged 5 commits into from
Mar 14, 2022

Conversation

TiansuYu
Copy link
Contributor

Description

Update docs link (generate locally for beta testers)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring including code style reformatting
  • Other (please describe):

Checklist:

  • Lint and unit tests pass locally with my changes
  • I have kept the PR small so that it can be easily reviewed
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • All dependency changes have been reflected in the pip requirement files.

@TiansuYu TiansuYu requested a review from AlpAribal March 14, 2022 09:26
README.md Outdated
```
cd squirrel/
mx build_docs
sphinx-build ./docs ./docs/build && open ./docs/build/index.html
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

open is a MacOS command I suppose, does not work for me. Maybe switch to a text line stating they should open the index.html with their favorite browser?

README.md Outdated
Comment on lines 47 to 51
(Currently we have not released a functional version of both packages into the public pypi registry for privacy.
Therefore, we ask you to use this installation method instead. In the documentation, you may also see some requirements
to install the two packages first, please follow the instruction above, instead of using
`pip install squirrel-core` and `pip install squirrel-datasets-core` directly. We kindly ask for your patience.)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move this disclaimer to be the first line of Installation. We should add two lines to clone the repos first. Then for the editable install commands, we can state -e squirrel-core and -e squirrel-datasets-core

README.md Outdated Show resolved Hide resolved
@TiansuYu TiansuYu requested a review from AlpAribal March 14, 2022 10:54
Copy link
Contributor

@AlpAribal AlpAribal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@TiansuYu TiansuYu merged commit 2a3eb12 into main Mar 14, 2022
@TiansuYu TiansuYu deleted the tiansu-add-sphinx-command branch March 14, 2022 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants