Skip to content

Commit

Permalink
how to contribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Saikat248 committed Dec 18, 2021
1 parent 8ead818 commit 7cd92e8
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
44 changes: 44 additions & 0 deletions docs/how_to_contribute.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
.. _how_to_contribute:

How to Contribute
=================

This website is build with the help of `readthedocs.org <https://readthedocs.org/>`_ and `Sphinx <https://www.sphinx-doc.org/en/master/>`_
with ``sphinx_rtd_theme``

You can read their documentation for details.

Installation
------------

Clone the github repo
.. code:: console
$ git clone https://github.com/Saikat248/anooplab-docs.git
and install this two packages

.. code:: console
$ pip install sphinx
$ pip install sphinx_rtd_theme
Navigate to ``anooplab-docs/docs`` directory

there is a ``Makefile`` and start

.. code:: console
$ make html
It will create a ``_build`` directory and the ``html`` files

.. code:: console
$ firefox _build/html/index.html
The whole website will run locally.
Go ahead start editing the documents and before pushing make sure if the build is successful.

Enjoy !!
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ External Libraries/Packages

license
credits
how_to_contribute

..
* :ref:`genindex`
Expand Down
2 changes: 1 addition & 1 deletion docs/python/condasetup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ and deactivate it by
conda deactivate
You can also install different environment environment with required package.
You can also install different environment with required package.
Details documentation is `here <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html>`_.

.. tip::
Expand Down

0 comments on commit 7cd92e8

Please sign in to comment.