[PATCH] D35575: LNT Documentation Cleanup

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 11:39:04 PDT 2017


MatzeB created this revision.
Herald added a subscriber: mcrosier.

Putting this up for review as there are various removals in here.

docs/developer_guide:

- Remove `pip install psycopg2` note: The package is part of requirements.server.txt anyway
- Slightly improve wording.
- Fix the 2nd and 3rd sample invocation of the tests.

docs/intro:

- Remove the development part of the intro section, as there is a whole developer_guide section nowadays which is less outdated.

docs/tests:

- Move `runtest test-suite` part first
- Add deprecation notice to `runtest nt`

docs/importing_data.rst:

- Create subsections instead of toplevel ones

docs/todo:

  Remove the whole TODO section:
  - Maintaining a TODO in the documentation feels slightly out of place.
  - It is really outdated and nobody seems to update it.

docs/changes:

- Remove sorry excuse of a changelog


Repository:
  rL LLVM

https://reviews.llvm.org/D35575

Files:
  CHANGELOG.txt
  docs/api.rst
  docs/changes.rst
  docs/contents.rst
  docs/developer_guide.rst
  docs/importing_data.rst
  docs/intro.rst
  docs/tests.rst
  docs/todo.rst
  docs/tools.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35575.107145.patch
Type: text/x-patch
Size: 19526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170718/48d500d3/attachment.bin>


More information about the llvm-commits mailing list