xo-tokenizer2/xo-reader/docs
2025-11-16 20:10:23 -05:00
..
_static xo-reader: + docs scaffold 2025-07-04 10:09:04 -05:00
CMakeLists.txt xo-reader xo-expression: nested lambdas working properly + docs 2025-07-06 14:13:44 -05:00
conf.py xo-reader: + docs scaffold 2025-07-04 10:09:04 -05:00
example.rst xo-reader xo-expression: nested lambdas working properly + docs 2025-07-06 14:13:44 -05:00
implementation.rst xo-reader xo-expression: nested lambdas working properly + docs 2025-07-06 14:13:44 -05:00
index.rst xo-reader xo-expression: nested lambdas working properly + docs 2025-07-06 14:13:44 -05:00
install.rst xo-interpreter adds + explict mm arg to ctors (retiring Object::mm) 2025-11-16 20:10:23 -05:00
README xo-reader: + pretty-printing support [WIP] 2025-07-13 21:21:20 -05:00

standalone build

        +-----------------------------------------------+
        | cmake                                         |
        |   CMakeLists.txt                              |
        |   $PREFIX/share/cmake/xo_macros/xo_cxx.cmake  |
        +-----------------------------------------------+
           |
           |                                                  +----------------------+
           +------------------------------------------------->| .build/docs/Doxyfile |
           |                                                  +----------------------+
           |                                                     ^
           |                                 (cmake)             |
           |                                        /------------/
           |                                        |
           |     +---------------------------------------+          +-----------------+
           +---->| doxygen                               |--------->| .build/docs/dox |
           |     |   $PREFIX/share/xo-macros/Doxyfile.in | (doxygen)|   +- html/      |
           |     +---------------------------------------+          |   +- xml/       |
           |                                                        +-----------------+
           |                                                             |
           |                                                             |(sphinx)
           |                                                             |
           |                                                             v
           |     +---------------------------------------+        +--------------------+
           \---->| sphinx                                |------->| .build/docs/sphinx |
                 |   +- conf.py                          |        |   +- html/         |
                 |   +- _static/                         |        +--------------------+
                 |   +- *.rst                            |
                 +---------------------------------------+

umbrella build relies on top-level cmake macros

files

   README            this file
   CMakeLists.txt    build entry point
   conf.py           sphinx config
   _static           static files for sphinx

   index.rst         toplevel sphinx document; entry point