aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/docs/parser_test.py
Commit message (Expand)AuthorAge
* Fix link generator for module level constants.Gravatar Mark Daoust2018-09-06
* Sort namedtuple fieldsGravatar Mark Daoust2018-09-04
* Add doc control decorators to the api-generator.Gravatar Mark Daoust2018-08-14
* Merge changes from github.Gravatar Scott Zhu2018-04-13
* allow @{} links to break across lines.Gravatar Mark Daoust2018-02-12
* Update the ReferenceResolver to output html links.Gravatar Mark Daoust2017-10-25
* Fix docs parser to handle keras docsGravatar Mark Daoust2017-09-18
* Install codegen in bazel workspace to allow docs tests to run.Gravatar Mark Daoust2017-06-19
* Introduce TFDecorator, a base class for Python TensorFlow decorators. Provide...Gravatar Charles Nicholson2017-04-21
* Make `ReferenceResolver` serializable.Gravatar Mark Daoust2017-03-29
* Split up module contents.Gravatar Mark Daoust2017-03-15
* Move Signature to code block, like c++Gravatar A. Unique TensorFlower2017-03-13
* Doc generator refactoring.Gravatar A. Unique TensorFlower2017-03-03
* Website Generation: Split page building from doc parsingGravatar A. Unique TensorFlower2017-03-01
* Refactor doc generator to extract class ReferenceResolver.Gravatar A. Unique TensorFlower2017-02-22
* Doc gen changes:Gravatar A. Unique TensorFlower2017-02-14
* Add linking to methods, and warnings for links to things that are notGravatar A. Unique TensorFlower2017-02-11
* More doc generator changes.Gravatar A. Unique TensorFlower2017-02-11
* Internal change.Gravatar A. Unique TensorFlower2017-02-10
* Link to the relevant Python API guide section from the API reference.Gravatar A. Unique TensorFlower2017-02-09
* Parse compatibility notes and place them into the generated md.Gravatar Andrew Selle2017-02-07
* Use tf. for all symbols.Gravatar Martin Wicke2017-02-06
* Make a better doc generator.Gravatar Martin Wicke2017-01-31