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

Fix contributing doc problems #335

Merged
merged 40 commits into from
Nov 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
2f43244
refactor doc
scarlett2018 Oct 18, 2018
01dd6e7
update with Mao's suggestions
scarlett2018 Oct 19, 2018
e034529
Set theme jekyll-theme-dinky
scarlett2018 Oct 19, 2018
6447fb1
update doc
scarlett2018 Oct 22, 2018
2bd43e5
fix links
scarlett2018 Oct 22, 2018
6a11b6c
fix links
scarlett2018 Oct 22, 2018
e229100
fix links
scarlett2018 Oct 22, 2018
cba517c
merge
scarlett2018 Oct 25, 2018
781ee75
merge
scarlett2018 Oct 25, 2018
4a4804f
fix links and doc errors
scarlett2018 Oct 25, 2018
091e502
merge
scarlett2018 Oct 25, 2018
c6b3d35
merge
scarlett2018 Oct 25, 2018
b141cff
merge
scarlett2018 Oct 25, 2018
47da3ba
merge
scarlett2018 Oct 25, 2018
0199e6a
Merge remote-tracking branch 'upstream/master'
scarlett2018 Oct 26, 2018
4a8c8a9
Quick fix nnictl config logic (#289)
SparkSnail Oct 31, 2018
ccc3939
merge
scarlett2018 Oct 31, 2018
1ce3310
merge
scarlett2018 Oct 31, 2018
3e8920a
updated the "Contribute" part (merged Gems' wiki in, updated ReadMe)
scarlett2018 Oct 31, 2018
91fd9b6
fix link
scarlett2018 Oct 31, 2018
a2ca6f1
Merge remote-tracking branch 'upstream/master'
scarlett2018 Nov 1, 2018
fa08220
Merge remote-tracking branch 'upstream/master'
scarlett2018 Nov 1, 2018
9fdc11e
revise the installation cmd to v0.2
scarlett2018 Nov 1, 2018
d777f13
revise to install v0.2
scarlett2018 Nov 1, 2018
3bc77dc
Merge branch 'v0.3' into master
chicm-ms Nov 1, 2018
233c7ee
Update nnictl_utils.py
scarlett2018 Nov 1, 2018
13fb771
Update nnictl_utils.py
QuanluZhang Nov 1, 2018
e0f31db
Update nnictl_utils.py
QuanluZhang Nov 1, 2018
edb4bc7
Merge branch 'master' into master
scarlett2018 Nov 1, 2018
e941d70
merge
scarlett2018 Nov 2, 2018
3b0d00a
Merge branch 'master' of https://github.com/scarlett2018/nni
scarlett2018 Nov 2, 2018
a889587
Update documentation for v0.3
scarlett2018 Nov 2, 2018
d4eb8b6
Merge remote-tracking branch 'upstream/master'
scarlett2018 Nov 5, 2018
804b3be
Merge remote-tracking branch 'upstream/master'
scarlett2018 Nov 5, 2018
f232d44
update release note
scarlett2018 Nov 5, 2018
f8877f3
update v0.3.0 release note +1
scarlett2018 Nov 5, 2018
f885c0e
Merge remote-tracking branch 'upstream/master'
scarlett2018 Nov 5, 2018
3586cfe
update doc for installation tag v0.3.3
scarlett2018 Nov 5, 2018
8886ddb
Merge remote-tracking branch 'upstream/master'
scarlett2018 Nov 6, 2018
25626d5
fix contributing doc problems
scarlett2018 Nov 7, 2018
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
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ When raising issues, please specify the following:

Provide PRs with appropriate tags for bug fixes or enhancements to the source code. Do follow the correct naming conventions and code styles when you work on and do try to implement all code reviews along the way.

If you are looking for How to go about contributing and debugging the NNI source code, you can refer our [How to Contribute](./HowToContribute.md) file in the `docs` folder.
If you are looking for How to develop and debug the NNI source code, you can refer to [How to set up NNI developer environment doc](./SetupNNIDeveloperEnvironment.md) file in the `docs` folder.

Similarly for [writing trials](./WriteYourTrial.md) or [starting experiments](StartExperiment.md). For everything else, refer [here](https://github.com/Microsoft/nni/tree/master/docs).

Expand Down
2 changes: 1 addition & 1 deletion docs/SetupNNIDeveloperEnvironment.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ And open WebUI to check if everything is OK

**6. Redeploy**

After you change some code, just use **step 4** to rebuild your code, then the change will take effect immediately
After the code changes, use **step 3** to rebuild your codes, then the changes will take effect immediately.

---
At last, wish you have a wonderful day.
Expand Down