Skip to content

Commit 6ec26d2

Browse files
Api ref links docs rename (#1183)
* API Ref links + mlmodel docs copy + docs rename * fixup! API Ref links + mlmodel docs copy + docs rename
1 parent 82c8d96 commit 6ec26d2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+668
-1030
lines changed

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For more information, see the following:
5353
* Core ML Tools [README](README.md) file for this repository
5454
* [Release Notes](https://github.com/apple/coremltools/releases/) for the current release and previous releases
5555
* [Guides and examples](https://coremltools.readme.io/) with installation and troubleshooting
56-
* [API Reference](https://coremltools.readme.io/reference/convertersconvert)
56+
* [API Reference](https://apple.github.io/coremltools/index.html)
5757
* [Core ML Specification](https://mlmodel.readme.io/)
5858
* [Contribution Guidelines](CONTRIBUTING.md) for reporting issues and making requests
5959

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For more information, see the following:
3535
* Core ML Tools [README](README.md) file for this repository
3636
* [Release Notes](https://github.com/apple/coremltools/releases/) for the current release and previous releases
3737
* [Guides and examples](https://coremltools.readme.io/) with installation and troubleshooting
38-
* [API Reference](https://coremltools.readme.io/reference/convertersconvert)
38+
* [API Reference](https://apple.github.io/coremltools/index.html)
3939
* [Core ML Specification](https://mlmodel.readme.io/)
4040
* [Building from Source](BUILDING.md)
4141

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To install coremltools, see the [“Installation“ page](https://coremltools.re
3434

3535
* [Release Notes](https://github.com/apple/coremltools/releases/)
3636
* [Guides and examples](https://coremltools.readme.io/)
37-
* [API Reference](https://coremltools.readme.io/reference/convertersconvert)
37+
* [API Reference](https://apple.github.io/coremltools/index.html)
3838
* [Core ML Specification](https://mlmodel.readme.io/)
3939
* [Building from Source](BUILDING.md)
4040
* [Contribution Guidelines](CONTRIBUTING.md)

docs-api/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs-api/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs-api/conf.py

Lines changed: 0 additions & 66 deletions
This file was deleted.

docs-api/index.rst

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/MIL/coremltools.converters.mil.input_types.rst

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/MIL/coremltools.converters.mil.ops.rst

Lines changed: 0 additions & 195 deletions
This file was deleted.

docs/Makefile

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Minimal makefile for Sphinx documentation
22
#
33

4-
# You can set these variables from the command line.
5-
SPHINXOPTS =
6-
SPHINXBUILD = sphinx-build
7-
SPHINXPROJ = coremltools
4+
# You can set these variables from the command line, and also
5+
# from the environment for the first two.
6+
SPHINXOPTS ?=
7+
SPHINXBUILD ?= sphinx-build
88
SOURCEDIR = .
99
BUILDDIR = _build
1010

@@ -18,9 +18,3 @@ help:
1818
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1919
%: Makefile
2020
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
21-
22-
clean:
23-
rm -rf _build
24-
rm -rf _static
25-
rm -rf _templates
26-
rm -rf **/generated

0 commit comments

Comments
 (0)