Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: richer documentation #14

Merged
merged 1 commit into from
May 17, 2016
Merged

docs: richer documentation #14

merged 1 commit into from
May 17, 2016

Conversation

tiborsimko
Copy link
Contributor

  • Enriches documentation by the information taken from wiki pages.
    Useful for future plugging into Read The Docs. (addresses Documentation Updates #13)
  • Note: the information is taken rather literally so far, modulo
    formatting changes. An update of the documentation content, reflecting
    the recent code base changes is still to come.

Signed-off-by: Tibor Simko [email protected]

* Enriches documentation by the information taken from wiki pages.
  Useful for future plugging into Read The Docs. (addresses #13)

* Note: the information is taken rather literally so far, modulo
  formatting changes. An update of the documentation content, reflecting
  the recent code base changes is still to come.

Signed-off-by: Tibor Simko <[email protected]>
@tiborsimko
Copy link
Contributor Author

This PR takes all wiki pages and integrates them in the docs. The current table of contents looks like below. There is a potential for reorganising to streamline the docs, but that's for another PR.

P.S. It would be good to create http://timegate.readthedocs.io/ for easy reading of docs, as well as to enable the Read The Docs service integration hook on GitHub.


2016-05-17-133219_2560x1440_scrot

@tiborsimko tiborsimko mentioned this pull request May 17, 2016

Requirements
------------
pip install -e git+https://github.com/mementoweb/timegate.git#egg=TimeGate
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This command does not install uwsgi, as a result the following command does not work out of the box, unless uwsgi is installed separately.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the time being I have not amended any instructions, I have only copied existing INSTALL.rst. This we better amend separately. BTW, the proper pip example instruction would be:

$ pip install -e git+https://github.com/mementoweb/timegate.git#egg=TimeGate[uwsgi]

This would install uwsgi too.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be:

pip install -e "git+https://github.com/mementoweb/timegate.git#egg=TimeGate[uwsgi]"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tiborsimko you beat me by a fraction of a minute. ;-)

@hariharshankar hariharshankar merged commit 6542f35 into mementoweb:master May 17, 2016
@tiborsimko tiborsimko deleted the richer-docs-with-wiki branch May 17, 2016 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants