Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .azure-pipelines/scripts/codeScan/pyspelling/lpot_dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2378,3 +2378,4 @@ constfold
grappler
amsgrad
qoperator
apis
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Intel® Neural Compressor validated 420+ [examples](./examples) for quantization
<td colspan="3" align="center"><a href="./docs/source/design.md">Architecture</a></td>
<td colspan="2" align="center"><a href="https://github.com/intel/neural-compressor/tree/master/examples">Examples</a></td>
<td colspan="2" align="center"><a href="./docs/source/bench.md">GUI</a></td>
<td colspan="2" align="center"><a href="./docs/source/api-introduction.md">APIs</a></td>
<td colspan="2" align="center"><a href="https://intel.github.io/neural-compressor/api-documentation/apis.html">APIs</a></td>
</tr>
<tr>
<td colspan="5" align="center"><a href="https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-ai-linux/top.html">Intel oneAPI AI Analytics Toolkit</a></td>
Expand All @@ -194,7 +194,7 @@ Intel® Neural Compressor validated 420+ [examples](./examples) for quantization
</thead>
<tbody>
<tr>
<td colspan="2" align="center"><a href="./docs/source/Quantization.md">Quantization</a></td>
<td colspan="2" align="center"><a href="./docs/source/quantization.md">Quantization</a></td>
<td colspan="1" align="center"><a href="./docs/source/pruning.md">Pruning(Sparsity)</a></td>
<td colspan="2" align="center"><a href="./docs/source/distillation.md">Knowledge Distillation</a></td>
<td colspan="2" align="center"><a href="./docs/source/mixed_precision.md">Mixed Precision</a></td>
Expand Down
14 changes: 4 additions & 10 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,11 @@ help:

html:
# cp README.md to docs, modify response-link
cp -f "../README.md" "./source/README.md"
cp -f "../README.md" "./source/getting_started.md"
cp -f "../SECURITY.md" "./source/SECURITY.md"
cp -f "./source/README.md" "./source/README.md.tmp"
sed 's/.md/.html/g; s/.\/docs\/source\//.\//g; s/.\/neural_coder\/extensions\/screenshots/imgs/g; s/.\/docs\/source\/_static/..\/\/_static/g; s/.\/examples/https:\/\/github.com\/intel\/neural-compressor\/tree\/master\/examples/g; s/.md/.html/g; ' "./source/README.md.tmp" > "./source/README.md"
rm -f "./source/README.md.tmp"

# modify docList
cp -f "./source/doclist.rst" "./source/doclist.rst.tmp"
sed 's/.md/.html/g;' "./source/doclist.rst.tmp" > "./source/doclist.rst"
rm -f "./source/doclist.rst.tmp"

cp -f "./source/getting_started.md" "./source/getting_started.md.tmp"
sed 's/.md/.html/g; s/.\/docs\/source\//.\//g; s/.\/neural_coder\/extensions\/screenshots/imgs/g; s/.\/docs\/source\/_static/..\/\/_static/g; s/.\/examples/https:\/\/github.com\/intel\/neural-compressor\/tree\/master\/examples/g; s/.md/.html/g; ' "./source/getting_started.md.tmp" > "./source/getting_started.md"
rm -f "./source/getting_started.md.tmp"

# make sure other png can display normal
$(SPHINXBUILD) -b html "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) $(O)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Intel® Neural Compressor validated 420+ [examples](./examples) for quantization
<td colspan="3" align="center"><a href="./design.html">Architecture</a></td>
<td colspan="2" align="center"><a href="https://github.com/intel/neural-compressor/tree/master/examples">Examples</a></td>
<td colspan="2" align="center"><a href="./bench.html">GUI</a></td>
<td colspan="2" align="center"><a href="./api-introduction.html">APIs</a></td>
<td colspan="2" align="center"><a href="https://intel.github.io/neural-compressor/api-documentation/apis.html">APIs</a></td>
</tr>
<tr>
<td colspan="5" align="center"><a href="https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-ai-linux/top.html">Intel oneAPI AI Analytics Toolkit</a></td>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/_static/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<meta http-equiv="refresh" content="0; URL='README.html'" />
<meta http-equiv="refresh" content="0; URL='getting_started.html'" />
210 changes: 0 additions & 210 deletions docs/source/api-documentation/api-introduction.md

This file was deleted.

68 changes: 0 additions & 68 deletions docs/source/doclist.rst

This file was deleted.

Loading