A documentation kickoff for the Neos package TYPO3.Neos.NodeTypes describing the available NodeTypes shipped by default.
If you want to build the documentation you need Python and Sphinx.
If you have Python installed including the pip (Python Package Index) command you could easily install Sphinx pip install sphinx.
Once you can use sphinx-build from the console just navigate to the project folder and call make html which
will build the documentation inside the build folder.