-
Notifications
You must be signed in to change notification settings - Fork 28
Move known-issues from topics to refs #371
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
Closed
+8
−6
Closed
Changes from all commits
Commits
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,6 +14,7 @@ Table of contents | |
ref/index | ||
howto/index | ||
faq | ||
known-issues | ||
releases/index | ||
internals | ||
|
||
|
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,7 +14,7 @@ First steps | |
- :doc:`Installation <intro/install>` | ||
- :doc:`Configuring a project <intro/configure>` | ||
- :doc:`howto/contrib-apps` | ||
- :doc:`topics/known-issues` | ||
- :doc:`known-issues` | ||
|
||
Getting help | ||
============ | ||
|
@@ -24,7 +24,8 @@ Having trouble? We’d like to help! | |
- Try the :doc:`faq` – it’s got answers to many common questions. | ||
|
||
- Looking for specific information? Try the :ref:`genindex`, :ref:`modindex`, | ||
or the detailed :doc:`table of contents <contents>`. | ||
:doc:`topics section <topics/index>` or detailed :doc:`table of contents | ||
<contents>`. | ||
|
||
- The :doc:`howto/index` section has step-by-step guides for common tasks. | ||
|
||
|
@@ -74,5 +75,6 @@ Miscellaneous | |
ref/index | ||
howto/index | ||
faq | ||
known-issues | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You didn't follow the instructions above: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ? You mean the ordering? |
||
releases/index | ||
internals |
6 changes: 3 additions & 3 deletions
6
docs/source/topics/known-issues.rst → docs/source/known-issues.rst
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
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 |
---|---|---|
|
@@ -10,4 +10,3 @@ know: | |
|
||
embedded-models | ||
transactions | ||
known-issues |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nor is the reference material mentioned. This text was ripped straight from Django's documentation. I don't think we need to mention every section here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to mention every section and at first I had it in its own bullet but decided to include "topics" in a bullet about topics. 😄
Also I'm only calling out personal annoyances, not necessarily looking to symmetrize the entire docs.
Lastly, copying from Django is fine but only gets us so far.