aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/docs/generate_lib.py
Commit message (Expand)AuthorAge
* Add api_docs_relpath option.Gravatar Mark Daoust2018-09-17
* Fix link generator for module level constants.Gravatar Mark Daoust2018-09-06
* Add a command line option to serialize api-reference resolver.Gravatar Mark Daoust2018-09-06
* Switch guide_index to search for `` references instead of deprecated @{} refe...Gravatar Mark Daoust2018-08-29
* Don't generate empty _redirects.yaml files.Gravatar Mark Daoust2018-08-22
* Fix usage of `docs_controls.should_skip`.Gravatar Mark Daoust2018-08-21
* simplify _toc.yaml generationGravatar Mark Daoust2018-08-20
* Make src_dir optional.Gravatar Mark Daoust2018-08-17
* Sort the redirects list so the output is consistent from run to run.Gravatar Mark Daoust2018-08-14
* Add doc control decorators to the api-generator.Gravatar Mark Daoust2018-08-14
* Internal change.Gravatar Anna R2018-08-08
* Make autograph visible in contrib.Gravatar Mark Daoust2018-08-08
* Fix TensorFlow docs cannonical name chooserGravatar Mark Daoust2018-08-07
* Add redirects to point api duplicates to the canonical doc location.Gravatar Mark Daoust2018-07-19
* Split @{} reference fixing from py_guide specific code.Gravatar Mark Daoust2018-06-26
* Quiet the doc generator.Gravatar Mark Daoust2018-06-15
* Add a "--no_search_hints" flag to the api-docs generator.Gravatar Mark Daoust2018-05-23
* Merge changes from github.Gravatar Scott Zhu2018-04-13
* Add a clear error message for when a doc does not have a title.Gravatar Mark Daoust2018-04-11
* Add tf.contrib.distribute, which defines classes DistributionStrategyGravatar A. Unique TensorFlower2018-03-29
* Build and import rules for distributed strategyGravatar Priya Gupta2018-03-25
* Remove tf.contrib.ndlstm as it is not maintained and barely used.Gravatar Eugene Brevdo2018-02-07
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
* Add a "file_pattern" argument to the @{} reference replacer.Gravatar Mark Daoust2017-12-08
* Use nesting to reduce the number of modules listed in the API TOC.Gravatar Mark Daoust2017-11-07
* Internal.Gravatar A. Unique TensorFlower2017-09-28
* block tf.contrib.keras from the docsGravatar Mark Daoust2017-09-25
* internalGravatar A. Unique TensorFlower2017-09-19
* Unblocks docs for `tf.contrib.factorization`Gravatar Mark Daoust2017-09-14
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Block generate_test, and docs generating from running in python3.Gravatar Mark Daoust2017-07-06
* Upgrade the python doc generator's `ReferenceResolver` to handle errors consi...Gravatar Mark Daoust2017-07-06
* Add note about `tf.test.mock` to docs for `tf.test`Gravatar Mark Daoust2017-06-27
* Install codegen in bazel workspace to allow docs tests to run.Gravatar Mark Daoust2017-06-19
* Make API do not descend map a bit more precise by includingGravatar A. Unique TensorFlower2017-06-09
* Fix python doc generation example in `documentation.md`Gravatar Mark Daoust2017-05-12
* Fix a bunch of bad links and missing docs in contrib.Gravatar Mark Daoust2017-05-02
* Make Python API TOC sort deterministic.Gravatar Mark Daoust2017-04-28
* Introduce TFDecorator, a base class for Python TensorFlow decorators. Provide...Gravatar Charles Nicholson2017-04-21
* Generalize LazyLoader for use by ffmpegGravatar Mark Daoust2017-04-19
* Make `ReferenceResolver` serializable.Gravatar Mark Daoust2017-03-29
* Internal change.Gravatar A. Unique TensorFlower2017-03-27
* Bring the Keras API in contrib.Gravatar Francois Chollet2017-03-15
* Made public_api not call its wrapped visitor on API children in the "do not d...Gravatar A. Unique TensorFlower2017-03-14
* Add operators to classes in docs.Gravatar Martin Wicke2017-03-10
* Doc generator refactoring.Gravatar A. Unique TensorFlower2017-03-03
* Exclude a few files from doc generation.Gravatar A. Unique TensorFlower2017-03-01
* Website Generation: Split page building from doc parsingGravatar A. Unique TensorFlower2017-03-01