-
Notifications
You must be signed in to change notification settings - Fork 70
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
Docs #69
Docs #69
Conversation
Codecov Report
@@ Coverage Diff @@
## master #69 +/- ##
=======================================
Coverage 91.22% 91.22%
=======================================
Files 17 17
Lines 638 638
=======================================
Hits 582 582
Misses 56 56
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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.
@HardipinderS Thank you for taking out time and working on this project.
Please update these details a little bit. And if you have any doubts or queries please put it here will help you in solving them.
Thanks!
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.
@HardipinderS Please work on forking section of the contributing guide first then we'll work on other sections.
Thanks for working on this!
@@ -163,16 +163,20 @@ like [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv), | |||
[virtualenvwrapper](https://virtualenvwrapper.readthedocs.io/), and | |||
[pyenv-virtualenvwrapper](https://github.com/pyenv/pyenv-virtualenvwrapper). | |||
|
|||
for git related issues refer to https://github.com/101Loop/APIManager-Flutter/blob/master/CONTRIBUTING.md |
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.
@HardipinderS I told you to take reference from that link and update this contributing guide on how to work on a forked version of this copy. So, please update the documentation guide how a user can contribute using a forked copy of this repo. We don't want users redirect to some other pages.
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.
I'm not sure what and how much exactly is to be referred and added in that part, so gave the link. i would request you to please look into that part, as I'm not that sure what exactly is required
won't be helping out any more |
Hey, I just made a Pull Request!
Description
Makefile not working while running make livehtml and update on the docs for windows user
Motivation and Context
removing -p, as it is not working. Rather having it run directly as addition of --open-browser and --port fixes that
Have you tested this? If so, how?
ran make check
Checklist for PR author(s)
check it anyway
interrogate drf_user
(I mean, we should set a good example 😄).README.md
.README.md
anddocs/index.rst
for any new changes.versionadded
,versionchanged
, ordeprecated
directives. Find the appropriate next version in the project's__init__.py
file.Release note