Skip to content
Snippets Groups Projects
  1. Jun 16, 2016
    • aviau's avatar
      Generate texinfo documentation · e8d9d9ec
      aviau authored and Guillaume Roguez's avatar Guillaume Roguez committed
      The docs target will now generate documentation in the texinfo format
      in docs/build/texinfo.
      
      Change-Id: I9c81bc2c2fd34e16320c6044052cb2040cdafe04
      Tuleap: #766
      e8d9d9ec
    • aviau's avatar
      Makefile: clean the right docs directory · e092afcd
      aviau authored and Guillaume Roguez's avatar Guillaume Roguez committed
      The Makefile no longer uses `docs/Makefile` to build
      the docs, so we shouldn't use it to clean them. This
      patch updates the clean target to remove the right
      directory.
      
      Change-Id: I6746f338ddeb5c5a316b4df158d399574b5d0b8a
      Tuleap: #749
      e092afcd
  2. May 11, 2016
    • aviau's avatar
      Allow for building docs with `make html` · d9388bc2
      aviau authored
      This commit makes use of the virtual env in the `docs` target.
      This way, all users have to do to build the documentation is run
      `make docs`.
      
      Change-Id: I5c4855d9d0a3fbbfeea53c568f3d9dc6de10ddd5
      Tuleap: #636
      d9388bc2
  3. Apr 27, 2016
    • aviau's avatar
      initial documentation in RST format · 36ee557a
      aviau authored
      This new documentation can be built using `make docs`. It should be
      built automatically via a hook on github and published on
      https://ring.readthedocs.org.
      
      This allows for much better formatting and is more pleasant to browse
      for new contributors. It is possible to build the docs using the
      Makefile at the root of the repository.
      
      Change-Id: I664d4662b76c525f2a67eac6266bada3e94aa835
      Tuleap: #595
      36ee557a
Loading