diff --git a/docs/python_docs/README.md b/docs/python_docs/README.md index 32729e3b54a8..8b4c13b0de43 100644 --- a/docs/python_docs/README.md +++ b/docs/python_docs/README.md @@ -1,10 +1,24 @@ -# README -This is an in-progress project for the MXNet documentation website. + + + + + + + + + -Preview at https://beta.mxnet.io/ + + + + + + + +# README -## [What's new](https://github.com/mli/new-docs/wiki/What's-new) +Preview at https://mxnet-beta.staged.apache.org/ -## [Roadmap](https://github.com/mli/new-docs/projects/1) +## [Building the Docs and Website](https://cwiki.apache.org/confluence/display/MXNET/Building+the+New+Website) -## [Contribute](python/README.md) +## [Technical details for the building the Python microsite](python/README.md) \ No newline at end of file diff --git a/docs/python_docs/_static/google_analytics.js b/docs/python_docs/_static/google_analytics.js index 878904658761..440ff274dc44 100644 --- a/docs/python_docs/_static/google_analytics.js +++ b/docs/python_docs/_static/google_analytics.js @@ -1,4 +1,23 @@ - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ +/*! + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); diff --git a/docs/python_docs/python/Makefile b/docs/python_docs/python/Makefile index cfb277e8d093..8bbb10cee521 100644 --- a/docs/python_docs/python/Makefile +++ b/docs/python_docs/python/Makefile @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + all: html # markdown files that will not be evaluated, simply copy to build/ diff --git a/docs/python_docs/python/README.md b/docs/python_docs/python/README.md index b9de8273f002..4c52c5d9a50d 100644 --- a/docs/python_docs/python/README.md +++ b/docs/python_docs/python/README.md @@ -1,8 +1,27 @@ + + + + + + + + + + + + + + + + + # Python binding docs -The following guide will help you build a local version of the website, +The following guide will help you build a local version of the Python API website, so that you may work on and test any contributions. +It is recommended that you read the MXNet developer wiki's info on [building the website & docs](https://cwiki.apache.org/confluence/display/MXNET/Building+the+New+Website) as that includes info on how to test and build the site using Docker. The following information should only be used if you can't use Docker or if you're trying to run the site locally. + ## Setup The default configuration requires a GPU and CUDA 9.2 and expects Ubuntu. @@ -50,7 +69,7 @@ Install recommended software: - The `choco`, `make`, and `conda` commands should work in `git bash`. ### Conda environment setup -Run the following commands from the project root (`new-docs`) to setup the environment. +Run the following commands from the project root (`python-docs`) to setup the environment. ```bash conda env create -f environment.yml @@ -59,7 +78,7 @@ source activate mxnet-docs ## Build the docs -* Change directories to `new-docs/python`. +* Change directories to `python-docs/python`. To build without GPUs and without testing the notebooks (faster): diff --git a/docs/python_docs/python/api/advanced/index.rst b/docs/python_docs/python/api/advanced/index.rst index d01acd0da0e2..1af3690624ea 100644 --- a/docs/python_docs/python/api/advanced/index.rst +++ b/docs/python_docs/python/api/advanced/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Advanced modules ================= diff --git a/docs/python_docs/python/api/advanced/mxnet.engine.rst b/docs/python_docs/python/api/advanced/mxnet.engine.rst index 121a9aa5312e..17b31c5ae315 100644 --- a/docs/python_docs/python/api/advanced/mxnet.engine.rst +++ b/docs/python_docs/python/api/advanced/mxnet.engine.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.engine ============ diff --git a/docs/python_docs/python/api/advanced/mxnet.executor.rst b/docs/python_docs/python/api/advanced/mxnet.executor.rst index ed0aea710837..a84f10f4f852 100644 --- a/docs/python_docs/python/api/advanced/mxnet.executor.rst +++ b/docs/python_docs/python/api/advanced/mxnet.executor.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.executor ============== diff --git a/docs/python_docs/python/api/advanced/mxnet.executor_manager.rst b/docs/python_docs/python/api/advanced/mxnet.executor_manager.rst index 86f001cda8bd..30476b6e3da0 100644 --- a/docs/python_docs/python/api/advanced/mxnet.executor_manager.rst +++ b/docs/python_docs/python/api/advanced/mxnet.executor_manager.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.executor\_manager ======================= diff --git a/docs/python_docs/python/api/advanced/mxnet.kvstore_server.rst b/docs/python_docs/python/api/advanced/mxnet.kvstore_server.rst index 86b1b7a56a7a..6ea8e0d2f296 100644 --- a/docs/python_docs/python/api/advanced/mxnet.kvstore_server.rst +++ b/docs/python_docs/python/api/advanced/mxnet.kvstore_server.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.kvstore\_server ===================== diff --git a/docs/python_docs/python/api/advanced/mxnet.rtc.rst b/docs/python_docs/python/api/advanced/mxnet.rtc.rst index 12478e941381..b6ab2c16b745 100644 --- a/docs/python_docs/python/api/advanced/mxnet.rtc.rst +++ b/docs/python_docs/python/api/advanced/mxnet.rtc.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.rtc ========= diff --git a/docs/python_docs/python/api/advanced/mxnet.test_utils.rst b/docs/python_docs/python/api/advanced/mxnet.test_utils.rst index c2bdf5d7607c..65392d3fc432 100644 --- a/docs/python_docs/python/api/advanced/mxnet.test_utils.rst +++ b/docs/python_docs/python/api/advanced/mxnet.test_utils.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.test\_utils ================= diff --git a/docs/python_docs/python/api/advanced/mxnet.util.rst b/docs/python_docs/python/api/advanced/mxnet.util.rst index 539b261fac6c..c9d3f5eeb8a4 100644 --- a/docs/python_docs/python/api/advanced/mxnet.util.rst +++ b/docs/python_docs/python/api/advanced/mxnet.util.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.util ========== diff --git a/docs/python_docs/python/api/gluon-related/index.rst b/docs/python_docs/python/api/gluon-related/index.rst index 38e902a0b7f4..0f02f239db8b 100644 --- a/docs/python_docs/python/api/gluon-related/index.rst +++ b/docs/python_docs/python/api/gluon-related/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Gluon related modules ====================== diff --git a/docs/python_docs/python/api/gluon-related/mxnet.autograd.rst b/docs/python_docs/python/api/gluon-related/mxnet.autograd.rst index e4b5e44273c7..ee37e5e89f07 100644 --- a/docs/python_docs/python/api/gluon-related/mxnet.autograd.rst +++ b/docs/python_docs/python/api/gluon-related/mxnet.autograd.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.autograd =================== diff --git a/docs/python_docs/python/api/gluon-related/mxnet.context.rst b/docs/python_docs/python/api/gluon-related/mxnet.context.rst index 49bfddcef8c9..12e51834c7d3 100644 --- a/docs/python_docs/python/api/gluon-related/mxnet.context.rst +++ b/docs/python_docs/python/api/gluon-related/mxnet.context.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.context ============= diff --git a/docs/python_docs/python/api/gluon-related/mxnet.image.rst b/docs/python_docs/python/api/gluon-related/mxnet.image.rst index 31dad7df2030..84d2095f470d 100644 --- a/docs/python_docs/python/api/gluon-related/mxnet.image.rst +++ b/docs/python_docs/python/api/gluon-related/mxnet.image.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.image =========== diff --git a/docs/python_docs/python/api/gluon-related/mxnet.initializer.rst b/docs/python_docs/python/api/gluon-related/mxnet.initializer.rst index 899d38ea87b8..bb2480cf58de 100644 --- a/docs/python_docs/python/api/gluon-related/mxnet.initializer.rst +++ b/docs/python_docs/python/api/gluon-related/mxnet.initializer.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.initializer ================= diff --git a/docs/python_docs/python/api/gluon-related/mxnet.io.rst b/docs/python_docs/python/api/gluon-related/mxnet.io.rst index 8fd8c55bc2b4..8b0cdf653ddd 100644 --- a/docs/python_docs/python/api/gluon-related/mxnet.io.rst +++ b/docs/python_docs/python/api/gluon-related/mxnet.io.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.io ======== diff --git a/docs/python_docs/python/api/gluon-related/mxnet.kvstore.KVStore.rst b/docs/python_docs/python/api/gluon-related/mxnet.kvstore.KVStore.rst index c0fb62b7ad53..aa5ebb391115 100644 --- a/docs/python_docs/python/api/gluon-related/mxnet.kvstore.KVStore.rst +++ b/docs/python_docs/python/api/gluon-related/mxnet.kvstore.KVStore.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + KVStore ======= diff --git a/docs/python_docs/python/api/gluon-related/mxnet.kvstore.create.rst b/docs/python_docs/python/api/gluon-related/mxnet.kvstore.create.rst index 38717db93756..1a317221b17b 100644 --- a/docs/python_docs/python/api/gluon-related/mxnet.kvstore.create.rst +++ b/docs/python_docs/python/api/gluon-related/mxnet.kvstore.create.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + create ====== diff --git a/docs/python_docs/python/api/gluon-related/mxnet.kvstore.rst b/docs/python_docs/python/api/gluon-related/mxnet.kvstore.rst index 9685861c9003..815335215575 100644 --- a/docs/python_docs/python/api/gluon-related/mxnet.kvstore.rst +++ b/docs/python_docs/python/api/gluon-related/mxnet.kvstore.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.kvstore ============= diff --git a/docs/python_docs/python/api/gluon-related/mxnet.lr_scheduler.rst b/docs/python_docs/python/api/gluon-related/mxnet.lr_scheduler.rst index fe3018b778e5..b4707ae34f7e 100644 --- a/docs/python_docs/python/api/gluon-related/mxnet.lr_scheduler.rst +++ b/docs/python_docs/python/api/gluon-related/mxnet.lr_scheduler.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.lr\_scheduler =================== diff --git a/docs/python_docs/python/api/gluon-related/mxnet.metric.rst b/docs/python_docs/python/api/gluon-related/mxnet.metric.rst index b2c4cbacb2fe..cb11c9597590 100644 --- a/docs/python_docs/python/api/gluon-related/mxnet.metric.rst +++ b/docs/python_docs/python/api/gluon-related/mxnet.metric.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.metric ============ diff --git a/docs/python_docs/python/api/gluon-related/mxnet.optimizer.rst b/docs/python_docs/python/api/gluon-related/mxnet.optimizer.rst index ecf952e29c85..dc92ed24b3c5 100644 --- a/docs/python_docs/python/api/gluon-related/mxnet.optimizer.rst +++ b/docs/python_docs/python/api/gluon-related/mxnet.optimizer.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.optimizer =============== diff --git a/docs/python_docs/python/api/gluon-related/mxnet.profiler.rst b/docs/python_docs/python/api/gluon-related/mxnet.profiler.rst index 8d4224790cfb..9307220a57e3 100644 --- a/docs/python_docs/python/api/gluon-related/mxnet.profiler.rst +++ b/docs/python_docs/python/api/gluon-related/mxnet.profiler.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.profiler ============== diff --git a/docs/python_docs/python/api/gluon-related/mxnet.random.rst b/docs/python_docs/python/api/gluon-related/mxnet.random.rst index f71d24fec3dc..348b48c62cd8 100644 --- a/docs/python_docs/python/api/gluon-related/mxnet.random.rst +++ b/docs/python_docs/python/api/gluon-related/mxnet.random.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.random ============ diff --git a/docs/python_docs/python/api/gluon-related/mxnet.recordio.rst b/docs/python_docs/python/api/gluon-related/mxnet.recordio.rst index ed406df2625c..1fa6de759ffc 100644 --- a/docs/python_docs/python/api/gluon-related/mxnet.recordio.rst +++ b/docs/python_docs/python/api/gluon-related/mxnet.recordio.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.recordio ============== diff --git a/docs/python_docs/python/api/gluon/index.rst b/docs/python_docs/python/api/gluon/index.rst index bc04bbb304ec..e2c8aa99961c 100644 --- a/docs/python_docs/python/api/gluon/index.rst +++ b/docs/python_docs/python/api/gluon/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.gluon ======================= diff --git a/docs/python_docs/python/api/gluon/mxnet.gluon.Constant.rst b/docs/python_docs/python/api/gluon/mxnet.gluon.Constant.rst index 24914df80613..2db732f6872f 100644 --- a/docs/python_docs/python/api/gluon/mxnet.gluon.Constant.rst +++ b/docs/python_docs/python/api/gluon/mxnet.gluon.Constant.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Constant ======== diff --git a/docs/python_docs/python/api/gluon/mxnet.gluon.HybridBlock.rst b/docs/python_docs/python/api/gluon/mxnet.gluon.HybridBlock.rst index 98c0f429b8e5..ebba455d2f23 100644 --- a/docs/python_docs/python/api/gluon/mxnet.gluon.HybridBlock.rst +++ b/docs/python_docs/python/api/gluon/mxnet.gluon.HybridBlock.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + HybridBlock =========== diff --git a/docs/python_docs/python/api/gluon/mxnet.gluon.ParameterDict.rst b/docs/python_docs/python/api/gluon/mxnet.gluon.ParameterDict.rst index 9029c2ba0e37..3750ae8ad9c5 100644 --- a/docs/python_docs/python/api/gluon/mxnet.gluon.ParameterDict.rst +++ b/docs/python_docs/python/api/gluon/mxnet.gluon.ParameterDict.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + ParameterDict ============= diff --git a/docs/python_docs/python/api/gluon/mxnet.gluon.SymbolBlock.rst b/docs/python_docs/python/api/gluon/mxnet.gluon.SymbolBlock.rst index 0f880e506d85..161e7a111b18 100644 --- a/docs/python_docs/python/api/gluon/mxnet.gluon.SymbolBlock.rst +++ b/docs/python_docs/python/api/gluon/mxnet.gluon.SymbolBlock.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + SymbolBlock =========== diff --git a/docs/python_docs/python/api/gluon/mxnet.gluon.Trainer.rst b/docs/python_docs/python/api/gluon/mxnet.gluon.Trainer.rst index 73eec14567a6..ff122c8481f1 100644 --- a/docs/python_docs/python/api/gluon/mxnet.gluon.Trainer.rst +++ b/docs/python_docs/python/api/gluon/mxnet.gluon.Trainer.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Trainer =========== diff --git a/docs/python_docs/python/api/gluon/mxnet.gluon.contrib.rst b/docs/python_docs/python/api/gluon/mxnet.gluon.contrib.rst index 72d87ddafbeb..848da81bf110 100644 --- a/docs/python_docs/python/api/gluon/mxnet.gluon.contrib.rst +++ b/docs/python_docs/python/api/gluon/mxnet.gluon.contrib.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + contrib ======= diff --git a/docs/python_docs/python/api/gluon/mxnet.gluon.data.rst b/docs/python_docs/python/api/gluon/mxnet.gluon.data.rst index ffc53827e283..aa4f985d75f8 100644 --- a/docs/python_docs/python/api/gluon/mxnet.gluon.data.rst +++ b/docs/python_docs/python/api/gluon/mxnet.gluon.data.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + data ==== diff --git a/docs/python_docs/python/api/gluon/mxnet.gluon.data.vision.rst b/docs/python_docs/python/api/gluon/mxnet.gluon.data.vision.rst index a04c1c8a7410..062a894b48f4 100644 --- a/docs/python_docs/python/api/gluon/mxnet.gluon.data.vision.rst +++ b/docs/python_docs/python/api/gluon/mxnet.gluon.data.vision.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + data.vision ============ diff --git a/docs/python_docs/python/api/gluon/mxnet.gluon.loss.rst b/docs/python_docs/python/api/gluon/mxnet.gluon.loss.rst index 7e3bfc35eab9..e18b86da7006 100644 --- a/docs/python_docs/python/api/gluon/mxnet.gluon.loss.rst +++ b/docs/python_docs/python/api/gluon/mxnet.gluon.loss.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + ``loss`` ================================= diff --git a/docs/python_docs/python/api/gluon/mxnet.gluon.model_zoo.rst b/docs/python_docs/python/api/gluon/mxnet.gluon.model_zoo.rst index a0f689d3c0e0..0212528d8259 100644 --- a/docs/python_docs/python/api/gluon/mxnet.gluon.model_zoo.rst +++ b/docs/python_docs/python/api/gluon/mxnet.gluon.model_zoo.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + model_zoo.vision ================= diff --git a/docs/python_docs/python/api/gluon/mxnet.gluon.nn.Block.rst b/docs/python_docs/python/api/gluon/mxnet.gluon.nn.Block.rst index 58f191801ce9..fbf843dceedb 100644 --- a/docs/python_docs/python/api/gluon/mxnet.gluon.nn.Block.rst +++ b/docs/python_docs/python/api/gluon/mxnet.gluon.nn.Block.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Block ===== diff --git a/docs/python_docs/python/api/gluon/mxnet.gluon.nn.HybridBlock.rst b/docs/python_docs/python/api/gluon/mxnet.gluon.nn.HybridBlock.rst index 897c02354ded..4d93820f85a0 100644 --- a/docs/python_docs/python/api/gluon/mxnet.gluon.nn.HybridBlock.rst +++ b/docs/python_docs/python/api/gluon/mxnet.gluon.nn.HybridBlock.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + HybridBlock =========== diff --git a/docs/python_docs/python/api/gluon/mxnet.gluon.nn.SymbolBlock.rst b/docs/python_docs/python/api/gluon/mxnet.gluon.nn.SymbolBlock.rst index 1f935d2496fc..1275adbe0a97 100644 --- a/docs/python_docs/python/api/gluon/mxnet.gluon.nn.SymbolBlock.rst +++ b/docs/python_docs/python/api/gluon/mxnet.gluon.nn.SymbolBlock.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + SymbolBlock =========== diff --git a/docs/python_docs/python/api/gluon/mxnet.gluon.parameter.rst b/docs/python_docs/python/api/gluon/mxnet.gluon.parameter.rst index cdc044ad0cb4..e21fd92de331 100644 --- a/docs/python_docs/python/api/gluon/mxnet.gluon.parameter.rst +++ b/docs/python_docs/python/api/gluon/mxnet.gluon.parameter.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Parameter ========= diff --git a/docs/python_docs/python/api/gluon/mxnet.gluon.utils.rst b/docs/python_docs/python/api/gluon/mxnet.gluon.utils.rst index e986fcebed8a..661217aae6c7 100644 --- a/docs/python_docs/python/api/gluon/mxnet.gluon.utils.rst +++ b/docs/python_docs/python/api/gluon/mxnet.gluon.utils.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + utils ========= diff --git a/docs/python_docs/python/api/gluon/nn.rst b/docs/python_docs/python/api/gluon/nn.rst index cd9f1dfeb8c1..12d829d92720 100644 --- a/docs/python_docs/python/api/gluon/nn.rst +++ b/docs/python_docs/python/api/gluon/nn.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + nn and contrib.nn ========================= diff --git a/docs/python_docs/python/api/gluon/rnn.rst b/docs/python_docs/python/api/gluon/rnn.rst index fb0c8291e73f..b13df3094813 100644 --- a/docs/python_docs/python/api/gluon/rnn.rst +++ b/docs/python_docs/python/api/gluon/rnn.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + rnn and contrib.rnn ============================ diff --git a/docs/python_docs/python/api/index.rst b/docs/python_docs/python/api/index.rst index 54e15acdf7b9..7e08f0707550 100644 --- a/docs/python_docs/python/api/index.rst +++ b/docs/python_docs/python/api/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Python API ========== diff --git a/docs/python_docs/python/api/ndarray/index.rst b/docs/python_docs/python/api/ndarray/index.rst index ca06adc4f683..f09fd48215ff 100644 --- a/docs/python_docs/python/api/ndarray/index.rst +++ b/docs/python_docs/python/api/ndarray/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.ndarray ============= diff --git a/docs/python_docs/python/api/ndarray/mxnet.ndarray.NDArray.rst b/docs/python_docs/python/api/ndarray/mxnet.ndarray.NDArray.rst index a0b85511c924..4c7edd4cd4d8 100644 --- a/docs/python_docs/python/api/ndarray/mxnet.ndarray.NDArray.rst +++ b/docs/python_docs/python/api/ndarray/mxnet.ndarray.NDArray.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + NDArray ================= diff --git a/docs/python_docs/python/api/ndarray/mxnet.ndarray.sparse.CSRNDArray.rst b/docs/python_docs/python/api/ndarray/mxnet.ndarray.sparse.CSRNDArray.rst index 0728e6e5ca66..ab9b9cb812c6 100644 --- a/docs/python_docs/python/api/ndarray/mxnet.ndarray.sparse.CSRNDArray.rst +++ b/docs/python_docs/python/api/ndarray/mxnet.ndarray.sparse.CSRNDArray.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + CSRNDArray ==================== diff --git a/docs/python_docs/python/api/ndarray/mxnet.ndarray.sparse.RowSparseNDArray.rst b/docs/python_docs/python/api/ndarray/mxnet.ndarray.sparse.RowSparseNDArray.rst index f79d1325ac94..7db86728ddea 100644 --- a/docs/python_docs/python/api/ndarray/mxnet.ndarray.sparse.RowSparseNDArray.rst +++ b/docs/python_docs/python/api/ndarray/mxnet.ndarray.sparse.RowSparseNDArray.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + RowSparseNDArray ========================== diff --git a/docs/python_docs/python/api/ndarray/routines.rst b/docs/python_docs/python/api/ndarray/routines.rst index 20cdc0aeb9ce..1931e1f5383b 100644 --- a/docs/python_docs/python/api/ndarray/routines.rst +++ b/docs/python_docs/python/api/ndarray/routines.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Routines ======== diff --git a/docs/python_docs/python/api/ndarray/sparse_routines.rst b/docs/python_docs/python/api/ndarray/sparse_routines.rst index 2c2e79e4c0c1..9f9fd5fd6287 100644 --- a/docs/python_docs/python/api/ndarray/sparse_routines.rst +++ b/docs/python_docs/python/api/ndarray/sparse_routines.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Sparse routines ===================================== diff --git a/docs/python_docs/python/api/symbol-related/index.rst b/docs/python_docs/python/api/symbol-related/index.rst index 11ce153da7ee..5cc5c14ec964 100644 --- a/docs/python_docs/python/api/symbol-related/index.rst +++ b/docs/python_docs/python/api/symbol-related/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Symbol related modules ====================== diff --git a/docs/python_docs/python/api/symbol-related/mxnet.callback.rst b/docs/python_docs/python/api/symbol-related/mxnet.callback.rst index 3175cc3bc9d1..5b06ba719bd2 100644 --- a/docs/python_docs/python/api/symbol-related/mxnet.callback.rst +++ b/docs/python_docs/python/api/symbol-related/mxnet.callback.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.callback ============== diff --git a/docs/python_docs/python/api/symbol-related/mxnet.model.rst b/docs/python_docs/python/api/symbol-related/mxnet.model.rst index bf21e0585422..5475fc8218ef 100644 --- a/docs/python_docs/python/api/symbol-related/mxnet.model.rst +++ b/docs/python_docs/python/api/symbol-related/mxnet.model.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.model =========== diff --git a/docs/python_docs/python/api/symbol-related/mxnet.module.rst b/docs/python_docs/python/api/symbol-related/mxnet.module.rst index f827a6d9bcca..f023d574fb89 100644 --- a/docs/python_docs/python/api/symbol-related/mxnet.module.rst +++ b/docs/python_docs/python/api/symbol-related/mxnet.module.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.module ============ diff --git a/docs/python_docs/python/api/symbol-related/mxnet.monitor.rst b/docs/python_docs/python/api/symbol-related/mxnet.monitor.rst index 47db6e67d58f..c7a9d38663c9 100644 --- a/docs/python_docs/python/api/symbol-related/mxnet.monitor.rst +++ b/docs/python_docs/python/api/symbol-related/mxnet.monitor.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.monitor ============= diff --git a/docs/python_docs/python/api/symbol-related/mxnet.visualization.rst b/docs/python_docs/python/api/symbol-related/mxnet.visualization.rst index 4d62f80ec9f3..732fd1e443c6 100644 --- a/docs/python_docs/python/api/symbol-related/mxnet.visualization.rst +++ b/docs/python_docs/python/api/symbol-related/mxnet.visualization.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.visualization =================== diff --git a/docs/python_docs/python/api/symbol/index.rst b/docs/python_docs/python/api/symbol/index.rst index 07c3b234965f..492c820ff5ac 100644 --- a/docs/python_docs/python/api/symbol/index.rst +++ b/docs/python_docs/python/api/symbol/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.symbol ========================= diff --git a/docs/python_docs/python/api/symbol/mxnet.symbol.Symbol.rst b/docs/python_docs/python/api/symbol/mxnet.symbol.Symbol.rst index dfbe53a61237..738fde742eda 100644 --- a/docs/python_docs/python/api/symbol/mxnet.symbol.Symbol.rst +++ b/docs/python_docs/python/api/symbol/mxnet.symbol.Symbol.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Symbol ====== diff --git a/docs/python_docs/python/api/symbol/mxnet.symbol.linalg.rst b/docs/python_docs/python/api/symbol/mxnet.symbol.linalg.rst index 0eac5b64f8d4..b7979dc006cb 100644 --- a/docs/python_docs/python/api/symbol/mxnet.symbol.linalg.rst +++ b/docs/python_docs/python/api/symbol/mxnet.symbol.linalg.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + mxnet.linalg ============ diff --git a/docs/python_docs/python/index.rst b/docs/python_docs/python/index.rst index d35c68ecf507..7c4fa7e91402 100644 --- a/docs/python_docs/python/index.rst +++ b/docs/python_docs/python/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Python Documentation ==================== diff --git a/docs/python_docs/python/scripts/md2ipynb.py b/docs/python_docs/python/scripts/md2ipynb.py index 497600d7bd5a..7793dea39847 100644 --- a/docs/python_docs/python/scripts/md2ipynb.py +++ b/docs/python_docs/python/scripts/md2ipynb.py @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + import sys import os import time diff --git a/docs/python_docs/python/scripts/process_rst.py b/docs/python_docs/python/scripts/process_rst.py index 2dd9bf2847f9..5daea3abf297 100644 --- a/docs/python_docs/python/scripts/process_rst.py +++ b/docs/python_docs/python/scripts/process_rst.py @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + import sys import os import re diff --git a/docs/python_docs/python/tutorials/deploy/export/export.rst b/docs/python_docs/python/tutorials/deploy/export/export.rst index 0464133ab506..a781581c1945 100644 --- a/docs/python_docs/python/tutorials/deploy/export/export.rst +++ b/docs/python_docs/python/tutorials/deploy/export/export.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Exporting Models ================ diff --git a/docs/python_docs/python/tutorials/deploy/export/index.rst b/docs/python_docs/python/tutorials/deploy/export/index.rst index 72ecc4148c69..e0e22ce3c7f0 100644 --- a/docs/python_docs/python/tutorials/deploy/export/index.rst +++ b/docs/python_docs/python/tutorials/deploy/export/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Export ====== diff --git a/docs/python_docs/python/tutorials/deploy/index.rst b/docs/python_docs/python/tutorials/deploy/index.rst index f24726dc69e1..447b9683b3bb 100644 --- a/docs/python_docs/python/tutorials/deploy/index.rst +++ b/docs/python_docs/python/tutorials/deploy/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Deployment ========== diff --git a/docs/python_docs/python/tutorials/deploy/inference/cpp.rst b/docs/python_docs/python/tutorials/deploy/inference/cpp.rst index 699004ec07d7..a24f9d19c592 100644 --- a/docs/python_docs/python/tutorials/deploy/inference/cpp.rst +++ b/docs/python_docs/python/tutorials/deploy/inference/cpp.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Deploy into C++ =============== diff --git a/docs/python_docs/python/tutorials/deploy/inference/index.rst b/docs/python_docs/python/tutorials/deploy/inference/index.rst index 425aff664b26..84facaedf1fe 100644 --- a/docs/python_docs/python/tutorials/deploy/inference/index.rst +++ b/docs/python_docs/python/tutorials/deploy/inference/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Inference ========= diff --git a/docs/python_docs/python/tutorials/deploy/inference/scala.rst b/docs/python_docs/python/tutorials/deploy/inference/scala.rst index f68d6c016c0f..81c7c71b069e 100644 --- a/docs/python_docs/python/tutorials/deploy/inference/scala.rst +++ b/docs/python_docs/python/tutorials/deploy/inference/scala.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Deploy into a Java or Scala Environment ======================================= diff --git a/docs/python_docs/python/tutorials/deploy/run-on-aws/cloud.rst b/docs/python_docs/python/tutorials/deploy/run-on-aws/cloud.rst index f3023dce7233..9562cea2b95a 100644 --- a/docs/python_docs/python/tutorials/deploy/run-on-aws/cloud.rst +++ b/docs/python_docs/python/tutorials/deploy/run-on-aws/cloud.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + MXNet on the Cloud ================== diff --git a/docs/python_docs/python/tutorials/deploy/run-on-aws/index.rst b/docs/python_docs/python/tutorials/deploy/run-on-aws/index.rst index 0ff702737f98..53a89a6580f2 100644 --- a/docs/python_docs/python/tutorials/deploy/run-on-aws/index.rst +++ b/docs/python_docs/python/tutorials/deploy/run-on-aws/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Run on AWS ========== diff --git a/docs/python_docs/python/tutorials/deploy/run-on-aws/use_ec2.rst b/docs/python_docs/python/tutorials/deploy/run-on-aws/use_ec2.rst index 63d63431aed3..dcbd67841596 100644 --- a/docs/python_docs/python/tutorials/deploy/run-on-aws/use_ec2.rst +++ b/docs/python_docs/python/tutorials/deploy/run-on-aws/use_ec2.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Run on an EC2 Instance ====================== diff --git a/docs/python_docs/python/tutorials/deploy/run-on-aws/use_sagemaker.rst b/docs/python_docs/python/tutorials/deploy/run-on-aws/use_sagemaker.rst index 327f8569ed28..d627befbd8fd 100644 --- a/docs/python_docs/python/tutorials/deploy/run-on-aws/use_sagemaker.rst +++ b/docs/python_docs/python/tutorials/deploy/run-on-aws/use_sagemaker.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Run on Amazon SageMaker ----------------------- diff --git a/docs/python_docs/python/tutorials/extend/index.rst b/docs/python_docs/python/tutorials/extend/index.rst index 3805876dae9a..1bc7cf37a026 100644 --- a/docs/python_docs/python/tutorials/extend/index.rst +++ b/docs/python_docs/python/tutorials/extend/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Customization ============= diff --git a/docs/python_docs/python/tutorials/getting-started/crash-course/1-ndarray.md b/docs/python_docs/python/tutorials/getting-started/crash-course/1-ndarray.md index f914b73d42eb..3378cc85829a 100644 --- a/docs/python_docs/python/tutorials/getting-started/crash-course/1-ndarray.md +++ b/docs/python_docs/python/tutorials/getting-started/crash-course/1-ndarray.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Manipulate data with `ndarray` We'll start by introducing the `NDArray`, MXNet’s primary tool for storing and transforming data. If you’ve worked with `NumPy` before, you’ll notice that a NDArray is, by design, similar to NumPy’s multi-dimensional array. diff --git a/docs/python_docs/python/tutorials/getting-started/crash-course/2-nn.md b/docs/python_docs/python/tutorials/getting-started/crash-course/2-nn.md index 3958f635d5a9..88bb030ea502 100644 --- a/docs/python_docs/python/tutorials/getting-started/crash-course/2-nn.md +++ b/docs/python_docs/python/tutorials/getting-started/crash-course/2-nn.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Create a neural network Now let's look how to create neural networks in Gluon. In addition the NDArray package (`nd`) that we just covered, we now will also import the neural network `nn` package from `gluon`. diff --git a/docs/python_docs/python/tutorials/getting-started/crash-course/3-autograd.md b/docs/python_docs/python/tutorials/getting-started/crash-course/3-autograd.md index cefe2f1916a8..b7cb9f4dee8b 100644 --- a/docs/python_docs/python/tutorials/getting-started/crash-course/3-autograd.md +++ b/docs/python_docs/python/tutorials/getting-started/crash-course/3-autograd.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Automatic differentiation with `autograd` We train models to get better and better as a function of experience. Usually, getting better means minimizing a loss function. To achieve this goal, we often iteratively compute the gradient of the loss with respect to weights and then update the weights accordingly. While the gradient calculations are straightforward through a chain rule, for complex models, working it out by hand can be a pain. diff --git a/docs/python_docs/python/tutorials/getting-started/crash-course/4-train.md b/docs/python_docs/python/tutorials/getting-started/crash-course/4-train.md index bdf6b18496a8..0513dae9f190 100644 --- a/docs/python_docs/python/tutorials/getting-started/crash-course/4-train.md +++ b/docs/python_docs/python/tutorials/getting-started/crash-course/4-train.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Train the neural network In this section, we will discuss how to train the previously defined network with data. We first import the libraries. The new ones are `mxnet.init` for more weight initialization methods, the `datasets` and `transforms` to load and transform computer vision datasets, `matplotlib` for drawing, and `time` for benchmarking. diff --git a/docs/python_docs/python/tutorials/getting-started/crash-course/5-predict.md b/docs/python_docs/python/tutorials/getting-started/crash-course/5-predict.md index 37b8c65f68cd..1804a6082494 100644 --- a/docs/python_docs/python/tutorials/getting-started/crash-course/5-predict.md +++ b/docs/python_docs/python/tutorials/getting-started/crash-course/5-predict.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Predict with a pre-trained model A saved model can be used in multiple places, such as to continue training, to fine tune the model, and for prediction. In this tutorial we will discuss how to predict new examples using a pretrained model. diff --git a/docs/python_docs/python/tutorials/getting-started/crash-course/6-use_gpus.md b/docs/python_docs/python/tutorials/getting-started/crash-course/6-use_gpus.md index d4ea6c7e91e8..b78c38ab7077 100644 --- a/docs/python_docs/python/tutorials/getting-started/crash-course/6-use_gpus.md +++ b/docs/python_docs/python/tutorials/getting-started/crash-course/6-use_gpus.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Use GPUs We often use GPUs to train and deploy neural networks, because it offers significant more computation power compared to CPUs. In this tutorial we will introduce how to use GPUs with MXNet. diff --git a/docs/python_docs/python/tutorials/getting-started/crash-course/index.rst b/docs/python_docs/python/tutorials/getting-started/crash-course/index.rst index cc0b0160fe67..124c94ae0814 100644 --- a/docs/python_docs/python/tutorials/getting-started/crash-course/index.rst +++ b/docs/python_docs/python/tutorials/getting-started/crash-course/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Crash Course ============ diff --git a/docs/python_docs/python/tutorials/getting-started/index.rst b/docs/python_docs/python/tutorials/getting-started/index.rst index 21de56e3eaa8..344d94aec7ab 100644 --- a/docs/python_docs/python/tutorials/getting-started/index.rst +++ b/docs/python_docs/python/tutorials/getting-started/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Getting Started =============== diff --git a/docs/python_docs/python/tutorials/getting-started/to-mxnet/index.rst b/docs/python_docs/python/tutorials/getting-started/to-mxnet/index.rst index 872446693e49..a2c370912f85 100644 --- a/docs/python_docs/python/tutorials/getting-started/to-mxnet/index.rst +++ b/docs/python_docs/python/tutorials/getting-started/to-mxnet/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Moving to MXNet from Other Frameworks ===================================== diff --git a/docs/python_docs/python/tutorials/getting-started/to-mxnet/pytorch.md b/docs/python_docs/python/tutorials/getting-started/to-mxnet/pytorch.md index 4c4195973d92..17a7614c51c4 100644 --- a/docs/python_docs/python/tutorials/getting-started/to-mxnet/pytorch.md +++ b/docs/python_docs/python/tutorials/getting-started/to-mxnet/pytorch.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # PyTorch vs Apache MXNet [PyTorch](https://pytorch.org/) is a popular deep learning framework due to its easy-to-understand API and its completely imperative approach. Apache MXNet includes the Gluon API which gives you the simplicity and flexibility of PyTorch and allows you to hybridize your network to leverage performance optimizations of the symbolic graph. As of April 2019, [NVidia performance benchmarks](https://developer.nvidia.com/deep-learning-performance-training-inference) show that Apache MXNet outperforms PyTorch by ~77% on training ResNet-50: 10,925 images per second vs. 6,175. diff --git a/docs/python_docs/python/tutorials/index.rst b/docs/python_docs/python/tutorials/index.rst index 80e5654552a2..7f409cc275ed 100644 --- a/docs/python_docs/python/tutorials/index.rst +++ b/docs/python_docs/python/tutorials/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Python Tutorials ===== diff --git a/docs/python_docs/python/tutorials/packages/autograd/autograd.md b/docs/python_docs/python/tutorials/packages/autograd/autograd.md index 58a8f6632ad2..2558ee04bdec 100644 --- a/docs/python_docs/python/tutorials/packages/autograd/autograd.md +++ b/docs/python_docs/python/tutorials/packages/autograd/autograd.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Automatic Differentiation ## Why do we need to calculate gradients? diff --git a/docs/python_docs/python/tutorials/packages/gluon/activations/activations.md b/docs/python_docs/python/tutorials/packages/gluon/activations/activations.md index b3fe3b40e26a..e33e94182156 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/activations/activations.md +++ b/docs/python_docs/python/tutorials/packages/gluon/activations/activations.md @@ -1,3 +1,19 @@ + + + + + + + + + + + + + + + + # Activation Blocks diff --git a/docs/python_docs/python/tutorials/packages/gluon/custom-layer.md b/docs/python_docs/python/tutorials/packages/gluon/custom-layer.md index d0595ccc6c54..9297d9894c70 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/custom-layer.md +++ b/docs/python_docs/python/tutorials/packages/gluon/custom-layer.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Custom Layers diff --git a/docs/python_docs/python/tutorials/packages/gluon/custom-loss/custom-loss.md b/docs/python_docs/python/tutorials/packages/gluon/custom-loss/custom-loss.md index 9307c160239f..2b08f9b6e879 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/custom-loss/custom-loss.md +++ b/docs/python_docs/python/tutorials/packages/gluon/custom-loss/custom-loss.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Custom Loss Blocks All neural networks need a loss function for training. A loss function is a quantative measure of how bad the predictions of the network are when compared to ground truth labels. Given this score, a network can improve by iteratively updating its weights to minimise this loss. Some tasks use a combination of multiple loss functions, but often you'll just use one. MXNet Gluon provides a number of the most commonly used loss functions, and you'll choose certain functions depending on your network and task. Some common task and loss function pairs include: diff --git a/docs/python_docs/python/tutorials/packages/gluon/data.md b/docs/python_docs/python/tutorials/packages/gluon/data.md index 63fa89a44490..cd7e02f0db65 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/data.md +++ b/docs/python_docs/python/tutorials/packages/gluon/data.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Data One of the most critical steps for model training and inference is loading the data: without data you can’t do deep learning! In this tutorial we use the `data` module to: diff --git a/docs/python_docs/python/tutorials/packages/gluon/fit_api_tutorial.md b/docs/python_docs/python/tutorials/packages/gluon/fit_api_tutorial.md index 14b077df931d..cca4f3fa395e 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/fit_api_tutorial.md +++ b/docs/python_docs/python/tutorials/packages/gluon/fit_api_tutorial.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # MXNet Gluon Fit API In this tutorial, you will learn how to use the [Gluon Fit API](https://cwiki.apache.org/confluence/display/MXNET/Gluon+Fit+API+-+Tech+Design) which is the easiest way to train deep learning models using the [Gluon API](http://mxnet.incubator.apache.org/versions/master/gluon/index.html) in Apache MXNet. diff --git a/docs/python_docs/python/tutorials/packages/gluon/hybridize.md b/docs/python_docs/python/tutorials/packages/gluon/hybridize.md index 6aeaa1b1502a..cd4498937e53 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/hybridize.md +++ b/docs/python_docs/python/tutorials/packages/gluon/hybridize.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Hybridize diff --git a/docs/python_docs/python/tutorials/packages/gluon/image-augmentation.md b/docs/python_docs/python/tutorials/packages/gluon/image-augmentation.md index 255d7aba9733..a2cdbb7cc97a 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/image-augmentation.md +++ b/docs/python_docs/python/tutorials/packages/gluon/image-augmentation.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Image Augmentation Image augmentation technology expands the scale of diff --git a/docs/python_docs/python/tutorials/packages/gluon/image/index.rst b/docs/python_docs/python/tutorials/packages/gluon/image/index.rst index 465f2efd050c..d15d9e8623de 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/image/index.rst +++ b/docs/python_docs/python/tutorials/packages/gluon/image/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Image Tutorials =============== diff --git a/docs/python_docs/python/tutorials/packages/gluon/image/mnist.md b/docs/python_docs/python/tutorials/packages/gluon/image/mnist.md index de2346f49173..9621e16ac69e 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/image/mnist.md +++ b/docs/python_docs/python/tutorials/packages/gluon/image/mnist.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Handwritten Digit Recognition In this tutorial, we'll give you a step by step walk-through of how to build a hand-written digit classifier using the [MNIST](https://en.wikipedia.org/wiki/MNIST_database) dataset. diff --git a/docs/python_docs/python/tutorials/packages/gluon/image/pretrained_models.md b/docs/python_docs/python/tutorials/packages/gluon/image/pretrained_models.md index e1ac0ceb213e..c2f72d876418 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/image/pretrained_models.md +++ b/docs/python_docs/python/tutorials/packages/gluon/image/pretrained_models.md @@ -1,3 +1,19 @@ + + + + + + + + + + + + + + + + # Using pre-trained models in MXNet diff --git a/docs/python_docs/python/tutorials/packages/gluon/index.rst b/docs/python_docs/python/tutorials/packages/gluon/index.rst index bf5314da0143..505f82d6856c 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/index.rst +++ b/docs/python_docs/python/tutorials/packages/gluon/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Gluon ===== diff --git a/docs/python_docs/python/tutorials/packages/gluon/init.md b/docs/python_docs/python/tutorials/packages/gluon/init.md index 63d48b6e825f..30b347cd824d 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/init.md +++ b/docs/python_docs/python/tutorials/packages/gluon/init.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Initialization diff --git a/docs/python_docs/python/tutorials/packages/gluon/loss/kl_divergence.md b/docs/python_docs/python/tutorials/packages/gluon/loss/kl_divergence.md index cd249b673b1e..789d7f8b0104 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/loss/kl_divergence.md +++ b/docs/python_docs/python/tutorials/packages/gluon/loss/kl_divergence.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Kullback-Leibler (KL) Divergence Kullback-Leibler (KL) Divergence is a measure of how one probability distribution is different from a second, reference probability distribution. Smaller KL Divergence values indicate more similar distributions and, since this loss function is differentiable, we can use gradient descent to minimize the KL divergence between network outputs and some target distribution. As an example, this can be used in Variational Autoencoders (VAEs), and reinforcement learning policy networks such as [Trust Region Policy Optimization (TRPO)](https://arxiv.org/abs/1502.05477). diff --git a/docs/python_docs/python/tutorials/packages/gluon/loss/loss.md b/docs/python_docs/python/tutorials/packages/gluon/loss/loss.md index c7254c5738f1..5cb789c7e9b3 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/loss/loss.md +++ b/docs/python_docs/python/tutorials/packages/gluon/loss/loss.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Loss functions Loss functions are used to train neural networks and to compute the difference between output and target variable. A critical component of training neural networks is the loss function. A loss function is a quantative measure of how bad the predictions of the network are when compared to ground truth labels. Given this score, a network can improve by iteratively updating its weights to minimise this loss. Some tasks use a combination of multiple loss functions, but often you'll just use one. MXNet Gluon provides a number of the most commonly used loss functions, and you'll choose certain loss functions depending on your network and task. Some common task and loss function pairs include: diff --git a/docs/python_docs/python/tutorials/packages/gluon/naming.md b/docs/python_docs/python/tutorials/packages/gluon/naming.md index 8b01311dff31..ac53f041dc0a 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/naming.md +++ b/docs/python_docs/python/tutorials/packages/gluon/naming.md @@ -1,3 +1,19 @@ + + + + + + + + + + + + + + + + # Naming of Gluon Parameter and Blocks diff --git a/docs/python_docs/python/tutorials/packages/gluon/nn.md b/docs/python_docs/python/tutorials/packages/gluon/nn.md index 0689d50856b7..74ad76e415b2 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/nn.md +++ b/docs/python_docs/python/tutorials/packages/gluon/nn.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Layers and Blocks diff --git a/docs/python_docs/python/tutorials/packages/gluon/normalization/normalization.md b/docs/python_docs/python/tutorials/packages/gluon/normalization/normalization.md index 24e7b201fd20..81d59be56ee0 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/normalization/normalization.md +++ b/docs/python_docs/python/tutorials/packages/gluon/normalization/normalization.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Normalization Blocks When training deep neural networks there are a number of techniques that are thought to be essential for model convergence. One important area is deciding how to initialize the parameters of the network. Using techniques such as [Xavier](https://mxnet.incubator.apache.org/api/python/optimization/optimization.html#mxnet.initializer.Xavier) initialization, we can can improve the gradient flow through the network at the start of training. Another important technique is normalization: i.e. scaling and shifting certain values towards a distribution with a mean of 0 (i.e. zero-centered) and a standard distribution of 1 (i.e. unit variance). Which values you normalize depends on the exact method used as we'll see later on. diff --git a/docs/python_docs/python/tutorials/packages/gluon/parameters.md b/docs/python_docs/python/tutorials/packages/gluon/parameters.md index 6cd604ee2f94..57ab5304bf9a 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/parameters.md +++ b/docs/python_docs/python/tutorials/packages/gluon/parameters.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Parameter Management diff --git a/docs/python_docs/python/tutorials/packages/gluon/text/gnmt.rst b/docs/python_docs/python/tutorials/packages/gluon/text/gnmt.rst index e1bc0539611e..c716c8c7f2a7 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/text/gnmt.rst +++ b/docs/python_docs/python/tutorials/packages/gluon/text/gnmt.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Google Neural Machine Translation ================================= diff --git a/docs/python_docs/python/tutorials/packages/gluon/text/index.rst b/docs/python_docs/python/tutorials/packages/gluon/text/index.rst index efd3aa5ea5af..7fe503ae279d 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/text/index.rst +++ b/docs/python_docs/python/tutorials/packages/gluon/text/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Text Tutorials =============== diff --git a/docs/python_docs/python/tutorials/packages/gluon/text/transformer.rst b/docs/python_docs/python/tutorials/packages/gluon/text/transformer.rst index 431b461ff80c..c44fb37f6b8a 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/text/transformer.rst +++ b/docs/python_docs/python/tutorials/packages/gluon/text/transformer.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Machine Translation with Transformer ==================================== diff --git a/docs/python_docs/python/tutorials/packages/gluon/trainer.md b/docs/python_docs/python/tutorials/packages/gluon/trainer.md index 9d19799284b8..c154a56bed26 100644 --- a/docs/python_docs/python/tutorials/packages/gluon/trainer.md +++ b/docs/python_docs/python/tutorials/packages/gluon/trainer.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Trainer Training a neural network model consists of iteratively performing three simple steps. diff --git a/docs/python_docs/python/tutorials/packages/index.rst b/docs/python_docs/python/tutorials/packages/index.rst index 9a5c50bd97c2..f6aa17e6b6c2 100644 --- a/docs/python_docs/python/tutorials/packages/index.rst +++ b/docs/python_docs/python/tutorials/packages/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Packages ======== diff --git a/docs/python_docs/python/tutorials/packages/kvstore/index.rst b/docs/python_docs/python/tutorials/packages/kvstore/index.rst index 2faa06d1c658..64e8e7118f6e 100644 --- a/docs/python_docs/python/tutorials/packages/kvstore/index.rst +++ b/docs/python_docs/python/tutorials/packages/kvstore/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + KVStore ======= diff --git a/docs/python_docs/python/tutorials/packages/module/index.rst b/docs/python_docs/python/tutorials/packages/module/index.rst index e60917f6ff6a..a485b7f523c3 100644 --- a/docs/python_docs/python/tutorials/packages/module/index.rst +++ b/docs/python_docs/python/tutorials/packages/module/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Module ====== diff --git a/docs/python_docs/python/tutorials/packages/ndarray/01-ndarray-intro.md b/docs/python_docs/python/tutorials/packages/ndarray/01-ndarray-intro.md index 91411dfb5c12..26e9c48bd8e3 100644 --- a/docs/python_docs/python/tutorials/packages/ndarray/01-ndarray-intro.md +++ b/docs/python_docs/python/tutorials/packages/ndarray/01-ndarray-intro.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # An Intro: Manipulate Data the MXNet Way with NDArray ## Overview diff --git a/docs/python_docs/python/tutorials/packages/ndarray/02-ndarray-operations.md b/docs/python_docs/python/tutorials/packages/ndarray/02-ndarray-operations.md index f2cfd45c7b70..0f2520f2a322 100644 --- a/docs/python_docs/python/tutorials/packages/ndarray/02-ndarray-operations.md +++ b/docs/python_docs/python/tutorials/packages/ndarray/02-ndarray-operations.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # NDArray Operations ## Overview diff --git a/docs/python_docs/python/tutorials/packages/ndarray/03-ndarray-contexts.md b/docs/python_docs/python/tutorials/packages/ndarray/03-ndarray-contexts.md index 85b2c2e8e1e1..f6e365974d64 100644 --- a/docs/python_docs/python/tutorials/packages/ndarray/03-ndarray-contexts.md +++ b/docs/python_docs/python/tutorials/packages/ndarray/03-ndarray-contexts.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # NDArray Contexts ## Overview diff --git a/docs/python_docs/python/tutorials/packages/ndarray/index.rst b/docs/python_docs/python/tutorials/packages/ndarray/index.rst index 4ea3f5340cac..91ca2c481a54 100644 --- a/docs/python_docs/python/tutorials/packages/ndarray/index.rst +++ b/docs/python_docs/python/tutorials/packages/ndarray/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + NDArray ======== diff --git a/docs/python_docs/python/tutorials/packages/onnx/index.rst b/docs/python_docs/python/tutorials/packages/onnx/index.rst index a74bc3984429..a3483337c9a4 100644 --- a/docs/python_docs/python/tutorials/packages/onnx/index.rst +++ b/docs/python_docs/python/tutorials/packages/onnx/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + ONNX ====== diff --git a/docs/python_docs/python/tutorials/packages/optimizer/optimizer.md b/docs/python_docs/python/tutorials/packages/optimizer/optimizer.md index dc69a7751d9e..dfc56abedd02 100644 --- a/docs/python_docs/python/tutorials/packages/optimizer/optimizer.md +++ b/docs/python_docs/python/tutorials/packages/optimizer/optimizer.md @@ -1,3 +1,19 @@ + + + + + + + + + + + + + + + + # Optimization Algorithms diff --git a/docs/python_docs/python/tutorials/packages/symbol/index.rst b/docs/python_docs/python/tutorials/packages/symbol/index.rst index da6a20d1ed83..20af8b0ca8a6 100644 --- a/docs/python_docs/python/tutorials/packages/symbol/index.rst +++ b/docs/python_docs/python/tutorials/packages/symbol/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Symbol ====== diff --git a/docs/python_docs/python/tutorials/packages/viz/index.rst b/docs/python_docs/python/tutorials/packages/viz/index.rst index f5805277dcd0..1abf8b440bd3 100644 --- a/docs/python_docs/python/tutorials/packages/viz/index.rst +++ b/docs/python_docs/python/tutorials/packages/viz/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Data ==== diff --git a/docs/python_docs/python/tutorials/performance/backend/index.rst b/docs/python_docs/python/tutorials/performance/backend/index.rst index 2abf416d4867..05d96c7beed2 100644 --- a/docs/python_docs/python/tutorials/performance/backend/index.rst +++ b/docs/python_docs/python/tutorials/performance/backend/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Accelerated Backend Tools ========================= The following tutorials will help you learn how to use backend tools to boost performance. diff --git a/docs/python_docs/python/tutorials/performance/backend/mkl-dnn.rst b/docs/python_docs/python/tutorials/performance/backend/mkl-dnn.rst index a528efb6bb81..1841c1c05b32 100644 --- a/docs/python_docs/python/tutorials/performance/backend/mkl-dnn.rst +++ b/docs/python_docs/python/tutorials/performance/backend/mkl-dnn.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Use Intel MKL-DNN to accelerate CPU performance =============================================== diff --git a/docs/python_docs/python/tutorials/performance/backend/mkldnn_quantization.md b/docs/python_docs/python/tutorials/performance/backend/mkldnn_quantization.md index 459bf2a17d40..b2eaa2e44d53 100644 --- a/docs/python_docs/python/tutorials/performance/backend/mkldnn_quantization.md +++ b/docs/python_docs/python/tutorials/performance/backend/mkldnn_quantization.md @@ -1,4 +1,3 @@ - diff --git a/docs/python_docs/python/tutorials/performance/backend/tvm.rst b/docs/python_docs/python/tutorials/performance/backend/tvm.rst index 77e9d1b5672e..8da277bd119f 100644 --- a/docs/python_docs/python/tutorials/performance/backend/tvm.rst +++ b/docs/python_docs/python/tutorials/performance/backend/tvm.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Use TVM ======= diff --git a/docs/python_docs/python/tutorials/performance/compression/index.rst b/docs/python_docs/python/tutorials/performance/compression/index.rst index fc5b8775ed82..f494a2781419 100644 --- a/docs/python_docs/python/tutorials/performance/compression/index.rst +++ b/docs/python_docs/python/tutorials/performance/compression/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Compression =========== The following tutorials will help you learn how to use compression techniques with MXNet. diff --git a/docs/python_docs/python/tutorials/performance/compression/int8.rst b/docs/python_docs/python/tutorials/performance/compression/int8.rst index 0eaee357c014..a0cad0f03800 100644 --- a/docs/python_docs/python/tutorials/performance/compression/int8.rst +++ b/docs/python_docs/python/tutorials/performance/compression/int8.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Deploy with int-8 ================= diff --git a/docs/python_docs/python/tutorials/performance/index.rst b/docs/python_docs/python/tutorials/performance/index.rst index d24355f9b081..6d9159eb2ace 100644 --- a/docs/python_docs/python/tutorials/performance/index.rst +++ b/docs/python_docs/python/tutorials/performance/index.rst @@ -1,3 +1,20 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Performance =========== The following tutorials will help you learn how to tune MXNet or use tools that will improve training and inference performance. diff --git a/docs/static_site/Makefile b/docs/static_site/Makefile index 81a9a79e1a80..761f96630b2f 100644 --- a/docs/static_site/Makefile +++ b/docs/static_site/Makefile @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + all: html html: diff --git a/tests/nightly/apache_rat_license_check/rat-excludes b/tests/nightly/apache_rat_license_check/rat-excludes index c08a2816045f..c03a3f2fb5b0 100755 --- a/tests/nightly/apache_rat_license_check/rat-excludes +++ b/tests/nightly/apache_rat_license_check/rat-excludes @@ -6,6 +6,7 @@ .*json .*txt 3rdparty/* +docs/python-docs/themes/* R-package/* trunk/* .*\\.m diff --git a/tools/license_header.py b/tools/license_header.py index c8add72288e7..e1c55c55c4b6 100755 --- a/tools/license_header.py +++ b/tools/license_header.py @@ -71,6 +71,9 @@ # 3rdparty headerfiles under different licenses 'include/mkldnn', + # Docs Sphinx themes under different licenses + 'docs/python_docs/themes', + # Code shared with project by author - see file for details 'src/operator/special_functions-inl.h', @@ -91,6 +94,7 @@ 'docs/_static/searchtools_custom.js', 'docs/_static/js/clipboard.js', 'docs/_static/js/clipboard.min.js', + 'docs/static_site/src/assets/js/clipboard.js', # Licensed under 2-Clause BSD in header 'example/ssd/dataset/pycocotools/coco.py',