Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
docs(tutorial): add yaml explain
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Jul 26, 2019
1 parent 9bee5d3 commit afd5dda
Show file tree
Hide file tree
Showing 10 changed files with 1,243 additions and 413 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ The official documentation of GNES is hosted on [doc.gnes.ai](https://doc.gnes.a

> 🚧 Tutorial is still under construction. Stay tuned! Meanwhile, we sincerely welcome you to contribute your own learning experience / case study with GNES!

- How to write your GNES YAML config
- [How to write your GNES YAML config](tutorials/gnes-yaml-specifications.md)
- How to write a component-wise YAML config
- Understanding preprocessor, encoder, indexer and router
- Index and query text data with GNES
Expand Down
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@
'sphinx.ext.viewcode',
'sphinxcontrib.apidoc',
'sphinxarg.ext',
'recommonmark'
'recommonmark',
'sphinx_markdown_tables',
]


apidoc_module_dir = '../gnes'
apidoc_output_dir = 'api'
apidoc_excluded_paths = ['tests']
Expand Down
10 changes: 6 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ Highlights

.. toctree::
:maxdepth: 3
:caption: Microservices API
:caption: GNES Microservices API

chapter/microservice.rst


.. toctree::
:maxdepth: 3
:caption: Module API
:caption: GNES Modules

api/gnes

Expand All @@ -83,11 +83,13 @@ Tutorials
🚧 Tutorial is still under construction. Stay tuned! Meanwhile, we sincerely welcome you to contribute your own learning experience / case study with GNES!


Miscs
-----

.. toctree::
:maxdepth: 1
:caption: Miscs

chapter/overview.md
chapter/yaml-config.md
chapter/troubleshooting.md
chapter/protobuf-dev.md

Expand Down
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx-argparse
sphinxcontrib-apidoc
sphinxcontrib-apidoc
sphinx-markdown-tables
Loading

0 comments on commit afd5dda

Please sign in to comment.