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

Add docs #414

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add docs #414

wants to merge 2 commits into from

Conversation

mbriggs134
Copy link

What does this PR do?

Adds file format documentation to repo. The source for documents is located in docsrc/ and the compiled version to be served lives in docs/ (docs/ is created by running "make github").

Note, it is expected that docs will be linked to by "github pages" to serve documentation. Follow the directions found at https://www.docslikecode.com/articles/github-pages-python-sphinx/.

Checklist

  • This PR is not directly related to an existing issue (which has no PR yet).
  • [N/A] All tests pass.
  • Any new or changed features have are documented.
  • Changes have been added to CHANGELOG.txt .
  • First time contributors have added your name to CONTRIBUTORS.txt .

Matt Briggs added 2 commits July 13, 2020 16:43
docsrc:  Contains source code of the documentation in reStructuredText
docs: Compiled HTML version of documentation to link to using github pages
Makefile: convert docsrc to docs using "make github"
@dsentinel
Copy link
Contributor

Sorry, there's a lot of changed files to look through, Does this include the machinery to build the docs and host?

@mbriggs134
Copy link
Author

For building, there is a Makefile included in the PR. Use the target "make github" to build the docs folder. Note for convenience I have included a prebuilt docs folder.

The HTML pages are intended to be served via github pages. To review locally just open docs/index.html in a browser.

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.

None yet

2 participants