Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shimizukawa/docs-test
Test Documentation
https://github.com/shimizukawa/docs-test
Last synced: about 1 month ago
JSON representation
Test Documentation
- Host: GitHub
- URL: https://github.com/shimizukawa/docs-test
- Owner: shimizukawa
- License: other
- Created: 2013-07-26T12:20:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-22T03:51:05.000Z (over 11 years ago)
- Last Synced: 2024-10-03T23:14:55.466Z (about 2 months ago)
- Language: Python
- Size: 104 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
Welcome to the Ngx Community Center Documentation
=================================================The `Ngx Community Center`_ Documentation project hosts documentation for the
Nginx project. It's community maintained, reviewed, and published through Git_,
using Sphinx_, and reStructuredText_, and hosted on `Read the docs`_.The full documentation is available on `the site`_.
.. _Nginx Community Center: http://ngx.cc/
.. _Read the docs: http://readthedocs.org/
.. _Sphinx: http://sphinx.pocoo.org/
.. _reStructuredText: http://sphinx.pocoo.org/rest.html
.. _Git: http://git-scm.com/
.. _the site: http://docs.ngx.cc/The documentation is organized into a few sections:
* Introduction
* Basic Usage
* Advanced ConfigurationEditing
-------All pull requests are reviewed by the Ngx git team. All contributions are
expected to be high quality. This means that:* The source is expected to conform to the rst format
* There should be an 80 column width limit except for code blocks
* Of course, the content should be correct and easy to follow
* For more details, see CONTRIBUTING.rst