Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Migrates README.rst content into the sphinx built project #60

Merged
merged 1 commit into from May 11, 2016

Conversation

bmbouter
Copy link
Member

  • Maintains a basic description in the README which links to
    the rest content in it's new location.
  • Also fixes several formatting errors which Sphinx identified
    This causes make html to produce html output that looks
    good without any warnings or errors.

Prior to this the build process would fail with:

Sphinx error:
master file /home/bmbouter/devel/working/crane/docs/index.rst not found

This commit is designed to restructure the current docs so it is
being merged to 2.0-release and merged forward from there.

https://pulp.plan.io/issues/950
re #950

@jeremycline jeremycline self-assigned this May 10, 2016
@jeremycline
Copy link

Looks like maybe flake8 should exclude the docs/conf.py file or all those issues should be addressed, but since it seems that was a problem before this PR it's not a blocker for me. Looks good!

- Maintains a basic description in the README which links to
  the rest content in it's new location.

- Also fixes several formatting errors which Sphinx identified
  This causes `make html` to produce html output that looks
  good without any warnings or errors.

- Adds a flake8 ignore statement to ignore the docs/conf.py file

Prior to this the build process would fail with:

```
Sphinx error:
master file /home/bmbouter/devel/working/crane/docs/index.rst not found
```

This commit is designed to restructure the current docs so it is
being merged to 2.0-release and merged forward from there.

https://pulp.plan.io/issues/950
re #950
@bmbouter
Copy link
Member Author

@jeremycline Thanks for the review. Configuring flake8 to skip the conf.py is a great idea because otherwise travis would never pass and there are a pile of errors for a configuration file. I've pushed that change and travis now passes. Merging!

@bmbouter bmbouter merged commit 86c6c24 into pulp:2.0-release May 11, 2016
@bmbouter bmbouter deleted the 950-Sweet-Stout branch May 11, 2016 18:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants