Skip to content

Commit 616e75f

Browse files
asthana86shauheen
authored andcommitted
Change "Documentation" folder to "docs" (#87)
* Changing name "Documentation" to "docs" for consistency in the repo. Fixes #143
1 parent c5d168d commit 616e75f

File tree

10 files changed

+11
-10
lines changed

10 files changed

+11
-10
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ All commits in a pull request will be squashed to a single commit with the origi
2424

2525
# Contributing
2626

27-
See [Contributing](Documentation/project-docs/contributing.md) for information about coding styles, source structure, making pull requests, and more.
27+
See [Contributing](docs/project-docs/contributing.md) for information about coding styles, source structure, making pull requests, and more.
2828

2929
# Developers
3030

31-
See the [Developer Guide](Documentation/project-docs/developer-guide.md) for details about developing in this repo.
31+
See the [Developer Guide](docs/project-docs/developer-guide.md) for details about developing in this repo.

Microsoft.ML.sln

+6-5
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ML.Sweeper", "src
5858
EndProject
5959
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{E20AF96D-3F66-4065-8A89-BEE479D74536}"
6060
ProjectSection(SolutionItems) = preProject
61-
Documentation\README.md = Documentation\README.md
61+
docs\README.md = docs\README.md
62+
docs\release-notes\0.1\release-0.1.md = docs\release-notes\0.1\release-0.1.md
6263
EndProjectSection
6364
EndProject
6465
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project-docs", "project-docs", "{52794B40-AB8A-41AF-9EF7-799C80D6E0BC}"
6566
ProjectSection(SolutionItems) = preProject
66-
Documentation\project-docs\contributing.md = Documentation\project-docs\contributing.md
67-
Documentation\project-docs\developer-guide.md = Documentation\project-docs\developer-guide.md
67+
docs\project-docs\contributing.md = docs\project-docs\contributing.md
68+
docs\project-docs\developer-guide.md = docs\project-docs\developer-guide.md
6869
EndProjectSection
6970
EndProject
7071
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{76F579E4-B9D2-4A0C-A511-EEFA4B2B829F}"
@@ -76,8 +77,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
7677
EndProject
7778
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "building", "building", "{DB751004-5D49-4B88-B78F-29CA9887087D}"
7879
ProjectSection(SolutionItems) = preProject
79-
Documentation\building\unix-instructions.md = Documentation\building\unix-instructions.md
80-
Documentation\building\windows-instructions.md = Documentation\building\windows-instructions.md
80+
docs\building\unix-instructions.md = docs\building\unix-instructions.md
81+
docs\building\windows-instructions.md = docs\building\windows-instructions.md
8182
EndProjectSection
8283
EndProject
8384
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "specs", "specs", "{2DEFC784-F2B5-44EA-ABBB-0DCF3E689DAC}"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Along with these ML capabilities this first release of ML.NET also brings the fi
1818

1919
ML.NET runs on Windows, Linux, and macOS - any platform where 64 bit [.NET Core](https://github.com/dotnet/core) or later is available.
2020

21-
The current release is 0.1. Check out the [release notes](Documentation/release-notes/0.1/release-0.1.md).
21+
The current release is 0.1. Check out the [release notes](docs/release-notes/0.1/release-0.1.md).
2222

2323
First ensure you have installed [.NET Core 2.0](https://www.microsoft.com/net/learn/get-started) or later. ML.NET also works on the .NET Framework. Note that ML.NET currently must run in a 64 bit process.
2424

@@ -40,7 +40,7 @@ Daily NuGet builds of the project are also available in our MyGet feed:
4040
4141
## Building
4242

43-
To build ML.NET from source please visit our [developers guide](Documentation/project-docs/developer-guide.md).
43+
To build ML.NET from source please visit our [developers guide](docs/project-docs/developer-guide.md).
4444

4545
| | x64 Debug | x64 Release |
4646
|:---|----------------:|------------------:|
File renamed without changes.

Documentation/release-notes/0.1/release-0.1.md renamed to docs/release-notes/0.1/release-0.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dotnet add package Microsoft.ML
1313

1414
From package manager:
1515
```
16-
Install-Package Microsoft.ML
16+
Install-Package Microsoft.ML
1717
```
1818

1919
Or from within Visual Studio's NuGet package manager.
File renamed without changes.

0 commit comments

Comments
 (0)