-
Couldn't load subscription status.
- Fork 31
feat: Stage 2 of nox implementation - adding docs target
#473
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
0b9694d
feat: Introduced `docs` target
mf2199 786abad
feat: Added layout template + revised Sphinx configuration
mf2199 e9c28d7
chore: refactoring
mf2199 18b61f3
Merge branch 'master' into nox-2
mf2199 8b904b0
fix: disabling unnecessary stylesheet override
mf2199 24b854a
fix: broken README link
mf2199 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,3 +14,6 @@ django_tests | |
|
|
||
| # JetBrains | ||
| .idea | ||
|
|
||
| # Built documentation | ||
| docs/_build | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../README.md | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| div#python2-eol { | ||
c24t marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| border-color: red; | ||
| border-width: medium; | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
|
|
||
| {% extends "!layout.html" %} | ||
| {%- block content %} | ||
| {%- if theme_fixed_sidebar|lower == 'true' %} | ||
| <div class="document"> | ||
| {{ sidebar() }} | ||
| {%- block document %} | ||
| <div class="documentwrapper"> | ||
| {%- if render_sidebar %} | ||
| <div class="bodywrapper"> | ||
| {%- endif %} | ||
|
|
||
| {%- block relbar_top %} | ||
| {%- if theme_show_relbar_top|tobool %} | ||
| <div class="related top"> | ||
| | ||
| {{- rellink_markup () }} | ||
| </div> | ||
| {%- endif %} | ||
| {% endblock %} | ||
|
|
||
| <div class="body" role="main"> | ||
| <div class="admonition" id="python2-eol"> | ||
| As of January 1, 2020 this library no longer supports Python 2 on the latest released version. | ||
| Library versions released prior to that date will continue to be available. For more information please | ||
| visit <a href="https://cloud.google.com/python/docs/python2-sunset/">Python 2 support on Google Cloud</a>. | ||
| </div> | ||
| {% block body %} {% endblock %} | ||
| </div> | ||
c24t marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| {%- block relbar_bottom %} | ||
| {%- if theme_show_relbar_bottom|tobool %} | ||
| <div class="related bottom"> | ||
| | ||
| {{- rellink_markup () }} | ||
| </div> | ||
| {%- endif %} | ||
| {% endblock %} | ||
|
|
||
| {%- if render_sidebar %} | ||
| </div> | ||
| {%- endif %} | ||
| </div> | ||
| {%- endblock %} | ||
| <div class="clearer"></div> | ||
| </div> | ||
| {%- else %} | ||
| {{ super() }} | ||
| {%- endif %} | ||
| {%- endblock %} | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| API Reference | ||
| ============= | ||
|
|
||
| [The following classes and methods constitute the Spanner DB API connection.] | ||
c24t marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| # Changelog |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.