Giter Site home page Giter Site logo

eyasutew / youversion-public-api-docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ob1shaun/youversion-public-api-docs

0.0 1.0 0.0 593 KB

This project contains the Sphinx-generated documentation to describe our publicly available APIs. This is a Work In Progress.

License: Other

Makefile 100.00%

youversion-public-api-docs's Introduction

YouVersion Public API Docs (source)

This project contains the Sphinx-generated documentation to describe our publicly available APIs.

The live version of this documentation is currently hosted at: https://yv-public-api-docs.netlify.com/

How to modify and work on the docs

Set up

  • Clone this repo!
  • Run pipenv install to get Sphinx and build dependencies installed.

Modify or create some content

The all the documentation is in the docs/ directory. We build it with Sphinx (http://www.sphinx-doc.org/), using reStructuredText formatting (http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html).

Build and view the docs locally

  • Run make html from the project root (builds docs into docs/build/html/)

To view the docs, you can find the index.html file in the build output directory. To make sure everything behaves like it will on the web, I like to run a local web server from that directory.

Like this:

  • cd docs/build/html/
  • and python -m http.server 8000 (assuming Python 3+)
  • open browser to http://0.0.0.0:8000/
  • See docs!

Other details

This project uses the 'contentui' extension for Sphinx, to lay out the code snippets in a tabbed UI. It enables a new directive that looks like this:

.. content-tabs::

    .. tab-container::
        :title: Tab 1

        This content is shown when "Tab 1" is the selected tab.

    .. tab-container::
        :title: Tab 2

        This content is shown when "Tab 1" is the selected tab.

See their docs for more info: https://sphinxcontrib-contentui.readthedocs.io/en/latest/index.html

License

See the LICENSE file in this repository.

youversion-public-api-docs's People

Contributors

bbelyeu avatar dependabot[bot] avatar tcg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.